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:
Diffstat (limited to 'object_cloud_gen.py')
-rw-r--r--object_cloud_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_cloud_gen.py b/object_cloud_gen.py
index 149eea1c..c71764e4 100644
--- a/object_cloud_gen.py
+++ b/object_cloud_gen.py
@@ -301,9 +301,9 @@ def getActionToDo(obj):
class VIEW3D_PT_tools_cloud(Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'
-
bl_label = "Cloud Generator"
bl_context = "objectmode"
+ bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
active_obj = context.active_object