Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOError #1

Open
rutenio3 opened this issue Sep 18, 2017 · 1 comment
Open

IOError #1

rutenio3 opened this issue Sep 18, 2017 · 1 comment

Comments

@rutenio3
Copy link

rutenio3 commented Sep 18, 2017

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

@hful
Copy link

hful commented Jul 8, 2019

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants