Blender Git Commit Log
Git Commits -> Revision fa11639
Revision fa11639 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2015, 17:06 (GMT) |
added a new vertex coordinate based constraint build method, as alternative to meshisland centroid based constraint building |
Commit Details:
Full Hash: fa116391dfc846966158538b6a91185fe28172e9
Parent Commit: d11592a
Lines Changed: +127, -22
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+8, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+21, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+96, -21) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+8, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+21, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+96, -21) (Diff)