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
[BUG] Render EXR is not multilayer and issues with preview the multilayer EXR render result #57
Comments
|
Hmmm, not sure how that's possible - but previously it worked just fine... Maybe I'm missing something... |
|
Still don't understand how I can miss such an issue, seems it's a known one: https://developer.blender.org/T71087 Found workaround that should work - use write_still for render call. |
|
Ok, it's working, but now the result image is not opening in preview in Addon: |
|
If there is multilayer I need to use just So those layers are not loading into the
|
|
#33 is covering the issue just enough to close this one. |
|
This issue, actually, affecting the agent render process - because if it's not completed (agent is going to be terminated or just stopped) there is no way to receive the render result - it will just be not saved. |
Issue description:
For some reason BlendNet is not saving the render result as multilayer EXR file - it seems like the regular one layer EXR.
Environment:
Steps to reproduce:
Expected behavior
Seems something is wrong with the save parameters, so it should use OPEN_EXR_MULTILAYER for sure
The text was updated successfully, but these errors were encountered: