Script to Delete All "pose controls" morphs Keyframes of Selected Nodes

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.

  • PlatnumkPlatnumk Posts: 671

    Have you had a look at Ultimate Zero by RiverSoft Art

Sign In or Register to comment.