[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1339] trunk/py/scripts/addons/ space_view3d_spacebar_menu.py: Spacebar Menu: Update bl_addon_info

Jonathan Smith j.jaydez at gmail.com
Mon Jan 3 14:28:48 CET 2011


Revision: 1339
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1339
Author:   jaydez
Date:     2011-01-03 14:28:48 +0100 (Mon, 03 Jan 2011)

Log Message:
-----------
Spacebar Menu: Update bl_addon_info

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	2011-01-03 13:22:40 UTC (rev 1338)
+++ trunk/py/scripts/addons/space_view3d_spacebar_menu.py	2011-01-03 13:28:48 UTC (rev 1339)
@@ -25,9 +25,9 @@
 bl_addon_info = {
     "name": "Dynamic Spacebar Menu",
     "author": "JayDez, sim88, meta-androcto", "sam"
-    "version": (1,5,1),
-    "blender": (2, 5, 3),
-    "api": 32411,
+    "version": (1,6),
+    "blender": (2, 5, 6),
+    "api": 34036,
     "location": "View3D > Spacebar",
     "description": "Context sensitive spacebar menu",
     "warning": "",
@@ -45,10 +45,11 @@
 *  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. 
+* Object sensitive based on object selected in edit mode.
 
 Version history:
-v1.51 - (JayDez) - Changing formatting to be more uniform.
+v1.6 - (JayDez) - Fixed a couple wrong names. (Thanks Bao2 and Dennis)
+v1.5.1 - (JayDez) - Changing formatting to be more uniform.
 v1.5 - (meta-androcto) - adding context sensitive menus.
 v1.3 - (JayDez) - Changed toggle editmode to an if statement, so that
     if you are in editmode it will show change to object mode but




More information about the Bf-extensions-cvs mailing list