NSUV for 2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Trying to make the NSUV editor work in Maya 2022.3 (worked without problems in ver2018), from here:
www highend3d com/maya/script/nightshade-uv-editor-for-maya
Every time I try to import NSUV i get this message: # Error: ModuleNotFoundError: file C:/Users/Jeremy/Documents/maya/2022/prefs/scripts\NSUV__init__.py line 23: No module named 'optVars' #
I definitely have the file in the folder, named optVars.py, and re-downloading it didn't fix the issue either.
In this thread from AD forums I found others experiencing the similar problems with Maya not picking up modules: www forums.autodesk com/t5/maya-programming/maya-2022-no-module-named-xxx-even-if-the-script-is-...
...But applying those syntax fixes didn't do it for me, unless I missed something. Can anyone confirm if this is a simple 1-or-2-line syntax problem easily fixed, or if there are tons more problems due to new changes in python language?