Posts

Showing posts from October, 2017

i3d: Switch constraint targets

It takes over all connected network(attributes) of current target and apply them to new target. pyc file download URL:  https://goo.gl/x4ptMW Switch constraint targets Command import i3d_constraint as i3d_cnst;i3d_cnst.switchConstraintTargetsCMD(); Usage Select constrained node, current target node then new targe node. pyc i3d_constraint.pyc Description https://drive.google.com/open?id=0Bx4LaLJqEkWQUTVrODB3anhQSGM

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) 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