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