From 5dd197cebed93f4f6bc5d8960fd77a7e0628e805 Mon Sep 17 00:00:00 2001 From: Eugenio Pignataro Date: Wed, 2 Nov 2016 12:21:06 -0300 Subject: The UI now start open --- oscurart_tools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oscurart_tools/__init__.py') diff --git a/oscurart_tools/__init__.py b/oscurart_tools/__init__.py index 68989561..98a0c57b 100644 --- a/oscurart_tools/__init__.py +++ b/oscurart_tools/__init__.py @@ -84,7 +84,7 @@ class OscPanelControl(Panel): bl_region_type = 'TOOLS' bl_category = "Oscurart Tools" bl_label = "Panels Switcher" - bl_options = {'DEFAULT_CLOSED'} + #bl_options = {'DEFAULT_CLOSED'} def draw(self, context): layout = self.layout -- cgit v1.2.3