[Bf-blender-cvs] [e59b2da] PSketch: Code Cleanup - In preparation for some OpenGL drawing cleanups in master

Joshua Leung noreply at git.blender.org
Sun Jan 31 14:29:25 CET 2016


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);




More information about the Bf-blender-cvs mailing list