[Bf-blender-cvs] [e8b5670] master: Correct line-width for armatures

Campbell Barton noreply at git.blender.org
Mon Jan 25 12:37:40 CET 2016


Commit: e8b5670da09e23d5b8b9c2790187d5be5aba922f
Author: Campbell Barton
Date:   Mon Jan 25 22:20:13 2016 +1100
Branches: master
https://developer.blender.org/rBe8b5670da09e23d5b8b9c2790187d5be5aba922f

Correct line-width for armatures

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

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

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

diff --git a/source/blender/editors/space_view3d/drawobject.c b/source/blender/editors/space_view3d/drawobject.c
index 84cb28b..7120daf 100644
--- a/source/blender/editors/space_view3d/drawobject.c
+++ b/source/blender/editors/space_view3d/drawobject.c
@@ -7680,6 +7680,7 @@ void draw_object(Scene *scene, ARegion *ar, View3D *v3d, Base *base, const short
 						draw_bounding_volume(ob, ob->boundtype);
 					}
 					else {
+						glLineWidth(1.0f);
 						empty_object = draw_armature(scene, v3d, ar, base, dt, dflag, ob_wire_col, false);
 					}
 				}




More information about the Bf-blender-cvs mailing list