Blender Git Commit Log
Git Commits -> Revision a22de3f
Revision a22de3f by Janne Karhu (master) July 24, 2011, 17:44 (GMT) |
Effector calculations are now thread safe. * where_is_object_time was called for every effector evaluation only to determine the object velocity in some rare cases. * Calculating the effector velocity is now done in the effector precalculation stage. * Removing this makes the code thread safe and also should give some nice performance boosts when simulating a lot of points. * Thanks to MiikaH for noticing this problem. |
Commit Details:
Full Hash: a22de3f73c28b86f481376d52fbcfd7bb8ee25f2
SVN Revision: 38663
Parent Commit: 4ab7c6a
Lines Changed: +13, -11