Created
February 17, 2026 14:23
-
-
Save Swordslayer/d332d949f02f6e75a000f6ff2c08924d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ( | |
| Box length:10 width:5 height:1 isSelected:on | |
| local iGlobal = (dotNetClass "Autodesk.Max.GlobalInterface").Instance | |
| local pblock = (getClassInstances ParamBlock2ParamBlock2 target:$.baseObject)[1] | |
| local pblockNET = iGlobal.Animatable.GetAnimByHandle (getHandleByAnim pblock) | |
| pblockNET.ResetAll true true | |
| notifyDependents pblock | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment