[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4101] trunk/py/scripts/addons/ space_view3d_math_vis/draw.py: remove warning text

Campbell Barton ideasman42 at gmail.com
Sun Dec 23 12:07:15 CET 2012


Revision: 4101
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4101
Author:   campbellbarton
Date:     2012-12-23 11:07:14 +0000 (Sun, 23 Dec 2012)
Log Message:
-----------
remove warning text

Modified Paths:
--------------
    trunk/py/scripts/addons/space_view3d_math_vis/draw.py

Modified: trunk/py/scripts/addons/space_view3d_math_vis/draw.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_math_vis/draw.py	2012-12-23 09:33:39 UTC (rev 4100)
+++ trunk/py/scripts/addons/space_view3d_math_vis/draw.py	2012-12-23 11:07:14 UTC (rev 4101)
@@ -73,10 +73,12 @@
 
     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)



More information about the Bf-extensions-cvs mailing list