From 4caaa5b6875a6fb41eb38de5d672922c80d41bdd Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Wed, 21 Aug 2024 17:34:13 +0200 Subject: [PATCH] by default close text management --- __init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__init__.py b/__init__.py index a0779d1..be06943 100644 --- a/__init__.py +++ b/__init__.py @@ -411,6 +411,7 @@ class ABC3D_PT_TextManagement(bpy.types.Panel): bl_category = "ABC3D" bl_space_type = "VIEW_3D" bl_region_type = "UI" + bl_options = {"DEFAULT_CLOSED"} # TODO: perhaps this should be done in a periodic timer @classmethod