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:
authorJonathan Smith <j.jaydez@gmail.com>2011-01-03 16:28:48 +0300
committerJonathan Smith <j.jaydez@gmail.com>2011-01-03 16:28:48 +0300
commitd4c9bfc902008ba30736d39da4504c39bea79d82 (patch)
tree2f51f19f5b2901d464965817fb8e5d547e9971a8 /space_view3d_spacebar_menu.py
parent1e8e6f1d3357b17cb8ec295c8991cd7d496542be (diff)
Spacebar Menu: Update bl_addon_info
Diffstat (limited to 'space_view3d_spacebar_menu.py')
-rw-r--r--space_view3d_spacebar_menu.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index e83ff1cb..dccc4253 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -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 @@ Usage:
* 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