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) Command import i3d_importExport as i3d_iept;i3d_iept.animMAExport(); Usage Select a top node of tree(s). pyc i3d_importExport.pyc, i3d_utility.pyc Tips With Shift key pressed, it exports animation curve nodes of selected nodes. (Not tree) Import animations(animCurve nodes) from a saved animation file(.ma) Command import i3d_importExport as i3d_iept;i3d_iept.animMAImport(); Usage Select a top node of tree(s). pyc i3d_importExport.pyc , i3d_utility.pyc Tips With Shift key pressed, it imports to selected nodes. (Not tree) Delete animations(animCurve nodes) of nodes on selected tree Command import i3d_animImportExport as i3d_aIE;i3d_aIE.delAnimCrvOfNodesOnTree(); Usage Select a top node of tree. pyc i3d_animImportExport.pyc