-
Notifications
You must be signed in to change notification settings - Fork 207
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
Caribou nuke pr #5357
Caribou nuke pr #5357
Conversation
@johnhaddon Could you take a look at this PR for |
6d65ac0
to
749d474
Compare
Thanks Lucien - I've pushed a rebase to merge the related commits and hopefully fix the Windows compilation error too. I think this is good to go, but I was surprised to see that we've never actually exposed the |
That's a good point, I added a commit to promote the |
8c9a23b
to
ad6c7e5
Compare
…mes` This allows a template to handle missing sequences gracefully, in the same way that missing frames might be handled.
We used to disable GafferUSD for Nuke as Nuke and Cortex had incompatibilities regarding USD. Since then, we have solved the incompatibilities and GafferUSD is a useful component when used inside of a Caribou type of workflow
This plug can be used to fallback when no frames are available so it can be useful to access it from the ImageReader directly.
ad6c7e5
to
0856899
Compare
I've pushed an update that fixes the unwanted serialisation of the internal connection, adds a test for that, and reorders the plug so that it's before all the private plugs. I've also added a widget for it. Will merge when CI goes through. |
thanks! |
availableFrames
plug value for missing file sequence.Related issues
Dependencies
Checklist