I have been a 3D animator in game industry for over a decade. I also interested in script and love to solving problems. Now I am learning how to write plugin.
Thursday, 16 July 2015
Maya animation export fbx command
For exporting animation.
There should add few lines to setting the fbxExport option before file command.
FBXExportBakeComplexAnimation -v true;
FBXExportBakeComplexEnd -v `playbackOptions -q -max`;
FBXExportBakeComplexStart -v `playbackOptions -q -min`;
FBXExportBakeResampleAll -v true
see FBXExport for more infomation:
code sample:
mel.eval("FBXExportInputConnections -v false ;FBXExportBakeComplexAnimation -v true; FBXExportBakeComplexEnd -v `playbackOptions -q -max`;FBXExportBakeComplexStart -v `playbackOptions -q -min`;FBXExportBakeResampleAll -v true" )
cmds.file( os.path.join( exportingPath,filename ) , force=True, options ="v=0;" ,typ="FBX export" ,pr =True, es= True )
I've tried to add those command into file - options flag. but it looks like doesn't work for the time range. That's why I put them before use file command.
Tuesday, 7 April 2015
Home work!
I am thinking to animate a set of character animations for Game in game engine like Unity or UE. Since I've been working in game industry for a decade. But all my works belongs to company or client. Right now more and more people develop their own games. This might be another way to contribute my work.
I already have some list of animation for like MMORPG.
The basic animation set will be :
I already have some list of animation for like MMORPG.
The basic animation set will be :
- idle
- walk
- run
- physic attack
- magic attack
- damaged
- death
- idle
- idle-engage
- idle-tired
- idle-lookAround
- walk-4 directions
- run - 4 directions
- normal attack
- heavy attack
- special skill attack
- magic attack
- small damage
- big damage
- death
The emotion set
- happy
- cry
- talk
- wave
- nod
- no
- no idea
- thinking
- knee
- lets go
- okay
- thumb-up
- dance
- clap
- cheer
I will learn and use blender for this work. Hope it won't take too much time to learn. I am not going to publish is message until the basic animation set be finihsed.
Feel free to let me know if you have any idea or you want to join me.
Friday, 27 March 2015
Free 2D software KRITA
https://krita.org/download/krita-desktop/
中文介紹
http://www.playpcesor.com/2015/02/krita-photoshop-painter.html
Subscribe to:
Posts (Atom)