|
Hello.
I’m not really into maxscript, but i want to know if there is a way to diassable the scale inheritance of an object (bone) from it’s parent?
Normally this is done in the ‘link info’ panel, by unchecking the x,y,z, values in the scale group.
I would really apreciate a script that dissables these values
Thanks in advance.
|
|
|
|
getInheritanceFlags <node>
setInheritanceFlags <node> (#all | #none | <bitarray>) keepPos:<boolean>—mapped
Get and set the inheritance flags for the specified node as an <bitarray>. If a bit is on, the corresponding inheritance is turned on. The order of the bits is: #{POS_X,POS_Y,POS_Z,ROT_X,ROT_Y,ROT_Z,SCALE_X,SCALE_Y,SCALE_Z}
If keepPos:false is specified, the node may move when an inheritance is turned on or off.
i am Chinese, my English is very poor,thank you for talk
MSN:sitt#live.cn
|
|
|