Blender Git Commit Log
Git Commits -> Revision 193871a
Revision 193871a by Lukas Stockner (master) January 14, 2015, 18:14 (GMT) |
Cycles: Ignore preprocessing time in ETA calculation This patch makes Cycles ignore the time spent in BVH construction etc. when estimating the remaining time. Considering that the remaining time is calculated based on the average time per tile so far, as far as I understand it makes no sense to include the preprocessing time. Reviewers: sergey, #cycles Reviewed By: sergey, #cycles Subscribers: sergey Projects: #cycles Differential Revision: https://developer.blender.org/D895 |
Commit Details:
Full Hash: 193871ae7da35548688d7b9ccadde66e4f35d2fd
Parent Commit: 0d6e88b
Committed By: Sergey Sharybin
Lines Changed: +37, -21