Blender Git Loki
Git Commits -> Revision ec64051
Revision ec64051 by Alexander Gavrilov (master) July 24, 2018, 07:10 (GMT) |
Fix T55958: allow the user to select between spring and spring2. The old springs with damping 1.0 operate in a special way that is more similar to plastic deformation than a spring. Some users rely on that, so let the user choose which implementation to use. This also restores full backward compatibility with 2.79. Reviewers: sergof Differential Revision: https://developer.blender.org/D3544 |
Commit Details:
Full Hash: ec640510a8c8ef5de8daea907da2351ef1988915
Parent Commit: 4d978cc
Lines Changed: +181, -67
6 Modified Paths:
/intern/rigidbody/RBI_api.h (+8, -1) (Diff)
/intern/rigidbody/rb_bullet_api.cpp (+50, -5) (Diff)
/release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py (+5, -0) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+43, -23) (Diff)
/source/blender/makesdna/DNA_rigidbody_types.h (+9, -2) (Diff)
/source/blender/makesrna/intern/rna_rigidbody.c (+66, -36) (Diff)
/intern/rigidbody/rb_bullet_api.cpp (+50, -5) (Diff)
/release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py (+5, -0) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+43, -23) (Diff)
/source/blender/makesdna/DNA_rigidbody_types.h (+9, -2) (Diff)
/source/blender/makesrna/intern/rna_rigidbody.c (+66, -36) (Diff)