[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [601] trunk/py/scripts/addons/ space_view3d_spacebar_menu.py: cleaning tasks

Brendon Murphy meta.androcto1 at gmail.com
Sat Apr 17 18:43:57 CEST 2010


Revision: 601
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=601
Author:   meta-androcto
Date:     2010-04-17 18:43:57 +0200 (Sat, 17 Apr 2010)

Log Message:
-----------
cleaning tasks

Modified Paths:
--------------
    trunk/py/scripts/addons/space_view3d_spacebar_menu.py

Modified: trunk/py/scripts/addons/space_view3d_spacebar_menu.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_spacebar_menu.py	2010-04-17 16:43:25 UTC (rev 600)
+++ trunk/py/scripts/addons/space_view3d_spacebar_menu.py	2010-04-17 16:43:57 UTC (rev 601)
@@ -28,11 +28,11 @@
     '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,12 +47,11 @@
 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.
+*  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. 
 
-* Choose your function from the menu.
-
 Version history:
 v1.5 - (meta-androcto) - adding context sensitive menus.
 v1.3 - (JayDez) - Changed toggle editmode to an if statement, so that




More information about the Bf-extensions-cvs mailing list