Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-12-23 15:07:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-23 15:07:14 +0400
commitfb1fbde1e7e11f5a5bf7393363d19d093b8b9d5d (patch)
treee41c8e924777f7c34d04ab9333b6c8cb90411165 /space_view3d_math_vis
parent1e227edf1149a7a80b60a8ba341e2e252da5334d (diff)
remove warning text
Diffstat (limited to 'space_view3d_math_vis')
-rw-r--r--space_view3d_math_vis/draw.py2
1 files changed, 2 insertions, 0 deletions
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)