Blender Git Commit Log
Git Commits -> Revision e4edc88
Revision e4edc88 by Sergey Sharybin (soc-2013-depsgraph_mt) December 10, 2013, 10:28 (GMT) |
Update metaballs in a single thread Mballs evaluation uses BKE_scene_base_iter_next which calls duplilist for all objects in the scene. This leads to conflict accessing and writing same data from multiple threads. Ideally Mballs shouldn't do such an iteration and use DAG queries instead. For the time being we've got new DAG let's keep it simple and update mballs in a ingle thread. |
Commit Details:
Full Hash: e4edc882ae7db81b7e2b3552411463febf0a6bcb
Parent Commit: f98eedb
Lines Changed: +29, -0
1 Modified Path:
/source/blender/blenkernel/intern/scene.c (+29, -0) (Diff)