Commit: e59b2da38cf284ff4026978730546845bad51687
Author: Joshua Leung
Date:   Tue Jan 26 02:44:57 2016 +1300
Branches: PSketch
https://developer.blender.org/rBe59b2da38cf284ff4026978730546845bad51687

Code Cleanup - In preparation for some OpenGL drawing cleanups in master

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

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

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

diff --git a/source/blender/editors/armature/pose_sculpt.c 
b/source/blender/editors/armature/pose_sculpt.c
index dc230b5..f67ac72 100644
--- a/source/blender/editors/armature/pose_sculpt.c
+++ b/source/blender/editors/armature/pose_sculpt.c
@@ -128,6 +128,7 @@ static void psculpt_brush_apply_drawcursor(bContext *C, int 
x, int y, void *UNUS
                glTranslatef((float)x, (float)y, 0.0f);
                
                glColor4ub(255, 255, 255, 128);
+               glLineWidth(1.0);
                
                glEnable(GL_LINE_SMOOTH);
                glEnable(GL_BLEND);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to