Commit: dda03a24b901321bf4b1fac241134578ac058928
Author: Joshua Leung
Date:   Mon Dec 7 18:47:21 2015 +1300
Branches: GPencil_Editing_Stage3
https://developer.blender.org/rBdda03a24b901321bf4b1fac241134578ac058928

GPencil: On second thought, the status indicator doesn't need to be shown at 
all in the 3D View!

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

M       source/blender/editors/gpencil/drawgpencil.c

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

diff --git a/source/blender/editors/gpencil/drawgpencil.c 
b/source/blender/editors/gpencil/drawgpencil.c
index cfb4326..f207c71 100644
--- a/source/blender/editors/gpencil/drawgpencil.c
+++ b/source/blender/editors/gpencil/drawgpencil.c
@@ -1320,11 +1320,6 @@ void ED_gpencil_draw_view3d(wmWindowManager *wm, Scene 
*scene, View3D *v3d, AReg
        
        /* draw it! */
        gp_draw_data_all(scene, gpd, offsx, offsy, winx, winy, CFRA, dflag, 
v3d->spacetype);
-       
-       /* draw status text (if in screen/pixel-space) */
-       if ((only3d == false) && !(dflag & GP_DRAWDATA_NOSTATUS)) {
-               gp_draw_status_text(gpd, ar);
-       }
 }
 
 void ED_gpencil_draw_ex(Scene *scene, bGPdata *gpd, int winx, int winy, const 
int cfra, const char spacetype)

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

Reply via email to