Skip to content
Snippets Groups Projects
Commit fb1fbde1 authored by Campbell Barton's avatar Campbell Barton
Browse files

remove warning text

parent 1e227edf
No related branches found
No related tags found
No related merge requests found
...@@ -73,10 +73,12 @@ def draw_callback_px(): ...@@ -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: if not data_matrix and not data_quat and not data_euler and not data_vector and not data_vector_array:
'''
# draw some text # draw some text
glColor3f(1.0, 0.0, 0.0) glColor3f(1.0, 0.0, 0.0)
blf.position(font_id, 180, 10, 0) blf.position(font_id, 180, 10, 0)
blf.draw(font_id, "Python Console has no mathutils definitions") blf.draw(font_id, "Python Console has no mathutils definitions")
'''
return return
glColor3f(1.0, 1.0, 1.0) glColor3f(1.0, 1.0, 1.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment