Notifications
Clear all

[Closed] CAT Copy Paste Pose not working

hello,
I creating maxscript tools for the CAT system of 3ds max.

Now i want apply the savepose and loadpose,

it works but only general bones but not on limbs


-- selecting a cat bone
poseFile = "C:\\myPose.pse"
$.TMController.SavePose poseFile
$.TMController.LoadPose poseFile (slidertime.frame) false

when i Load the pose manual with the scripted .pse, i get the following error :
“The file you are loading was saved out from a BoneSeg You must reload this file onto a BoneSeg”

If i do it all manual there is no problem…

So this means that the pose file created by script is not compatible with the type of the bone selected (Limb)

Any idea in which function that I need to call on limbs to get the poseFile working?

1 Reply

Ah finally found it

you have the Limb property in the controller

$.transform.controller.Limb.SavePose