We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If a usd file has arnold:global:log:verbosity, like this (verbosity level doesn't matter):
def RenderSettings "rendersettings" { custom int arnold:global:log:verbosity = 5 }
Then when you kick a usd file that has something wrong with it (like a missing texture), all you get is this:
| starting 32 bucket workers of size 64x64 ... WARNING | render terminating early: received abort signal | render done in 0:00.006 | [driver_exr] writing file `C:/Users/blairs/untitled.arnold_rendersettings1.0049.exr' 00:00:02 279MB WARNING | [kick] render aborted due to earlier errors | render done
Note that the error aborts, but there are no ERRORs logged. And an output file is written to disk.
If you remove arnold:global:log:verbosity, then you get the ERROR messages. But the output file is still written to disk.
00:00:02 267MB | starting 32 bucket workers of size 64x64 ... 00:00:02 288MB ERROR | [texturesys] /materials/arnold_utility/image1: ImageInput::create() called with no filename Invalid image file "": ImageInput::create() called with no filename 00:00:02 294MB ERROR | [texturesys] /materials/arnold_utility/image1: Invalid image file "": ImageInput::create() called with no filename 00:00:02 294MB ERROR | [texturesys] /materials/arnold_utility/image1: Invalid image file "": ImageInput::create() called with no filename 00:00:02 294MB WARNING | [kick] render aborted due to earlier errors 00:00:02 294MB ERROR | [texturesys] /materials/arnold_utility/image1: Invalid image file "": ImageInput::create() called with no filename 00:00:02 294MB ERROR | [texturesys] /materials/arnold_utility/image1: Invalid image file "": ImageInput::create() called with no filename 00:00:02 295MB WARNING | render terminating early: unknown reason 00:00:02 295MB | render done in 0:00.040 00:00:02 295MB | [driver_exr] writing file `C:/Users/blairs/untitled.arnold_rendersettings1.0049.exr'
To Reproduce Steps to reproduce the behavior:
kick -v 5 -dp -dw missing.usda
Expected behavior The render aborts, ERRORs are printed, and nothing is written to disl.
Used Software Versions
The text was updated successfully, but these errors were encountered:
Issue synced internally to ARNOLD-14817
Sorry, something went wrong.
No branches or pull requests
Describe the bug
If a usd file has arnold:global:log:verbosity, like this (verbosity level doesn't matter):
Then when you kick a usd file that has something wrong with it (like a missing texture), all you get is this:
Note that the error aborts, but there are no ERRORs logged. And an output file is written to disk.
If you remove arnold:global:log:verbosity, then you get the ERROR messages. But the output file is still written to disk.
To Reproduce
Steps to reproduce the behavior:
For example:
kick -v 5 -dp -dw missing.usda
Expected behavior
The render aborts, ERRORs are printed, and nothing is written to disl.
Used Software Versions
The text was updated successfully, but these errors were encountered: