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>2017-06-19 05:16:29 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-06-19 05:16:29 +0300
commit7bd475449f020e776fffba62f5c4b2ae0dca1d7c (patch)
tree4d4ba88ddfde3f1a4487c56fdbe73175e4f5ca31 /oscurart_tools/oscurart_render.py
parenteb401f755913e416233f1f409533c412e50fb2b4 (diff)
Oscurart tools, fix close panels by default
Diffstat (limited to 'oscurart_tools/oscurart_render.py')
-rw-r--r--oscurart_tools/oscurart_render.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/oscurart_tools/oscurart_render.py b/oscurart_tools/oscurart_render.py
index 58ecc526..e65b06bf 100644
--- a/oscurart_tools/oscurart_render.py
+++ b/oscurart_tools/oscurart_render.py
@@ -474,6 +474,7 @@ class BrokenFramesPanel (Panel):
bl_space_type = 'PROPERTIES'
bl_region_type = 'WINDOW'
bl_context = "render"
+ bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout