Script to Delete All "pose controls" morphs Keyframes of Selected Nodes
3dward
Posts: 32
I need a script to delete all the "pose controls" morphs keyframes (but not shaping morphs) of a selected node. There doesn't appear to be anyway to do this without manualy setting each pose control morph to 0 individually.
Comments
Pose controls or the base transforms? The latter is pretty simple, there are built-in methods (getXRotControl() etc.) for nodes, the former would require going through the proeprty list looking for those with modifier/pose as the type. Once you had the property list you could just go through using deleteAllKeys() on each.
Have you had a look at Ultimate Zero by RiverSoft Art