Blender Git Loki
Git Commits -> Revision 2d1b512
Revision 2d1b512 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 18, 2015, 19:46 (GMT) |
added greasepencil edge fracture, the direction of cutting is currently limited to global X, Y or Z axis |
Commit Details:
Full Hash: 2d1b5121df86a69108b23317e8ab73ff5bb1eef3
Parent Commit: 66affa5
Lines Changed: +377, -17
9 Modified Paths:
/release/scripts/startup/bl_operators/presets.py (+6, -1) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+5, -0) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/fracture.c (+290, -11) (Diff)
/source/blender/blenkernel/intern/fracture_util.c (+1, -2) (Diff)
/source/blender/editors/object/object_modifier.c (+12, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+30, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+22, -3) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+5, -0) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/fracture.c (+290, -11) (Diff)
/source/blender/blenkernel/intern/fracture_util.c (+1, -2) (Diff)
/source/blender/editors/object/object_modifier.c (+12, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+30, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+22, -3) (Diff)