ScriptSpot

Forum topic · General Scripting

Get current axis/axis constraint

By PerfectCell · 2013-02-13

Description

I am trying to get the currently active axis (such as when using the move gizmo) and the currently selected axis constraint axis.

I tried searching on CGTalk and Maxscript help, but couldn't find anything that helped me...

Comments (2)

barigazy · 2013-02-13

Just use this line

toolmode.axisconstraints

PerfectCell · 2013-02-13

I knew it would be something stupidly simple like that. Thanks heaps :)