I don't seem to be able to find the installation guide and as a result, I'm not sure if I'm doing it right.
I try to put the skinWrangler-master folder here
/Users/.../Library/Preferences/Autodesk/maya/modules
or here
/Users/.../Library/Preferences/Autodesk/maya/2024/scripts
and run as Python
from skinWrangler import skinWrangler as sw
skinWranglerWindow = sw.show()
also tried dropping skinWrangler.py into the viewport
ERROR
import maya.app.general.executeDroppedPythonFile as myTempEDPF
myTempEDPF.executeDroppedPythonFile("/Volumes/PLUGINS/Maya/skinWrangler/skinWrangler-master/skinWrangler.py", "")
del myTempEDPF
# Error: SyntaxError: file <frozen importlib._bootstrap> line 241: Missing parentheses in call to 'exec'. Did you mean exec(...)?
The plugin fails to open giving me an Error in Maya 2024.1
I don't seem to be able to find the installation guide and as a result, I'm not sure if I'm doing it right.
I try to put the skinWrangler-master folder here /Users/.../Library/Preferences/Autodesk/maya/modules or here /Users/.../Library/Preferences/Autodesk/maya/2024/scripts and run as Python
also tried dropping skinWrangler.py into the viewport
ERROR
The plugin fails to open giving me an Error in Maya 2024.1