Position Gizmo

Hi there, my Scripting is very poor.
Can anyone help me with a simple script that will set the position of the Gizmo when using modifiers such as Symmetry?
Many thanks

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
seagull's picture

Position relative to scene

Great thanks for your post - I was having difiiculties with the MXS help.
One more question if I may!
By using this script:
$.symmetry.mirror.position = [0,20,0]
The gizmo is positioned relative to the object. Is there a way of positing relative to the scene or world space? E.g. if there are a number of objects they will all have the same Gizmo position?

Many thanks

br0t's picture

I would have guess the in

I would have guess the
in coordsys world ...
would help, but it does not seem so :/

Never get low & slow & out of ideas

Anubis's picture

search for Symmetry

search for Symmetry in the mxs help -
"Value > MAXWrapper > Modifier > Symmetry"

* example:
$.symmetry.mirror.position = [0,20,0]

my recent MAXScripts RSS (archive here)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.