Skip to content
Snippets Groups Projects
Commit bf48d5e8 authored by meta-androcto's avatar meta-androcto
Browse files

add_curve_extra_objects: close panels by default: T70017

parent 05d255a4
No related branches found
No related tags found
No related merge requests found
...@@ -954,7 +954,7 @@ class SplinePanel(Panel): ...@@ -954,7 +954,7 @@ class SplinePanel(Panel):
bl_region_type = "UI" bl_region_type = "UI"
bl_context = "objectmode" bl_context = "objectmode"
bl_category = "Create" bl_category = "Create"
#bl_options = {'DEFAULT_CLOSED'} bl_options = {'DEFAULT_CLOSED'}
def draw(self, context): def draw(self, context):
col = self.layout.column(align=True) col = self.layout.column(align=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment