From b11d05fede5ddf38be70e8352363d3998d27dd38 Mon Sep 17 00:00:00 2001 From: Jonathan Williamson Date: Sat, 1 Feb 2014 11:31:29 -0600 Subject: Add Cloud Generator to 'Create' tab --- object_cloud_gen.py | 1 + 1 file changed, 1 insertion(+) (limited to 'object_cloud_gen.py') diff --git a/object_cloud_gen.py b/object_cloud_gen.py index 795d7b3f..7ab5231e 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'} -- cgit v1.2.3