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:
authorJoshua Leung <aligorith@gmail.com>2018-05-24 16:10:12 +0300
committerJoshua Leung <aligorith@gmail.com>2018-05-24 16:10:12 +0300
commit40dfb3eed6588c36c4e09f410fd0d8ee2b43bb59 (patch)
tree6633ae4fe659f4f016826a700c93be59f21b87d2 /source/blender/editors/armature/pose_select.c
parent72039cd7cc6b22a48effb0af5d7ba47b6f027ead (diff)
Oops... should rebuild before committing
Diffstat (limited to 'source/blender/editors/armature/pose_select.c')
-rw-r--r--source/blender/editors/armature/pose_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/pose_select.c b/source/blender/editors/armature/pose_select.c
index dab9caa63df..f0dc680598c 100644
--- a/source/blender/editors/armature/pose_select.c
+++ b/source/blender/editors/armature/pose_select.c
@@ -310,7 +310,7 @@ void ED_pose_deselect_all_multi(Object **objects, uint objects_len, int select_m
/* NOTE: ob not ob_act here is intentional - it's the source of the
* bones being selected [T37247]
*/
- DEG_id_tag_update(&ob->id, OB_RECALC_DATA);
+ DEG_id_tag_update(&ob_iter->id, OB_RECALC_DATA);
}
/* need to tag armature for cow updates, or else selection doesn't update */