Notifications
Clear all

[Closed] Disabled Bone morph in Skin Morph?

How to uncheck “Enabled” by maxscript?

Here’s my script:
$.modifiers[#Skin_Morph].skinMorphOps.boneSetMorphEnabled $bip_hip_R 1 off

I don’t know what’s wrong
It doesn’t work.

Can anybody give me a hand?
Thanks in advance.

2 Replies

It seems to be working; just not updating the UI. Check it’s state after you’ve run your line

$.modifiers[#Skin_Morph].skinMorphOps.boneSetMorphEnabled $bip_hip_R 1 false
$.modifiers[#Skin_Morph].boneGetMorphEnabled $bip_hip_R 1

Yes,it doesn’t updating the UI
Thank you!