Blender Git Loki
Git Commits -> Revision a851040
Revision a851040 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) June 18, 2017, 17:25 (GMT) |
added deform weakening factor the threshold is multiplied with 1.0-fac per deform iteration, so it can automatically break at some point. |
Commit Details:
Full Hash: a8510408b958d8c12a1c6ddf08940448813ef65f
Parent Commit: 256aeb2
Lines Changed: +40, -2
8 Modified Paths:
/intern/rigidbody/RBI_api.h (+1, -0) (Diff)
/intern/rigidbody/rb_bullet_api.cpp (+7, -0) (Diff)
/release/scripts/startup/bl_operators/presets.py (+2, -1) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_fracture.c (+17, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+3, -0) (Diff)
/intern/rigidbody/rb_bullet_api.cpp (+7, -0) (Diff)
/release/scripts/startup/bl_operators/presets.py (+2, -1) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_fracture.c (+17, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+3, -0) (Diff)