Notifications
Clear all
[Closed] Biped past posture
Sep 13, 2009 11:35 pm
Trying to loop through each frame and paste a biped pose. I have the loop done but I am confused about the syntax of the posture paste.
Maxscript ref says:
biped.pastePosture <biped_ctrl> (#posture |#pose |#track) <bool_opposite> <string_name>
I still struggle with how to read the maxscript help to be honest. What is it asking for?
Thanks in advance if you can help on this. Here is my code
select $'Bip01 Spine1'
bipObj = $'Bip01 Spine'
--bip = $'Bip01 Spine'.controller
biped.pastePosture
1 Reply
Sep 13, 2009 11:35 pm
Oh Biped… You are PURE EVIL…
This should work fine in Max2009+
biped.pastePosture $.controller #pose false "Pose01"
In previous versions of max ( I think last time I tried this was in 2008), it would paste in wathever mode the user was before,
so let`s say the user use the Posture mode and then try to run a script that paste a POSE then it will still paste a posture o.O. That was much fun.