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 dd2e33b24d
commit e89145efd3
1 changed files with 1 additions and 1 deletions

View File

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