Blender Git Loki
Git Commits -> Revision b389f1e
Revision b389f1e by Benoit Bolsee (interactive_physics) October 10, 2018, 16:13 (GMT) |
Fix bug with transformed object interfering with rigid body simulation. Note: bug was caused by use of legacy ob->flag & SELECT. New OB_PHYS_MOVING flag to mark that an active object is being transformed. Make active object position update independent of cache write in preparation of interactive physics. |
Commit Details:
Full Hash: b389f1e9572b9ee606c2e4ae347f5520f2d38a9c
Parent Commit: 935b18e
Lines Changed: +25, -15