World / Local coordinate system toogle

1 vote
Version: 
1.0
Date Updated: 
05/10/2015
Author Name: 
Igor Bessonov

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

AttachmentSize
coordinatestoogle.ms559 bytes

Comments

Comment viewing options

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

Just drag it to 3dsMax

Just drag it to 3dsMax

Comment viewing options

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