Blender Git Loki
Git Commits -> Revision f4b7d57
Revision f4b7d57 by Jeroen Bakker (master) December 5, 2019, 07:14 (GMT) |
Fix T72175: DrawManager Crash Large Objects Introduced by 9c337fcfe2a4 mistaken that `MeshExtract.use_threading` set to false means that no threading is used at all. This is not the case it will still perform threading for large objects, it will only run the different subtasks in serial. Fixed by scheduling the `lines_loose` in the task_pool after the rest have been executed. This is cleaner than the previous implementation as it sticks more to the actual design. |
Commit Details:
Full Hash: f4b7d57551061350216048d5d30b9b674f741c28
Parent Commit: 722b8e4
Lines Changed: +9, -7
1 Modified Path:
/source/blender/draw/intern/draw_cache_extract_mesh.c (+9, -7) (Diff)