Blender Git Commit Log
Git Commits -> Revision f6f9582
Revision f6f9582 by Bastien Montagne (temp_custom_loop_normals) August 8, 2014, 12:33 (GMT) |
Use BLI_task for some split normals code - wrong solution Looks like tasks are not suited for many little elements (this code is at least two times slower as mono-thread previous one!). And probably things like calling `BLI_stack_new()` in each task instead of once globally does not help either. :/ Will refactor into a few worker tasks feeded with a queue... |
Commit Details:
Full Hash: f6f9582d2771dc8eced248f7175ec080f33cf731
Parent Commit: f074e9b
Lines Changed: +402, -255
1 Modified Path:
/source/blender/blenkernel/intern/mesh_evaluate.c (+402, -255) (Diff)