[Bf-extensions-cvs] [f40ec5d6] master: correct Object Scatter panel bl_idname

Jacques Lucke noreply at git.blender.org
Tue Feb 5 17:05:31 CET 2019


Commit: f40ec5d6a4e7ca3aa39debc1ca32518250d21e57
Author: Jacques Lucke
Date:   Tue Feb 5 17:05:14 2019 +0100
Branches: master
https://developer.blender.org/rBAf40ec5d6a4e7ca3aa39debc1ca32518250d21e57

correct Object Scatter panel bl_idname

===================================================================

M	object_scatter/ui.py

===================================================================

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'



More information about the Bf-extensions-cvs mailing list