The rndr command from Pixie v2.2.6 just terminates with a 255 exit code (an error occured), without an error message. It terminates with a 0 exit code (success) if I comment‑out the Displacement query.
I just wanted to know if I'm missing something so that Pixie can't handle it properly or if it just don't support it. I wonder, as there no error message at all, and the error is just indicated by the return code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's about an ambiguity in RI-spec. One may try what I did with 3Delight, which is use Km instead of amplitude, and declare it before if Pixie complains. Unfortunately, I can't try it now, as I've uninstalled Pixie since (may be back to it a future day, for other tests).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
A RIB file first has this:
Then, later this:
The
rndrcommand from Pixie v2.2.6 just terminates with a 255 exit code (an error occured), without an error message. It terminates with a 0 exit code (success) if I comment‑out theDisplacementquery.I just wanted to know if I'm missing something so that Pixie can't handle it properly or if it just don't support it. I wonder, as there no error message at all, and the error is just indicated by the return code.
This may be related to an issue I discovered later, which I explained here:
http://www.3delight.com/en/modules/forum/viewtopic.php?f=5&t=4262 .
It's about an ambiguity in RI-spec. One may try what I did with 3Delight, which is use
Kminstead ofamplitude, and declare it before if Pixie complains. Unfortunately, I can't try it now, as I've uninstalled Pixie since (may be back to it a future day, for other tests).