Blender Git Commit Log
Git Commits -> Revision 61ca70d
Revision 61ca70d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 17, 2015, 20:37 (GMT) |
added cutter groups, this is intended to define custom sets of objects to make boolean cuts against, but its still WIP, as it still fails too often |
Commit Details:
Full Hash: 61ca70df405827cc1493e6e67fdd5003605314e8
Parent Commit: 0a60407
Lines Changed: +229, -33
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/fracture.c (+142, -1) (Diff)
/source/blender/blenkernel/intern/fracture_util.c (+54, -29) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+6, -1) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+20, -1) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/fracture.c (+142, -1) (Diff)
/source/blender/blenkernel/intern/fracture_util.c (+54, -29) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+6, -1) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+20, -1) (Diff)