[Bf-blender-cvs] [40dfb3eed65] blender2.8: Oops... should rebuild before committing

Joshua Leung noreply at git.blender.org
Thu May 24 15:10:39 CEST 2018


Commit: 40dfb3eed6588c36c4e09f410fd0d8ee2b43bb59
Author: Joshua Leung
Date:   Thu May 24 15:10:12 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB40dfb3eed6588c36c4e09f410fd0d8ee2b43bb59

Oops... should rebuild before committing

===================================================================

M	source/blender/editors/armature/pose_select.c

===================================================================

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 */



More information about the Bf-blender-cvs mailing list