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...
Forum topic · General Scripting
By PerfectCell · 2013-02-13
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...
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 :)