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_scatter')
-rw-r--r--object_scatter/ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/object_scatter/ui.py b/object_scatter/ui.py
index 075daba4..d04f92ad 100644
--- a/object_scatter/ui.py
+++ b/object_scatter/ui.py
@@ -107,6 +107,7 @@ class ObjectScatterProperties(bpy.types.PropertyGroup):
class ObjectScatterPanel(bpy.types.Panel):
+ bl_idname = "OBJECT_PT_object_scatter"
bl_label = "Object Scatter"
bl_space_type = 'PROPERTIES'
bl_region_type = 'WINDOW'