Notifications
Clear all
[Closed] Don't affect children
Aug 17, 2013 12:45 pm
What’s the max script to activate ‘don’t affect children’ during transform for an object? Thnx in advance
4 Replies
Nov 17, 2006 2:02 pm
Yes Ive been using something very similar to get me by:
select <node>
max unlink $
[do something]
$.parent = <node>
Thanks for your help Charles
Nov 17, 2006 2:02 pm
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
Nov 17, 2006 2:02 pm
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