[Bf-extensions-cvs] [723ce4f] master: update bl_info & location text

Brendon Murphy noreply at git.blender.org
Sun Oct 12 11:59:54 CEST 2014


Commit: 723ce4fe05a6835f7e6da491d82e4c407e6ea6c8
Author: Brendon Murphy
Date:   Sun Oct 12 20:59:32 2014 +1100
Branches: master
https://developer.blender.org/rBA723ce4fe05a6835f7e6da491d82e4c407e6ea6c8

update bl_info & location text

===================================================================

M	space_view3d_spacebar_menu.py

===================================================================

diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 1afad42..526f67c 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -20,10 +20,10 @@
 
 bl_info = {
     "name": "Dynamic Spacebar Menu",
-    "author": "JayDez, sim88, meta-androcto, sam",
+    "author": "meta-androcto, JayDez, sim88, sam",
     "version": (1, 7, 3),
-    "blender": (2, 60, 0),
-    "location": "View3D > Spacebar Key",
+    "blender": (2, 72, 0),
+    "location": "View3D > Spacebar for menu then 's' key for Search",
     "description": "Context Sensitive Spacebar Menu",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"



More information about the Bf-extensions-cvs mailing list