Blender Git Commit Log

Git Commits -> Revision ff1b5af

Revision ff1b5af by Sergey Sharybin (master)
July 15, 2019, 15:36 (GMT)
Fix compositor ignoring mask parenting

There are two aspects to the problem:

- Dependency graph update for compositor preview was missing
updates flush.

Apparently, update for new frame style of update will take
care of flushing, but not the update tagged style of update.

This goes to a legacy dependency graph and is to be changed
at some point, but not so close to the release.

- Movie clips were missing from the compositor dependency graph.

This fixes part of T66519.

Reviewers: brecht

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5256

Commit Details:

Full Hash: ff1b5af30710a802c5137dab3bce3a18203b3645
Parent Commit: ee55ac1
Lines Changed: +32, -0

3 Modified Paths:

/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+13, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+18, -0) (Diff)
/source/blender/editors/space_node/node_edit.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021