Fix T50512: Linked Backround scene with animation not updating with new depsgraph

Was missing relations for the set scenes.

Perhaps not ideal solution, but should be good enough for now.
This commit is contained in:
Sergey Sharybin 2017-01-25 12:30:29 +01:00
parent e4de6e87e1
commit e29a6f739d
Notes: blender-bot 2023-02-14 07:16:31 +01:00
Referenced by issue #50512, Linked Backround scene with animation not updating with new depsgraph
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ namespace DEG {
void DepsgraphRelationBuilder::build_scene(Main *bmain, Scene *scene)
{
if (scene->set) {
// TODO: link set to scene, especially our timesource...
build_scene(bmain, scene->set);
}
/* scene objects */