Blender Git Loki
Git Commits -> Revision 3f23de9
July 29, 2020, 08:00 (GMT) |
Fix T78920: missing depsgraph relation when using sound strips in VSE Having a sound strip in the VSE caused a missing relation error to be logged on the console. This was caused by the AUDIO depsgraph component not having an entry node. This commits adds that node, and sets up relations correctly. Differential Revision: https://developer.blender.org/D8290 Reviewed By: Sergey |
Commit Details:
Full Hash: 3f23de9a3fc5cd78174237fb0b5a433032a8042c
Parent Commit: bf92d26
Committed By: Jeroen Bakker
Lines Changed: +9, -0
4 Modified Paths:
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+4, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+2, -0) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.cc (+2, -0) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.h (+1, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+2, -0) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.cc (+2, -0) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.h (+1, -0) (Diff)