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:
authorJonathan Williamson <jonathan@cgcookie.com>2014-02-01 21:31:29 +0400
committerJonathan Williamson <jonathan@cgcookie.com>2014-02-01 21:31:29 +0400
commitb11d05fede5ddf38be70e8352363d3998d27dd38 (patch)
treea34fe792eeaaf7ffd0d5df72ae76366b7ce832ac /object_cloud_gen.py
parent1d431a3c6eaef6edaa8f18b833c751ee5d2309b1 (diff)
Add Cloud Generator to 'Create' tab
Diffstat (limited to 'object_cloud_gen.py')
-rw-r--r--object_cloud_gen.py1
1 files changed, 1 insertions, 0 deletions
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'}