Notifications
Clear all

[Closed] Don't affect children

What’s the max script to activate ‘don’t affect children’ during transform for an object? Thnx in advance

4 Replies

Yes Ive been using something very similar to get me by:

select <node>
max unlink $
[do something]
$.parent = <node>

Thanks for your help Charles

Sorry about this just one more question…

Does anyone know how to turn the IKHI Solver ‘Enabled’ state on and off with script?

Thanks again

Spencer

It appears Paul Neale had answered this question before, I just found it.

–Turn if off
$.controller.enabled=0

–Turn it on
$.controller.enabled=1

Thanks

Spencer

maxOps.affectChildren  = off -- on