PrismPipeline / QuiltiX

QuiltiX is a graphical node editor to edit, and author MaterialX based materials of 3D assets
https://pypi.org/project/QuiltiX
Apache License 2.0
259 stars 27 forks source link

Downloading the .zip and starting QuiltiX.bat doesn't do anything #84

Open hybridherbst opened 1 month ago

hybridherbst commented 1 month ago

I followed the instructions here https://pypi.org/project/QuiltiX/#from-zip to download the complete ZIP archive on Windows.

However, when I run QuiltiX.bat, all it prints is:

found Arnold SDK

and then it closes again. No window opens or anything.

How can I investigate what's going wrong?

Version: QuiltiX_win_v0.6.1

RichardFrangenberg commented 1 month ago

Without any error message, the only way to debug that would be to step through the Python code using a debugger (or print statements) to see until which lines of the Python scripts get executed. The first file which is called is \tools\entry.py, which then calls \python_libs\QuiltiX\quiltix.py.