You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured it was better to log here than in Gaffer, since I think the code best changed is here.
Repro:
setup and kick off an interactive render using Appleseed
change camera FOV
crashy
The issue as I see it is that Cortex caches the asr::Frame / asf::Image being used for pixel data. For a lot of updates, that's fine, but for camera updates a whole new one is created (destroying the old one), but the "initialisation flag" isn't cleared.
There's a pull request coming.
The text was updated successfully, but these errors were encountered:
I figured it was better to log here than in Gaffer, since I think the code best changed is here.
Repro:
The issue as I see it is that Cortex caches the asr::Frame / asf::Image being used for pixel data. For a lot of updates, that's fine, but for camera updates a whole new one is created (destroying the old one), but the "initialisation flag" isn't cleared.
There's a pull request coming.
The text was updated successfully, but these errors were encountered: