[Bf-extensions-cvs] [daaff419] master: object_fracture_cell: minor ui tweaks: T61901

meta-androcto noreply at git.blender.org
Sat Jul 6 12:33:37 CEST 2019


Commit: daaff4199bb8a9bcf90319e48f4444989a3fc42a
Author: meta-androcto
Date:   Sat Jul 6 20:33:11 2019 +1000
Branches: master
https://developer.blender.org/rBAdaaff4199bb8a9bcf90319e48f4444989a3fc42a

object_fracture_cell: minor ui tweaks: T61901

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

M	object_fracture_cell/operator.py

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

diff --git a/object_fracture_cell/operator.py b/object_fracture_cell/operator.py
index 7bc35a46..c01e866a 100644
--- a/object_fracture_cell/operator.py
+++ b/object_fracture_cell/operator.py
@@ -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()



More information about the Bf-extensions-cvs mailing list