-
Notifications
You must be signed in to change notification settings - Fork 59
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
Aborted render should mark render pass as converged #4
Labels
enhancement
New feature or request
render delegate
Related to the Arnold Render Delegate
user
Reported by a user
Comments
sirpalee
changed the title
[render delegate] Aborted render should mark render pass as converged
Aborted render should mark render pass as converged
Nov 29, 2019
sirpalee
added a commit
to sirpalee/arnold-usd
that referenced
this issue
Mar 27, 2020
sirpalee
added a commit
to sirpalee/arnold-usd
that referenced
this issue
Mar 27, 2020
sirpalee
added a commit
to sirpalee/arnold-usd
that referenced
this issue
Mar 27, 2020
sirpalee
added a commit
to sirpalee/arnold-usd
that referenced
this issue
Mar 27, 2020
sirpalee
added a commit
to sirpalee/arnold-usd
that referenced
this issue
Mar 27, 2020
sirpalee
added a commit
to sirpalee/arnold-usd
that referenced
this issue
Mar 27, 2020
sirpalee
added a commit
to sirpalee/arnold-usd
that referenced
this issue
Mar 29, 2020
sirpalee
added a commit
to sirpalee/arnold-usd
that referenced
this issue
Mar 29, 2020
sirpalee
added a commit
to sirpalee/arnold-usd
that referenced
this issue
Mar 30, 2020
sebastienblor
pushed a commit
that referenced
this issue
Mar 30, 2020
sebastienblor
pushed a commit
that referenced
this issue
Apr 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
render delegate
Related to the Arnold Render Delegate
user
Reported by a user
Currently, performing a blocking Hydra render to completion requires a pattern similar to the following:
Right now, if the render performed by
HdArnoldRenderPass
aborts for any reason, the render pass is not marked as converged, and thus the above code will block indefinitely.I think the most "correct" thing to do in the case of an Arnold render error is to mark the pass as converged and zero the render pass' output buffers.
The text was updated successfully, but these errors were encountered: