[Bf-extensions-cvs] [201c9b14] master: camera_turnaround: Animation Tab, close panels by default: T70017

meta-androcto noreply at git.blender.org
Tue Sep 24 03:56:57 CEST 2019


Commit: 201c9b14169400dd41390252c8473046eed31651
Author: meta-androcto
Date:   Tue Sep 24 11:56:36 2019 +1000
Branches: master
https://developer.blender.org/rBA201c9b14169400dd41390252c8473046eed31651

camera_turnaround: Animation Tab, close panels by default: T70017

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

M	camera_turnaround.py

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

diff --git a/camera_turnaround.py b/camera_turnaround.py
index d6942752..fc3ede8f 100644
--- a/camera_turnaround.py
+++ b/camera_turnaround.py
@@ -266,7 +266,8 @@ class CAMERATURN_PT_ui(Panel):
     bl_label = "Turnaround Camera"
     bl_space_type = "VIEW_3D"
     bl_region_type = "UI"
-    bl_category = "View"
+    bl_category = "Animation"
+    bl_options = {'DEFAULT_CLOSED'}
 
     def draw(self, context):
         layout = self.layout



More information about the Bf-extensions-cvs mailing list