Blender Git Commit Log
Git Commits -> Revision d544a61
Revision d544a61 by Lukas Stockner (master) March 20, 2017, 14:28 (GMT) |
Cycles: Update remaining time once per second without waiting for a tile change Previously, the code would only update the status string if the main status changed. However, the main status did not include the remaining time, and therefore it wasn't updated until the amount of rendered tiles (which is part of the main status) changed. This commit therefore makes the BlenderSession remember the time of the last status update and forces a status update if the last one was more than a second ago. Reviewers: sergey Differential Revision: https://developer.blender.org/D2465 |
Commit Details:
Full Hash: d544a61e8a366f05a6360d9e5baea84edcaa2ca0
Parent Commit: a201b99
Lines Changed: +10, -3