[Bf-extensions-cvs] [b12c54f] master: Spacebar Menu: Fix bl_info

meta-androcto noreply at git.blender.org
Tue Apr 19 05:15:41 CEST 2016


Commit: b12c54f378fdc976c0a27781f4a13215ca7d3029
Author: meta-androcto
Date:   Tue Apr 19 13:15:08 2016 +1000
Branches: master
https://developer.blender.org/rBAb12c54f378fdc976c0a27781f4a13215ca7d3029

Spacebar Menu: Fix bl_info

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

M	space_view3d_spacebar_menu.py

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

diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index fd0e802..189da78 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -22,8 +22,8 @@ bl_info = {
     "author": "meta-androcto",
     "version": (1, 8, 0),
     "blender": (2, 77, 0),
-    "location": "View3D > Double right click",
-    "description": "Object Context Sensitive double right click Menu",
+    "location": "View3D > Spacebar",
+    "description": "Object Mode Context Sensitive Spacebar Menu",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D_interaction/Dynamic_Spacebar_Menu",



More information about the Bf-extensions-cvs mailing list