[Bf-extensions-cvs] [bf48d5e8] master: add_curve_extra_objects: close panels by default: T70017

meta-androcto noreply at git.blender.org
Tue Sep 24 02:45:49 CEST 2019


Commit: bf48d5e80a7f7376743b714af04cd112ba5557ac
Author: meta-androcto
Date:   Tue Sep 24 10:45:26 2019 +1000
Branches: master
https://developer.blender.org/rBAbf48d5e80a7f7376743b714af04cd112ba5557ac

add_curve_extra_objects: close panels by default: T70017

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

M	add_curve_extra_objects/add_curve_spirofit_bouncespline.py

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

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)



More information about the Bf-extensions-cvs mailing list