Page MenuHome

Fix T87771: Immediate Crash on "Edit Source" in Compositor
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Apr 26 2021, 12:05 PM.

Details

Summary

Caused by rB278011e44d43: Fix T80748: Render Emissive Colors in Compositor Backdrop.

Lacking the exact explanation tbh, but framebuffer management since
above commit now seems to require region bind/unbind in for the operator
to be able to redraw correctly without using the same framebuffer in
multiple contexts.

Diff Detail

Repository
rB Blender

Event Timeline

Philipp Oeser (lichtwerk) requested review of this revision.Apr 26 2021, 12:05 PM
Philipp Oeser (lichtwerk) created this revision.

I can imagine this was failing as drawing the backdrop uses the viewport.

This revision is now accepted and ready to land.Apr 26 2021, 4:21 PM