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:
-rw-r--r--development_api_navigator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/development_api_navigator.py b/development_api_navigator.py
index a814e936..6e7079af 100644
--- a/development_api_navigator.py
+++ b/development_api_navigator.py
@@ -464,7 +464,7 @@ class OBJECT_PT_api_navigator(ApiNavigator, bpy.types.Panel):
bl_space_type = "TEXT_EDITOR"
bl_region_type = "UI"
bl_label = "API Navigator"
- bl_options = "DEFAULT_CLOSED"
+ bl_options = {'DEFAULT_CLOSED'}
columns = 3