Blender Git Loki
Git Commits -> Revision 511e3c5
Revision 511e3c5 by Bastien Montagne (master) December 30, 2015, 19:39 (GMT) |
BLI_task: change BLI_task_parallel_range_ex() to just take a bool whether to use threading or not, instead of threshold. From recent experience, turns out we often do want to use something else than basic range of parallelized forloop as control parameter over threads usage, so now BLI func only takes a boolean, and caller defines best check for its own case. |
Commit Details:
Full Hash: 511e3c5d9d503b47cd5fb6fe48abeafde9fbff2d
Parent Commit: d9bb4a2
Lines Changed: +15, -24