xNormalBatchBaker
xNormalBatchBaker copied to clipboard
IOError
Aparece este error al darle a Bake Textures:
- File "C:/Users/Mi_usuario/Documents/maya/2017/prefs/scripts\xNormalBatchBakerForMaya.py", line 2270, in _bakeMaps
-
xNormal.run_config(config)
- File "C:/Users/Tomi/Desktop/xNormalBatchBakerForMaya\xNormal.py", line 25, in run_config
- IOError: [Errno 13] Permission denied: 'xNormal.xml'
Además las opciones de "Bake base texture map" no aparecen seleccionables a parte de otras. Gracias por actualizar el plugin para Maya
-
Replace xNormal.pyc with xNormal.py from Python wrapper for xNormal: https://github.com/orangeduck/Python-xNormal
-
Open it with IDLE and modify it
Original:
path = "xNormal.exe"
version = "3.17.9"
config_file = "xNormal.xml"
Modified:
path = "C:/Program Files/S.Orgaz/xNormal 3.19.2/x64/xNormal.exe"
version = "3.19.2"
config_file = "D:/xNormal.xml"
-
Done!
Note: Right now, the latest version of xNormal 3.19.3 seems get problem to connect. Needs more effort to investigate.