Blender Git Loki
Git Commits -> Revision 3b8eccb
Revision 3b8eccb by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 13, 2014, 15:23 (GMT) |
added threshold vertexgroup support (a single vertexgroup with weightpainting) |
Commit Details:
Full Hash: 3b8eccb58fe52a976506da4af1982ed0461ce56b
Parent Commit: d1bbe76
Lines Changed: +170, -25
10 Modified Paths:
/release/scripts/startup/bl_operators/presets.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/customdata.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/fracture.c (+10, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+54, -8) (Diff)
/source/blender/blenloader/intern/writefile.c (+9, -7) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+20, -1) (Diff)
/source/blender/modifiers/intern/MOD_boolean_util.c (+14, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+55, -6) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/customdata.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/fracture.c (+10, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+54, -8) (Diff)
/source/blender/blenloader/intern/writefile.c (+9, -7) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+20, -1) (Diff)
/source/blender/modifiers/intern/MOD_boolean_util.c (+14, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+55, -6) (Diff)