Blender Git Loki
Git Commits -> Revision 2f6f36e
Revision 2f6f36e by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 12, 2017, 15:48 (GMT) |
added rectangular alignment feature for fast bisect (works with uniform only) the closer the factor is to 1, the more rectangular-ish the shards will look like. default is 0 which means any rotation is allowed. |
Commit Details:
Full Hash: 2f6f36ef5a23e4552aa9bce72815c401d0164158
Parent Commit: ad99d53
Lines Changed: +66, -30
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+2, -0) (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 (+46, -20) (Diff)
/source/blender/blenkernel/intern/fracture_util.c (+6, -6) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_fracture.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+1, -1) (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 (+46, -20) (Diff)
/source/blender/blenkernel/intern/fracture_util.c (+6, -6) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_fracture.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+1, -1) (Diff)