[Bf-extensions-cvs] [7908495] master: Set to animation category

Campbell Barton noreply at git.blender.org
Fri May 2 23:05:26 CEST 2014


Commit: 7908495c406799acc3cb502a0231dbb96755df95
Author: Campbell Barton
Date:   Sat May 3 07:04:46 2014 +1000
https://developer.blender.org/rBAC7908495c406799acc3cb502a0231dbb96755df95

Set to animation category

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

M	animation_motion_trail.py

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

diff --git a/animation_motion_trail.py b/animation_motion_trail.py
index d48ba9f..038574e 100644
--- a/animation_motion_trail.py
+++ b/animation_motion_trail.py
@@ -1574,6 +1574,7 @@ class MotionTrailOperator(bpy.types.Operator):
 
 
 class MotionTrailPanel(bpy.types.Panel):
+    bl_category = "Animation"
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
     bl_label = "Motion Trail"



More information about the Bf-extensions-cvs mailing list