Blender Git Commit Log
Git Commits -> Revision 279cfde
Revision 279cfde by Bastien Montagne (master) October 29, 2014, 12:11 (GMT) |
Fix T42394: Copy Rigid Body Tools would not work as expected if dest ob had no rigidbody yet. Adding new object to RigidBodyWorld obgroup is not a good way to do that, since it only takes effect (create rigid_body for new objects) when you change current frame. Better to use rigidbody.object_add() operator here! |
Commit Details:
Full Hash: 279cfdeef5f17767d7c662a493be1f236484bebe
Parent Commit: a6c2d02
Lines Changed: +6, -4
1 Modified Path:
/release/scripts/startup/bl_operators/rigidbody.py (+6, -4) (Diff)