-
Notifications
You must be signed in to change notification settings - Fork 208
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
Viewer doesn't draw correctly when switching between images/frames #6043
Comments
Thanks for the simple example for showing the problem - it reproduces here. I suspect that somehow the update is getting cancelled but we're not detecting that and doing a restart. Will investigate further... |
johnhaddon
added a commit
to johnhaddon/gaffer
that referenced
this issue
Sep 18, 2024
In most cases this didn't matter, because we were only getting cancelled by a graph edit which would eventually dirty the input plug anyway. But cancellation could be due to an edit in an unrelated part of the graph, in which case our input plug won't be dirtied again, but we do want to restart the update. Fixes GafferHQ#6043
johnhaddon
added a commit
to johnhaddon/gaffer
that referenced
this issue
Sep 18, 2024
In most cases this didn't matter, because we were only getting cancelled by a graph edit which would eventually dirty the input plug anyway. But cancellation could be due to an edit in an unrelated part of the graph, in which case our input plug won't be dirtied again, but we do want to restart the update. Fixes GafferHQ#6043
Merged
johnhaddon
added a commit
to johnhaddon/gaffer
that referenced
this issue
Sep 19, 2024
In most cases this didn't matter, because we were only getting cancelled by a graph edit which would eventually dirty the input plug anyway. But cancellation could be due to an edit in an unrelated part of the graph, in which case our input plug won't be dirtied again, but we do want to restart the update. Fixes GafferHQ#6043
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: Gaffer 1.4.12.0-linux and Gaffer 1.3.16.7-linux
Third-party tools: Cycles (and Arnold)
Third-party modules: None
Description
We have noticed that in gaffer 1.3 and 1.4 (this wasn’t a problem in gaffer 1.2), that switching between images with the Numeric Bookmarks, or frames, when the IPR is running cause the image to not correctly draw sometimes resulting in an anaglyph type look. As far as we can tell this only happens when the IPR is running and cannot reproduce when just switching between images.
Steps to reproduce
See attached video and script.
Debug log
Click to Expand
2024-09-13_09-21-51.mp4
The text was updated successfully, but these errors were encountered: