Blender Git Loki
Git Commits -> Revision c8c7414
Revision c8c7414 by Alexander Gavrilov (master) November 7, 2016, 09:59 (GMT) |
Expose Bullet rotational spring settings in the UI. Bullet spring constraint already supports rotational springs, but they are not exposed in blender UI, likely due to a simple oversight. Supporting them is as simple as adding a few DNA/RNA properties with appropriate UI and passing them on to Bullet. Reviewers: sergof Reviewed By: sergof Differential Revision: https://developer.blender.org/D2331 |
Commit Details:
Full Hash: c8c7414c3f6768b5cb54d56ff7999d0a0ca22bc6
Parent Commit: dd92123
Lines Changed: +226, -10
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py (+39, -9) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+18, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+16, -0) (Diff)
/source/blender/makesdna/DNA_rigidbody_types.h (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_rigidbody.c (+142, -0) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+18, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+16, -0) (Diff)
/source/blender/makesdna/DNA_rigidbody_types.h (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_rigidbody.c (+142, -0) (Diff)