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:
authorBrendon Murphy <meta.androcto1@gmail.com>2010-04-17 20:43:57 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2010-04-17 20:43:57 +0400
commit751cec2da02bea924123fa15a7d88277b117b09a (patch)
tree21bfb4bc52454dad8fafd52a726fe24605973298 /space_view3d_spacebar_menu.py
parent47385e3f90acbb2a336b09dcef17e1b67c282961 (diff)
cleaning tasks
Diffstat (limited to 'space_view3d_spacebar_menu.py')
-rw-r--r--space_view3d_spacebar_menu.py15
1 files changed, 7 insertions, 8 deletions
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index eee13f40..57f68bcc 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -28,11 +28,11 @@ bl_addon_info = {
'version': '1.3',
'blender': (2, 5, 3),
'location': 'View3D > Mouse > Menu ',
- 'description': 'Dynamic Menu Object/Edit mode in the 3D View',
+ 'description': 'Context sensitive spacebar menu',
'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
- 'Scripts/3D_interaction/Dynamic_Menu',
+ 'Scripts/3D_interaction/Dynamic_Spacebar_Menu',
'category': '3D View'}
-"Add Dynamic Menu (Right click in View3D)"
+"Add Dynamic Spacebar Menu"
"""
Name: 'Dynamic Spacebar Menu'
@@ -47,11 +47,10 @@ Dynamic Menu
This adds a the Dynamic Spacebar Menu in the 3DView.
Usage:
-* Right click in an empty space in the 3D View(that means nothing
-selectable is there). If your select mouse is set to left then left
-click in the 3D View.
-
-* Choose your function from the menu.
+* This script gives a basic menu with common simple tools for easy access.
+* Very similar to the Spacebar menu in 2.49
+* Context sensitive for Object. Edit, Sculpt, Pose, Weight/Texture/Vertex Paint.
+* Object sensitive based on object selected in edit mode.
Version history:
v1.5 - (meta-androcto) - adding context sensitive menus.