Cleanup: Clarify relation name for time relation to modifier
This commit is contained in:
@@ -2191,7 +2191,7 @@ void DepsgraphRelationBuilder::build_object_data_geometry(Object *object)
|
||||
}
|
||||
if (BKE_object_modifier_use_time(scene_, object, md)) {
|
||||
TimeSourceKey time_src_key;
|
||||
add_relation(time_src_key, obdata_ubereval_key, "Time Source");
|
||||
add_relation(time_src_key, obdata_ubereval_key, "Time Source -> Modifier");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user