Blender Git Commit Log

Git Commits -> Revision 2a41da1

January 12, 2018, 12:15 (GMT)
experimental bind of animated vertices (other object) to shards

this transfers vertex motion during simulation and allows some kind of "deformation" of the fractured mesh, without
refracturing it

Commit Details:

Full Hash: 2a41da1d915215ea5e0a080caf9813872bf57e8d
Parent Commit: ee70421
Lines Changed: +469, -32

15 Modified Paths:

/release/scripts/startup/bl_operators/presets.py (+2, -0) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+6, -0) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/fracture.c (+263, -0) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+9, -4) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+36, -18) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -0) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_modifier.c (+42, -0) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_fracture.c (+20, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+28, -1) (Diff)
/source/blender/modifiers/intern/MOD_remesh.c (+42, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021