em3
09-13-2009, 10: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
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
