Blender Git Commit Log
Git Commits -> Revision eace589
Revision eace589 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 26, 2014, 20:58 (GMT) |
added a fix normals option to let cracks in smooth objects nearly disappear, also rotates the vertex normals with the verts... WIP... because i need somehow to get the derivedmesh of the previous modifier in stack if there is one |
Commit Details:
Full Hash: eace5891ec6725af842b454d55e0bfa389ff1ace
Parent Commit: feee2a4
Lines Changed: +302, -812
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+75, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+214, -810) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+75, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+214, -810) (Diff)