[Bf-blender-cvs] [077988dd44] blender2.8: blender2.8: New immediate mode for sculpt_uv.c

TCMBoby noreply at git.blender.org
Thu Feb 16 22:05:38 CET 2017


Commit: 077988dd44f7091a253ec0cc7747464e1282bf5d
Author: TCMBoby
Date:   Thu Feb 16 21:54:28 2017 +0100
Branches: blender2.8
https://developer.blender.org/rB077988dd44f7091a253ec0cc7747464e1282bf5d

blender2.8: New immediate mode for sculpt_uv.c

[Note: this patch functionality was implemented in parallel, independently at bf83f097ad7e
That said, the original patch was also removing an unnecessary include,
so here it is]

Replaced the one call to `glutil_draw_lined_arc`.
This seems to be the only draw call in this file.

Reviewers: merwin

Tags: #bf_blender_2.8

Maniphest Tasks: T49043

Differential Revision: https://developer.blender.org/D2497

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

M	source/blender/editors/sculpt_paint/sculpt_uv.c

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_uv.c b/source/blender/editors/sculpt_paint/sculpt_uv.c
index 4d7f069b2a..d7a4ea9c95 100644
--- a/source/blender/editors/sculpt_paint/sculpt_uv.c
+++ b/source/blender/editors/sculpt_paint/sculpt_uv.c
@@ -66,7 +66,6 @@
 #include "paint_intern.h"
 #include "uvedit_intern.h"
 
-#include "BIF_gl.h"
 #include "BIF_glutil.h"
 
 #include "UI_view2d.h"




More information about the Bf-blender-cvs mailing list