Blender Git Commit Log
Git Commits -> Revision c3f00d7
Revision c3f00d7 by Sergey Sharybin (master) June 4, 2019, 07:41 (GMT) |
Fix T65447: Mask doesn't update in compositor unless there's motion blur on 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. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4998 |
Commit Details:
Full Hash: c3f00d78796216ce15b6032f980539af6f1b0687
Parent Commit: b998a7b
Lines Changed: +73, -2