Blender Git Loki
Git Commits -> Revision 1fb3642
Revision 1fb3642 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) November 6, 2014, 11:39 (GMT) |
added a new "Triggered" checkbox to rigidbodies, which allows them to be triggered in case they are kinematic. this will reset the kinematic state and make them dynamic |
Commit Details:
Full Hash: 1fb3642cdaa1bc5871df28266d10977fe1ff829d
Parent Commit: fcad67e
Lines Changed: +182, -29
6 Modified Paths:
/intern/rigidbody/RBI_api.h (+13, -1) (Diff)
/intern/rigidbody/rb_bullet_api.cpp (+54, -1) (Diff)
/release/scripts/startup/bl_ui/properties_physics_rigidbody.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+105, -26) (Diff)
/source/blender/makesdna/DNA_rigidbody_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_rigidbody.c (+5, -0) (Diff)
/intern/rigidbody/rb_bullet_api.cpp (+54, -1) (Diff)
/release/scripts/startup/bl_ui/properties_physics_rigidbody.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+105, -26) (Diff)
/source/blender/makesdna/DNA_rigidbody_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_rigidbody.c (+5, -0) (Diff)