Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2022-05-11 17:53:29 +0300
committerSybren A. Stüvel <sybren@blender.org>2022-05-11 17:53:29 +0300
commit8d528241a9f3b36cd5ec36479135c6fbf49d1cad (patch)
tree8767ff789ccf4ca0c29c5f4b7973c9e4c0e66a3d
parentfa114cc4a087b4484263a62efc8314c13bfff85c (diff)
parent2001ee625184502030a34576acd60cfaaa7aed5e (diff)
Merge remote-tracking branch 'origin/blender-v3.2-release'
-rw-r--r--source/blender/editors/object/object_relations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c
index 5ef8e573e27..76dcfbd8d36 100644
--- a/source/blender/editors/object/object_relations.c
+++ b/source/blender/editors/object/object_relations.c
@@ -1964,7 +1964,7 @@ static void single_objectdata_action_users(
ID *id_act = (ID *)adt->action;
if (single_data_needs_duplication(id_act)) {
DEG_id_tag_update(&ob->id, ID_RECALC_GEOMETRY);
- BKE_animdata_duplicate_id_action(bmain, &ob->id, USER_DUP_ACT | USER_DUP_LINKED_ID);
+ BKE_animdata_duplicate_id_action(bmain, id_obdata, USER_DUP_ACT | USER_DUP_LINKED_ID);
}
}
}