io_mesh_atomic: use Create tab

This commit is contained in:
Brendon Murphy 2019-05-27 15:50:56 +10:00
parent 556253c51c
commit 5b40bb54f7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class PANEL_PT_prepare(Panel):
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
bl_options = {'DEFAULT_CLOSED'}
bl_category = "Tools"
bl_category = "Create"
bl_idname = "ATOMIC_PT_utilities"