Blender Git Loki
Git Commits -> Revision 065a00e
Revision 065a00e by Sybren A. Stüvel (master) July 16, 2020, 09:51 (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: 065a00ee3e6668172faae5a72027de8b1bca9d77
Parent Commit: d4ce777
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)