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:
authorCampbell Barton <ideasman42@gmail.com>2019-11-15 19:34:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-15 19:34:19 +0300
commit17cb32c7bc7c772ea5f07476bf69554e2c79dd02 (patch)
tree9881d3ab9dd33b75dedb680e269eca23b3f80de1
parent554321c6fbb6bbe97dfc656f314fd9e1abdfab20 (diff)
parenteba4a4bd73ba7918fb98e21acf5fbfb4aa748a18 (diff)
Merge branch 'blender-v2.81-release'
-rw-r--r--source/blender/editors/armature/pose_select.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/armature/pose_select.c b/source/blender/editors/armature/pose_select.c
index a60b9c56dc6..0c359b2a757 100644
--- a/source/blender/editors/armature/pose_select.c
+++ b/source/blender/editors/armature/pose_select.c
@@ -1170,8 +1170,8 @@ static int pose_select_mirror_exec(bContext *C, wmOperator *op)
/* In weightpaint we select the associated vertex group too. */
if (is_weight_paint) {
- ED_vgroup_select_by_name(ob, pchan_mirror_act->name);
- DEG_id_tag_update(&ob->id, ID_RECALC_GEOMETRY);
+ ED_vgroup_select_by_name(ob_active, pchan_mirror_act->name);
+ DEG_id_tag_update(&ob_active->id, ID_RECALC_GEOMETRY);
}
}