Blender Git Loki
Git Commits -> Revision cd6e18d
Revision cd6e18d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 6, 2017, 18:24 (GMT) |
added handlers which are triggered after freeing shards and before rebuilding constraints this is supposed to keep externally loaded data in place when changing over to dynamic fracture, the handler triggers a python script which populates the meshislands and another to populate the constraints via the FM python API. Additionally a couple of minor fixes for dynamic fracturing. |
Commit Details:
Full Hash: cd6e18db8ae9be5340b1397ba8c88d0c03cf3458
Parent Commit: 57a1e43
Lines Changed: +129, -27
5 Modified Paths:
/extern/bullet2/src/BulletCollision/CollisionDispatch/btUnionFind.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+43, -15) (Diff)
/source/blender/blenlib/BLI_callbacks.h (+2, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+77, -12) (Diff)
/source/blender/python/intern/bpy_app_handlers.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+43, -15) (Diff)
/source/blender/blenlib/BLI_callbacks.h (+2, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+77, -12) (Diff)
/source/blender/python/intern/bpy_app_handlers.c (+2, -0) (Diff)