[Bf-extensions-cvs] [0f4b3fb] master: restoring hotkeys, moving to 'Object' category.

Brendon Murphy noreply at git.blender.org
Mon Jul 14 22:41:48 CEST 2014


Commit: 0f4b3fb43801ee93240da24fa2a379ce96d0fd16
Author: Brendon Murphy
Date:   Tue Jul 15 06:40:22 2014 +1000
https://developer.blender.org/rBAC0f4b3fb43801ee93240da24fa2a379ce96d0fd16

restoring hotkeys, moving to 'Object' category.

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

M	object_booleans.py

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

diff --git a/object_booleans.py b/object_booleans.py
index 46fe4ce..b55a71a 100644
--- a/object_booleans.py
+++ b/object_booleans.py
@@ -7,7 +7,7 @@ bl_info = {
     "blender": (2, 71, 0),
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/booleanoperators",
     "tracker_url": "https://developer.blender.org/T34502",
-    "category": "3D View"}
+    "category": "Object"}
 
 
 import bpy
@@ -93,7 +93,7 @@ class booleanToolbar(bpy.types.Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
     bl_context = 'objectmode'
-    bl_category = 'Addons'
+    bl_category = 'Tools'
     bl_options = {'DEFAULT_CLOSED'}
 
     def draw(self, context):



More information about the Bf-extensions-cvs mailing list