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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user