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:
authorSergey Sharybin <sergey@blender.org>2020-08-04 13:08:09 +0300
committerSergey Sharybin <sergey@blender.org>2020-08-04 13:08:09 +0300
commit778f0aca5263f9fd37ef1f7a1162af0328630cf8 (patch)
tree7a8ac9bc98b1c3986db73ebb7e8e7e4560536d02 /source/blender/blenkernel/intern/armature.c
parent03c2439d96e8f366646bf20095514c057593aa24 (diff)
parent8d3b8bc83589eccee10fcc0da4233b3adcf0cdde (diff)
Merge branch 'blender-v2.90-release'
Diffstat (limited to 'source/blender/blenkernel/intern/armature.c')
-rw-r--r--source/blender/blenkernel/intern/armature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/armature.c b/source/blender/blenkernel/intern/armature.c
index c977ebe4ae2..631ce4edd20 100644
--- a/source/blender/blenkernel/intern/armature.c
+++ b/source/blender/blenkernel/intern/armature.c
@@ -2205,7 +2205,7 @@ static void pose_proxy_sync(Object *ob, Object *from, int layer_protected)
pchan->mpath = NULL;
/* Reset runtime data, we don't want to share that with the proxy. */
- BKE_pose_channel_runtime_reset(&pchanw.runtime);
+ BKE_pose_channel_runtime_reset_on_copy(&pchanw.runtime);
/* this is freed so copy a copy, else undo crashes */
if (pchanw.prop) {