Blender Git Loki
Git Commits -> Revision a715ef9
Revision a715ef9 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 3, 2015, 17:02 (GMT) |
allow independent setting of cuts and iterations (please PLEASE keep low like about 5 max but not at the same time ! or computation time will explode) but this allows some control over fractal pattern, also allow smoothing of inner faces |
Commit Details:
Full Hash: a715ef9f7fe4a62104178cd985a2c95e305222a8
Parent Commit: 5263d91
Lines Changed: +28, -16
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+6, -3) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_fracture_util.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/fracture.c (+5, -5) (Diff)
/source/blender/blenkernel/intern/fracture_util.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+6, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+4, -2) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_fracture_util.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/fracture.c (+5, -5) (Diff)
/source/blender/blenkernel/intern/fracture_util.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+6, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+4, -2) (Diff)