diff --git a/object_cloud_gen.py b/object_cloud_gen.py index 795d7b3f51c3e7daecf5b654c9d1a585e4354a75..7ab5231e3e2fc6718b3edd13d277f7d89e8cce5f 100644 --- a/object_cloud_gen.py +++ b/object_cloud_gen.py @@ -301,6 +301,7 @@ def getActionToDo(obj): class VIEW3D_PT_tools_cloud(Panel): bl_space_type = 'VIEW_3D' bl_region_type = 'TOOLS' + bl_category = 'Create' bl_label = "Cloud Generator" bl_context = "objectmode" bl_options = {'DEFAULT_CLOSED'}