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

When a render (from gaffer) is paused and restarted, we get a new asr… #731

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,9 @@ class DisplayTileCallback : public ProgressTileCallback

void release() override
{
// We don't need to do anything here.
// The tile callback factory deletes this instance.
// We need to reset m_displays_initialized because we'll
// get a new asr::Frame if/when rendering restarts
m_displays_initialized = false;
}

void on_tile_begin(const asr::Frame *frame, const size_t tileX, const size_t tileY) override
Expand Down