object_fracture_cell: minor ui tweaks: T61901

This commit is contained in:
Brendon Murphy 2019-07-06 20:33:11 +10:00
parent 64d8956792
commit daaff4199b
Notes: blender-bot 2023-02-14 18:07:14 +01:00
Referenced by commit 3f68f844: Revert changes to 'object_fracture_cell'
Referenced by commit 3f68f844, Revert changes to 'object_fracture_cell'
1 changed files with 3 additions and 3 deletions

View File

@ -56,12 +56,12 @@ class FRACTURE_OT_Cell(Operator):
row = col.row()
#row.prop(cell_props, "source")
row.prop(cell_props, "source_vert_own")
row.prop(cell_props, "source_particle_own")
row = col.row()
row.prop(cell_props, "source_random")
row.prop(cell_props, "source_vert_child")
row = col.row()
row.prop(cell_props, "source_particle_own")
row.prop(cell_props, "source_particle_child")
row = col.row()
row.prop(cell_props, "source_random")
row.prop(cell_props, "source_pencil")
box = layout.box()