Blender Git Commit Log
Git Commits -> Revision 97a677e
Revision 97a677e by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 12, 2018, 21:19 (GMT) |
first attempt of brickify fracture |
Commit Details:
Full Hash: 97a677e78861dba623b49fb72ef4e46e665d057f
Parent Commit: c3d5668
Lines Changed: +139, -15
7 Modified Paths:
/release/scripts/startup/bl_operators/presets.py (+2, -0) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+4, -1) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/fracture.c (+65, -6) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_fracture.c (+19, -1) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+44, -6) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+4, -1) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/fracture.c (+65, -6) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_fracture.c (+19, -1) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+44, -6) (Diff)