Skip to content
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

Crash when changing camera parameters in Appleseed interactive render #730

Open
robpieke opened this issue Feb 26, 2018 · 0 comments
Open

Comments

@robpieke
Copy link
Contributor

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant