Hi all,
Isit possible access show transform gizmo through code? So instead of it toggling you can turn it on/off on command.
Searched the reference and found tmGizmos but I'm not seeing anything that will do that. Unless there's a smart way to use the use gizmo check?
Thanks
Replies
After running that command use redrawViews() to make sure the viewport updates, if needed.
Funnily I did try tmGizmos.usegizmo = true/false but didn't know about redrawviews so assumed nothing was happening
I believe a combination of tmGizmos.useGizmo = false + somehow accessing the axis tripod to be off would do the trick.
I did do some digging within the 3dsmax.ini and found showaxisicon = 1. I saved a separate version and in max toggled the "show transform gizmo" on/off.......updated the ini inside notepad++ and did a comparison to see whats actually changing under the hood and thats the only thing that changes....
which then led me to max showaxisicon BUT ITS STILL A TOGGLE blurgh.......
{edit}
Thanks