Blender Git Loki
Git Commits -> Revision 3c8876c
Revision 3c8876c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 25, 2015, 08:27 (GMT) |
new parameter "stability factor" (for constraints, compounds) and resetting all shards by default now on refracture, except in mousebased fracture (faster to keep unchanged shards there) |
Commit Details:
Full Hash: 3c8876c5a18a7cf2d84ead582a9c92a9facda04b
Parent Commit: d64c367
Lines Changed: +57, -24
8 Modified Paths:
/release/scripts/startup/bl_operators/presets.py (+2, -1) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+2, -1) (Diff)
/source/blender/blenkernel/intern/fracture.c (+23, -17) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+7, -2) (Diff)
/source/blender/editors/object/object_modifier.c (+4, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+4, -1) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+2, -1) (Diff)
/source/blender/blenkernel/intern/fracture.c (+23, -17) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+7, -2) (Diff)
/source/blender/editors/object/object_modifier.c (+4, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+4, -1) (Diff)