Add Cloud Generator to 'Create' tab

This commit is contained in:
Jonathan Williamson 2014-02-01 11:31:29 -06:00
parent 1d431a3c6e
commit b11d05fede
1 changed files with 1 additions and 0 deletions

View File

@ -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'}