Depsgraph: Owner ID must always be original ID

Missed that in the review.
This commit is contained in:
Sergey Sharybin
2017-12-06 11:38:58 +01:00
parent 5389ca1859
commit 674e1d4194

View File

@@ -157,7 +157,7 @@ void DepsgraphNodeBuilder::build_view_layer(
build_movieclip(clip);
}
/* Collections. */
build_view_layer_collections(&scene_cow->id, view_layer_cow);
build_view_layer_collections(&scene->id, view_layer_cow);
/* Parameters evaluation for scene relations mainly. */
add_operation_node(&scene->id,
DEG_NODE_TYPE_PARAMETERS,