xNormalBatchBaker icon indicating copy to clipboard operation
xNormalBatchBaker copied to clipboard

IOError

Open rutenio3 opened this issue 7 years ago • 1 comments

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

rutenio3 avatar Sep 18 '17 07:09 rutenio3

  1. Replace xNormal.pyc with xNormal.py from Python wrapper for xNormal: https://github.com/orangeduck/Python-xNormal

  2. 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"

  3. Done!

Note: Right now, the latest version of xNormal 3.19.3 seems get problem to connect. Needs more effort to investigate.

hful avatar Jul 08 '19 08:07 hful