[Bf-extensions-cvs] [fd3e3ae] master: move panel to create tab

Brendon Murphy noreply at git.blender.org
Fri Aug 21 05:33:46 CEST 2015


Commit: fd3e3ae2bbab16f488c97eb7808cd49c9959c769
Author: Brendon Murphy
Date:   Fri Aug 21 13:33:14 2015 +1000
Branches: master
https://developer.blender.org/rBACfd3e3ae2bbab16f488c97eb7808cd49c9959c769

move panel to create tab

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

M	btrace/bTrace.py

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

diff --git a/btrace/bTrace.py b/btrace/bTrace.py
index 6db337b..9ac2cfc 100644
--- a/btrace/bTrace.py
+++ b/btrace/bTrace.py
@@ -191,7 +191,7 @@ class addTracerObjectPanel(bpy.types.Panel):
     bl_region_type = 'TOOLS'
     bl_context = 'objectmode'
     selected = "tool_objectTrace"
-    bl_category = 'Addons'
+    bl_category = 'Create'
     bl_options = {'DEFAULT_CLOSED'}



More information about the Bf-extensions-cvs mailing list