i3d: animImportExport

Export/Import animations - Maya ASCII file(.ma)

Imports all animations(animCurve nodes) to nodes with same name.

pyc file download URL: https://goo.gl/x4ptMW

Export animations(animCurve nodes) as a Maya ASCII file(.ma)
Commandimport i3d_importExport as i3d_iept;i3d_iept.animMAExport();
UsageSelect a top node of tree(s).
pyci3d_importExport.pyc, i3d_utility.pyc
TipsWith Shift key pressed, it exports animation curve nodes of selected nodes. (Not tree)
Import animations(animCurve nodes) from a saved animation file(.ma)
Commandimport i3d_importExport as i3d_iept;i3d_iept.animMAImport();
UsageSelect a top node of tree(s).
pyci3d_importExport.pyc, i3d_utility.pyc
TipsWith Shift key pressed, it imports to selected nodes. (Not tree)
Delete animations(animCurve nodes) of nodes on selected tree
Commandimport i3d_animImportExport as i3d_aIE;i3d_aIE.delAnimCrvOfNodesOnTree();
UsageSelect a top node of tree.
pyci3d_animImportExport.pyc

Comments

Popular posts from this blog

HIK: Getting current character and current source.