From 3a1b8c68d6e4421869f5dcf93afaa9188bd1523f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 2 May 2011 12:47:07 +0000 Subject: correct operator description. --- space_view3d_math_vis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'space_view3d_math_vis/__init__.py') diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py index b1b9b3bd..a79f1eee 100644 --- a/space_view3d_math_vis/__init__.py +++ b/space_view3d_math_vis/__init__.py @@ -65,7 +65,7 @@ class VIEW3D_PT_math_vis(bpy.types.Panel): class SetupMathView(bpy.types.Operator): - '''Draw a line with the mouse''' + '''Visualize mathutils type python variables from the interactive console, see addon docs''' bl_idname = "view3d.math_vis_toggle" bl_label = "Use Math Vis" -- cgit v1.2.3