When the tool asks me if I would like to automatically skin weight the proxy mesh, if I answer yes I get the error, if I say no, the mesh just disappears and I get this error:
Traceback (most recent call last):
File "D:/DOCUMENTOS/Documentos/MayaTools/General/Scripts\ART_skeletonBuilder_UI.py", line 7214, in skinProxyGeo_UI_Cancel
self.lock_phase2(deleteProxy, False)
File "D:/DOCUMENTOS/Documentos/MayaTools/General/Scripts\ART_skeletonBuilder_UI.py", line 7623, in lock_phase2
self.loadCachedWeights()
File "D:/DOCUMENTOS/Documentos/MayaTools/General/Scripts\ART_skeletonBuilder_UI.py", line 11750, in loadCachedWeights
files = os.listdir(path)
WindowsError: [Error 3] The system cannot find the path specified: 'D:/DOCUMENTOS/Documentos/MayaTools\\General\\ART\\system\\*.*'
.
Aborting Operation. Please correct naming conflict and try again.
I get this error after I try to go to the Deformation Setup
Traceback (most recent call last):
File
“D:/DOCUMENTOS/Documentos/MayaTools/General/Scripts\ART_skeletonBuilder_UI.py”,
line 7191, in skinProxyGeo_UI_Accept
cmds.select("skin_geo_") ValueError: No object matches name:
skin_geo_ . Aborting Operation.
I’m using Maya 2016
I got ART from [here][2] because I can’t get it from the marketplace because I’m using 4.17 and ART is not compatible with 17, just 10-16 according to the store
Update:
When the tool asks me if I would like to automatically skin weight the proxy mesh, if I answer yes I get the error, if I say no, the mesh just disappears and I get this error:
Traceback (most recent call last):
File
“D:/DOCUMENTOS/Documentos/MayaTools/General/Scripts\ART_skeletonBuilder_UI.py”,
line 7214, in skinProxyGeo_UI_Cancel
self.lock_phase2(deleteProxy, False) File
“D:/DOCUMENTOS/Documentos/MayaTools/General/Scripts\ART_skeletonBuilder_UI.py”,
line 7623, in lock_phase2
self.loadCachedWeights() File “D:/DOCUMENTOS/Documentos/MayaTools/General/Scripts\ART_skeletonBuilder_UI.py”,
line 11750, in loadCachedWeights
files = os.listdir(path) WindowsError: [Error 3] The system
cannot find the path specified:
‘D:/DOCUMENTOS/Documentos/MayaTools\General\ART\system\.’
. Aborting Operation. Please correct
naming conflict and try again.