Blender Git Loki
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