Hi
I'm just wondering, is there a command I can use to enable/disable the View Controls?
(the option I'm referring to is located under Options -> View -> Show view controls)
I'd like to be able to enable and disable this (either toggle, or by holding a key down) via a shortcut key.
Thanks!
-EDIT-
Oh, and I'd also like to make my toggle grid shortcut toggle the grid axes as well as the grid.
Currently:
script:moi.grid.display = !moi.grid.display;
(but I'm not sure if there's a command for the grid axes?)
|