Message 1 of 1
Maya Module for Custom Menu not loading
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I always run a Maya module to initiate a custom menu that holds all my scripts. I recently updated from Maya 2019 to 2023, but my menu is not loading anymore.
I pasted my .mod file to every Maya MOD environment that popped up on querying "getenv MAYA_MODULE_PATH".
The .mod file contains:
+ MAYAVERSION:2023 MyCustomMenu any I:\Tools\Maya\Scripts\CustomMenuFolder
scripts: I:/Tools/Maya/Scripts/CustomMenuFolder
The scripts folder contains an __init__ file and the regular starting script, which runs fine + creates my menu if I run it by hand after Maya has launched.
I am not sure what I am missing, and why my menu doesn't load, while it did with a previous Maya.