[Bf-extensions-cvs] [b11d05f] master: Add Cloud Generator to 'Create' tab

Jonathan Williamson noreply at git.blender.org
Sun Feb 2 18:13:56 CET 2014


Commit: b11d05fede5ddf38be70e8352363d3998d27dd38
Author: Jonathan Williamson
Date:   Sat Feb 1 11:31:29 2014 -0600
https://developer.blender.org/rBAb11d05fede5ddf38be70e8352363d3998d27dd38

Add Cloud Generator to 'Create' tab

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

M	object_cloud_gen.py

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

diff --git a/object_cloud_gen.py b/object_cloud_gen.py
index 795d7b3..7ab5231 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'}



More information about the Bf-extensions-cvs mailing list