ScriptSpot

Script

World / Local coordinate system toogle

By IgrBessonov · Credited author: Igor Bessonov · 2015-05-11

Version
1.0
Date updated
2015-05-10
Votes
1
Description

macroScript CoordinatesToogle
category: "Scripts"
(
maniptype = toolMode.commandmode as string
varAxis = getRefCoordSys() as string
case of
(
(varAxis == "hybrid"): toolMode.coordsys #world
(varAxis == "screen"): toolMode.coordsys #world
(varAxis == "parent"): toolMode.coordsys #world
(varAxis == "local"): toolMode.coordsys #world
(varAxis == "gimbal"): toolMode.coordsys #world
(varAxis == "grid"): toolMode.coordsys #world
(varAxis == "working"): toolMode.coordsys #world
(varAxis == "world"): toolMode.coordsys #local
)
)

Additional Info

It scripts allows you to switch between world and local coordinate system
Attachments

Tags: axis, world, local, system, coordiante, toogle

Comments (1)

IgrBessonov · 2015-07-01

Just drag it to 3dsMax