[Closed] "Don't Affect Children" mxscrpt cmnd—Where in reference?
Hello…
I saw an archived thread about the “Don’t Affect Children” maxscript command”
seen in the Heirarchy tab.
I know about :
maxops.affectchildren = true/false
What I am wondering and looking for is: How can I find this in the MaxScript reference…I ve searched for affectchildren() …maxops…etc. And I dont see anything refering to affect children. The reason I would like to know is I am also looking for the Transform and Scale command under Reset in the Hierarchy tab assuming these buttons follow the same format…
would it be called by
maxops.transform = 0,0,0
maxops.scale = 0,0,0
???
Thanks in advance
[EDIT] I did find in the reference about:
[left] <node> [size=2][color=green][color=green][font=‘Courier New’]– mapped method[/color]
[/left]
[left]Same as Hierarchy/Pivot/Reset Transform.
[/left]
[/font][/color][/size][left][left] [/left][/left]
[left][left]and[/left][/left]
[left]ResetPivot <node> [color=green]– mapped method[/color]
[/left]
[left][left]Same as Hierarchy/Pivot/Reset Pivot.[/left][/left]
[left][left] [/left][/left]
[left][left]however…I still would like to know about the “Don’t Affect Children”[/left][/left]
affectchildren will return the proper page (Trackbar Interface) and hierarchy will return the other needed page (Align Pivot and Reset Transform Methods).
[b]ResetTransform[/b] <node>
[b]ResetScale[/b] <node>
-Eric