Blender Git Commit Log

Git Commits -> Revision f0cf15b

Revision f0cf15b by Sergey Sharybin (master)
March 1, 2017, 11:45 (GMT)
Task scheduler: Remove counter of done tasks

This was only used for progress report, and it's wrong because:

- Pool might in theory be re-used by different tasks
- We should not make any decision based on scheduling stats

Proper way is to take care of progress by the task itself.

Commit Details:

Full Hash: f0cf15b5c68a1332707fe88985d21e238736ab40
Parent Commit: 351c923
Lines Changed: +9, -13

4 Modified Paths:

/source/blender/blenlib/BLI_task.h (+0, -3) (Diff)
/source/blender/blenlib/intern/task.c (+0, -8) (Diff)
/source/blender/render/CMakeLists.txt (+1, -0) (Diff)
/source/blender/render/intern/source/volume_precache.c (+8, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021