[Bf-blender-cvs] [c452c66b70f] active-fcurve-keyframe: Remove unintentional change

Hans Goudey noreply at git.blender.org
Thu Jul 16 20:16:20 CEST 2020


Commit: c452c66b70f34d8f2255aa55874351d22cc21ad7
Author: Hans Goudey
Date:   Thu May 14 17:08:17 2020 -0400
Branches: active-fcurve-keyframe
https://developer.blender.org/rBc452c66b70f34d8f2255aa55874351d22cc21ad7

Remove unintentional change

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

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 070c752727b..4f8b7c4ace9 100644
--- a/source/blender/editors/space_graph/graph_draw.c
+++ b/source/blender/editors/space_graph/graph_draw.c
@@ -374,10 +374,6 @@ static void draw_fcurve_handles(SpaceGraph *sipo, FCurve *fcu)
   uint color = GPU_vertformat_attr_add(
       format, "color", GPU_COMP_U8, 4, GPU_FETCH_INT_TO_FLOAT_UNIT);
   immBindBuiltinProgram(GPU_SHADER_2D_FLAT_COLOR);
-  if ((sipo->flag & SIPO_BEAUTYDRAW_OFF) == 0) {
-    GPU_line_smooth(true);
-  }
-  GPU_blend(true);
 
   immBeginAtMost(GPU_PRIM_LINES, 4 * 2 * fcu->totvert);



More information about the Bf-blender-cvs mailing list