Blender Git Commit Log
Git Commits -> Revision 0fd22f2
Revision 0fd22f2 by Sergey Sharybin (cycles-x) March 18, 2021, 16:33 (GMT) |
Cycles: Fix possible stalling in viewport updates If rendering a sample takes longer than update timeout it was possible to have viewport navigation which will never update a viewport during navigation. For example, rendering on CPU with high start resolution and denoising enabled could have taken a bit more than configured 0.1sec. Before this change the viewport would have only updated after navigation was finished. After this change the viewport will be refreshed at about 10fps, which is better for artists. |
Commit Details:
Full Hash: 0fd22f266145fa2a3d3e7ddf83ff8d7a390cb544
Parent Commit: 644723d
Lines Changed: +7, -9