Blender Git Loki
Git Commits -> Revision a051a76
Revision a051a76 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) June 7, 2015, 19:21 (GMT) |
attempt to add a cut by objects / geometry (other FM) option as well as properly resetting shards after fracture parameter change (the latter didnt work properly) |
Commit Details:
Full Hash: a051a76c8a025b5096efb7ce200506df63cef0e9
Parent Commit: 929b0fb
Lines Changed: +228, -15
5 Modified Paths:
/source/blender/blenkernel/BKE_fracture.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/fracture.c (+43, -12) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+177, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+4, -1) (Diff)
/source/blender/blenkernel/intern/fracture.c (+43, -12) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+177, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+4, -1) (Diff)