[Bf-blender-cvs] [12c2be8c025] blender2.8: GraphEdit Drawing: Make active F-Curve slightly thicker

Joshua Leung noreply at git.blender.org
Fri Aug 11 14:17:34 CEST 2017


Commit: 12c2be8c02517261fa33a0760dc0a93680bab8ab
Author: Joshua Leung
Date:   Fri Aug 4 00:32:01 2017 +1200
Branches: blender2.8
https://developer.blender.org/rB12c2be8c02517261fa33a0760dc0a93680bab8ab

GraphEdit Drawing: Make active F-Curve slightly thicker

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

M	source/blender/editors/space_graph/graph_draw.c

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

diff --git a/source/blender/editors/space_graph/graph_draw.c b/source/blender/editors/space_graph/graph_draw.c
index b92c0a67a14..d917e3b85a2 100644
--- a/source/blender/editors/space_graph/graph_draw.c
+++ b/source/blender/editors/space_graph/graph_draw.c
@@ -1039,7 +1039,7 @@ void graph_draw_curves(bAnimContext *ac, SpaceIpo *sipo, ARegion *ar, View2DGrid
 			/* set color/drawing style for curve itself */
 			/* draw active F-Curve thicker than the rest to make it stand out */
 			if (fcu->flag & FCURVE_ACTIVE) {
-				glLineWidth(2.0);
+				glLineWidth(2.5);
 			}
 			else {
 				glLineWidth(1.0);




More information about the Bf-blender-cvs mailing list