Skip to content

Instantly share code, notes, and snippets.

@Swordslayer
Created February 17, 2026 14:23
Show Gist options
  • Select an option

  • Save Swordslayer/d332d949f02f6e75a000f6ff2c08924d to your computer and use it in GitHub Desktop.

Select an option

Save Swordslayer/d332d949f02f6e75a000f6ff2c08924d to your computer and use it in GitHub Desktop.
(
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