Hi folks,
For some reason when Maya has been closed, the next time I boot it, the viewport menu is no longer working.
The option is still checked in the menu but I need to toggle it off and on again for the viewport menu to begin working again, it’s very irritating to sort every time. Any ideas on a fix?
Edit: mGear version - 5.0.7 & 4.2.2, Maya version - 2025 & 2023 respectively, Windows 10
After some more testing, it appears to be files created in 4.2.2/2023, upon boot don’t have the viewport menu functionality, if opened in 4.2.2/2023 or 5.0.7/2025. Once the check box has been toggled, that session will be fine no matter what files you open.
If I open a new 5.0.7/2025 scene and import a rig in fresh, it’s fine.
After putting a bunch of prints throughout the dagmenu script, one weird thing I noticed is that the initial run of it all returns 1’s or 0’s
Whereas once I run the check box it returns True’s or False’s, I know they should equate to the same thing but it’s the only difference I can notice
I’ve even tried re-running the function deferred to try and trigger it later in the boot, but it’s not getting past this line
Then if I run the function in my Python window once I’m booted, it seems to work fine again.