[Bf-blender-cvs] [14297dd] master: Automatic commit by arc

gaiaclary noreply at git.blender.org
Wed Jul 30 12:06:20 CEST 2014


Commit: 14297dd2fd10170f33cda8f1b4b4543e551a8a3a
Author: gaiaclary
Date:   Wed Jul 30 12:00:11 2014 +0200
Branches: master
https://developer.blender.org/rB14297dd2fd10170f33cda8f1b4b4543e551a8a3a

Automatic commit by arc

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

M	source/blender/editors/space_view3d/drawarmature.c

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

diff --git a/source/blender/editors/space_view3d/drawarmature.c b/source/blender/editors/space_view3d/drawarmature.c
index 4a6215d..e01a9d4 100644
--- a/source/blender/editors/space_view3d/drawarmature.c
+++ b/source/blender/editors/space_view3d/drawarmature.c
@@ -2021,7 +2021,7 @@ static void draw_pose_bones(Scene *scene, View3D *v3d, ARegion *ar, Base *base,
 	
 	/* draw DoFs */
 	if (arm->flag & ARM_POSEMODE) {
-		if (((base->flag & OB_FROMDUPLI) == 0)) {
+		if (((base->flag & OB_FROMDUPLI) == 0) && ((v3d->flag & V3D_HIDE_HELPLINES) == 0)) {
 			draw_pose_dofs(ob);
 		}
 	}




More information about the Bf-blender-cvs mailing list