Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-24 04:56:36 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 04:56:36 +0300
commit201c9b14169400dd41390252c8473046eed31651 (patch)
treeba22fad012abf988860d63764bfecde2da79ded5 /camera_turnaround.py
parentbe0bed829c8da74721e331dda4f2daeaa006eff9 (diff)
camera_turnaround: Animation Tab, close panels by default: T70017
Diffstat (limited to 'camera_turnaround.py')
-rw-r--r--camera_turnaround.py3
1 files changed, 2 insertions, 1 deletions
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