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:
2017-01-25 12:30:29 +01:00
parent e4de6e87e1
commit e29a6f739d

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 */