Notifications
Clear all
[Closed] Toggling Viewport Configuration
Jun 28, 2011 3:37 pm
Hello, I’m trying to turn off or toggle various viewport settings for grabbing the viewport, but I can’t find the command anywhere.
Specifically I want to toggle Action Safe, Title Safe, User Safe and 12-Field grid (see image).
The MacroRecorder only shows the command to open the dialog, so no help there.
3 Replies
Jun 28, 2011 3:37 pm
If they are not exposed to maxscript you will have to use uiaccessor & dialogmonitorops to press them manually.
see this thread for a similar example:
http://forums.cgsociety.org/showthread.php?f=98&t=981677
Jun 28, 2011 3:37 pm
Thanks for the quick reply. I don’t understand why it wouldn’t be exposed to maxscript, but at least it appears there is a way around it – I’ll look into that link and see if I can figure it out.