ScriptSpot

Forum topic · General Scripting

Position Gizmo

By seagull · 2011-08-09

Description

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 (3)

Position relative to scene

seagull · 2011-08-09

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

I would have guess the in

br0t · 2011-08-09

I would have guess the

in coordsys world ...

would help, but it does not seem so :/

Anubis · 2011-08-09

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

* example:

$.symmetry.mirror.position = [0,20,0]