Page MenuHome

Fix T65447: Mask doesn't update in compositor unless there's motion blur on
ClosedPublic

Authored by Sergey Sharybin (sergey) on Jun 3 2019, 2:49 PM.

Details

Summary

This is probably just one of the related issues.

Root of the problem was that compositor job was using original scene and node
tree for compositing. It is not guaranteed to have all the evaluated data.

Switched compositor job to use it's own render-pipeline-like dependency graph
which has everything evaluated in it.

Diff Detail

Repository
rB Blender

Event Timeline

Seems to work fine, I couldn't make this fail.

This revision is now accepted and ready to land.Jun 3 2019, 6:39 PM
This revision was automatically updated to reflect the committed changes.