Last active
February 8, 2018 22:06
-
-
Save splinecraft/7c1bfd0b0cc2e1570eccfdd5cb508ae5 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
| helper = MaxPlus.Factory.CreateHelperObject(MaxPlus.ClassIds.Point) | |
| helper_node = MaxPlus.Factory.CreateNode(helper) | |
| MaxPlus.INode.SetBoneNodeOnOff(helper_node, True, 0) # Bone On | |
| MaxPlus.INode.SetBoneAutoAlign(node, False) # Auto-Align off | |
| MaxPlus.INode.SetBoneScaleType(node, 0) # Stretch: None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment