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>2011-05-02 16:47:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-02 16:47:07 +0400
commit3a1b8c68d6e4421869f5dcf93afaa9188bd1523f (patch)
treee59cdc508bc893382693c2b7d86b2e98c187e63a /space_view3d_math_vis/__init__.py
parente3d6a74e8275733b4aa23bb7bb50f2b6403b8f4a (diff)
correct operator description.
Diffstat (limited to 'space_view3d_math_vis/__init__.py')
-rw-r--r--space_view3d_math_vis/__init__.py2
1 files changed, 1 insertions, 1 deletions
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"