From fb1fbde1e7e11f5a5bf7393363d19d093b8b9d5d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 23 Dec 2012 11:07:14 +0000 Subject: remove warning text --- space_view3d_math_vis/draw.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'space_view3d_math_vis') diff --git a/space_view3d_math_vis/draw.py b/space_view3d_math_vis/draw.py index 46004d3a..40c44f3f 100644 --- a/space_view3d_math_vis/draw.py +++ b/space_view3d_math_vis/draw.py @@ -73,10 +73,12 @@ def draw_callback_px(): if not data_matrix and not data_quat and not data_euler and not data_vector and not data_vector_array: + ''' # draw some text glColor3f(1.0, 0.0, 0.0) blf.position(font_id, 180, 10, 0) blf.draw(font_id, "Python Console has no mathutils definitions") + ''' return glColor3f(1.0, 1.0, 1.0) -- cgit v1.2.3