SyntaxBomb - Indie Coders

General Category => General Discussion => Topic started by: Hardcoal on November 21, 2020, 10:00:18

Title: Turning Mixamo Animation into 2d animation
Post by: Hardcoal on November 21, 2020, 10:00:18
Hi. there is this site https://www.mixamo.com where you can get almost any type of character animation you like.
but i want to turn the 3d animation into 2d png animation..
anyone has an idea how to do that?
Title: Re: Turning Mixamo Animation into 2d animation
Post by: Matty on November 21, 2020, 12:02:43
Yes.

Mixamo supports unity.
Obtain character and import into unity.
Setup camera as appropriate and lighting.
Animate in position.
On each update frame call screen shot function.
Stitch together resulting images however you choose.

$10 says you reject my solution.  ;')
Title: Re: Turning Mixamo Animation into 2d animation
Post by: Hardcoal on November 21, 2020, 14:34:32
lol thats a good solution.. why would i reject it...
though ill keep checking other options in parallel..

but this is better than nothing thats for certain

Title: Re: Turning Mixamo Animation into 2d animation
Post by: Qube on November 21, 2020, 16:28:08
I use the animations ( not the actual characters ) from mixamo and render like so ( free ) :

1.. Import into Daz3D ( free ).
2.. Setup lights and stuff as required.
3.. Set your desired FPS.
4.. Set render output setting.
5.. Render each image as a series.

Nice and quick and you can sit back and watch 200 frames being rendered into PNG files ;D
Title: Re: Turning Mixamo Animation into 2d animation
Post by: Hardcoal on November 21, 2020, 21:40:50
Awesome solutions.. thanks
Title: Re: Turning Mixamo Animation into 2d animation
Post by: blinkok on November 21, 2020, 23:38:09
I am trying mixamo with Daz3D and it seems to go haywire
(https://www.syntaxbomb.com/index.php?action=dlattach;topic=8179.0;attach=4208;image)

Title: Re: Turning Mixamo Animation into 2d animation
Post by: Qube on November 22, 2020, 02:51:42
Quote from: blinkok on November 21, 2020, 23:38:09
I am trying mixamo with Daz3D and it seems to go haywire
Never used Unwrap3D but FBX files + skins from Mixamo work fine and you can even extract the animation and reuse it on other models ( rigging dependant )

Title: Re: Turning Mixamo Animation into 2d animation
Post by: blinkok on November 22, 2020, 04:22:57
Try it with their mannequin model
(https://www.syntaxbomb.com/index.php?action=dlattach;topic=8179.0;attach=4211;image)
Title: Re: Turning Mixamo Animation into 2d animation
Post by: Derron on November 22, 2020, 08:23:50
makehuman -> obj -> "your 3d tool" (daz, blender) -> export .fbx -> upload to mixamo -> do auto-rigging there (place 5-6 points on the body) -> select animation -> download -> import into "your 3d tool" -> render out

You then could eg. in blender replace the model with another "make human" one and keep the armature ("the bone system + animation") - so only have the "most work" once.

But "rigging" involves more than automatic weight painting - so other body "proportions" need manual adjustments here and there, else they might deform "unnatural" (thin upper arm versus body builder upper arm ... breasts...)


bye
Ron
Title: Re: Turning Mixamo Animation into 2d animation
Post by: Hardcoal on November 22, 2020, 13:41:08
ill work on this soon.. and see what i can produce..
Title: Re: Turning Mixamo Animation into 2d animation
Post by: Matty on December 26, 2020, 01:51:08
Haha that's long enough - you got my $10 ;-)

(See earlier post )