From 6e4b7a6e4d96d60f92251abc7a5ff85fe0ba2fb8 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 1 May 2019 11:51:11 +0200 Subject: Depsgraph: Initial work to cover sequencer Just adds sequencer operation and links possible sound ID to it. No functional changes, just moving towards sound system integration into the dependency graph. --- source/blender/depsgraph/intern/builder/deg_builder_nodes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/depsgraph/intern/builder/deg_builder_nodes.h') diff --git a/source/blender/depsgraph/intern/builder/deg_builder_nodes.h b/source/blender/depsgraph/intern/builder/deg_builder_nodes.h index 68fb9ab6cc2..9805bd97b08 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_nodes.h +++ b/source/blender/depsgraph/intern/builder/deg_builder_nodes.h @@ -208,6 +208,7 @@ class DepsgraphNodeBuilder : public DepsgraphBuilder { void build_lightprobe(LightProbe *probe); void build_speaker(Speaker *speaker); void build_sound(bSound *sound); + void build_sequencer(Scene *scene); /* Per-ID information about what was already in the dependency graph. * Allows to re-use certain values, to speed up following evaluation. */ -- cgit v1.2.3