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

3 Modified Paths:

/source/blender/depsgraph/DEG_depsgraph_build.h (+12, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+36, -0) (Diff)
/source/blender/editors/space_node/node_edit.c (+25, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021