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 03:45:26 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 03:45:26 +0300
commitbf48d5e80a7f7376743b714af04cd112ba5557ac (patch)
tree42654a82efa759cf5ff770201aeaafc31196c628 /add_curve_extra_objects
parent05d255a46250e2a0533171971bf54bae78596b6a (diff)
add_curve_extra_objects: close panels by default: T70017
Diffstat (limited to 'add_curve_extra_objects')
-rw-r--r--add_curve_extra_objects/add_curve_spirofit_bouncespline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_extra_objects/add_curve_spirofit_bouncespline.py b/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
index 8d4179ba..681734d9 100644
--- a/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
+++ b/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
@@ -954,7 +954,7 @@ class SplinePanel(Panel):
bl_region_type = "UI"
bl_context = "objectmode"
bl_category = "Create"
- #bl_options = {'DEFAULT_CLOSED'}
+ bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
col = self.layout.column(align=True)