[Bf-extensions-cvs] [d92c5c4] master: fix for toolshelf

Brendon Murphy noreply at git.blender.org
Mon Jul 21 12:56:34 CEST 2014


Commit: d92c5c40d688485f86ac6c535c26ed6277b608b5
Author: Brendon Murphy
Date:   Mon Jul 21 20:55:41 2014 +1000
Branches: master
https://developer.blender.org/rBACd92c5c40d688485f86ac6c535c26ed6277b608b5

fix for toolshelf

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

M	cmu_mocap_browser/__init__.py

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

diff --git a/cmu_mocap_browser/__init__.py b/cmu_mocap_browser/__init__.py
index 0c68095..11823d2 100644
--- a/cmu_mocap_browser/__init__.py
+++ b/cmu_mocap_browser/__init__.py
@@ -51,6 +51,7 @@ class CMUMocapSubjectBrowser(bpy.types.Panel):
     bl_label = "CMU Mocap Subject Browser"
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
+    bl_category = 'Animation'
     bl_options = {'DEFAULT_CLOSED'}
 
     def draw(self, context):
@@ -89,6 +90,7 @@ class CMUMocapMotionBrowser(bpy.types.Panel):
     bl_label = "CMU Mocap Motion Browser"
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
+    bl_category = 'Animation'
     bl_options = {'DEFAULT_CLOSED'}
 
     def draw(self, context):
@@ -141,6 +143,7 @@ class CMUMocapToMakeHuman(bpy.types.Panel):
     bl_label = "CMU Mocap to MakeHuman"
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
+    bl_category = 'Animation'
     bl_options = {'DEFAULT_CLOSED'}
 
     def draw(self, context):



More information about the Bf-extensions-cvs mailing list