Skip to content
Snippets Groups Projects
Commit daaff419 authored by meta-androcto's avatar meta-androcto
Browse files

object_fracture_cell: minor ui tweaks: T61901

parent 64d89567
Branches
Tags
No related merge requests found
...@@ -56,12 +56,12 @@ class FRACTURE_OT_Cell(Operator): ...@@ -56,12 +56,12 @@ class FRACTURE_OT_Cell(Operator):
row = col.row() row = col.row()
#row.prop(cell_props, "source") #row.prop(cell_props, "source")
row.prop(cell_props, "source_vert_own") 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.prop(cell_props, "source_vert_child")
row = col.row() row = col.row()
row.prop(cell_props, "source_particle_own")
row.prop(cell_props, "source_particle_child") row.prop(cell_props, "source_particle_child")
row = col.row()
row.prop(cell_props, "source_random")
row.prop(cell_props, "source_pencil") row.prop(cell_props, "source_pencil")
box = layout.box() box = layout.box()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment