Blender Git Commit Log
Git Commits -> Revision e597e6a
Revision e597e6a by Sergey Sharybin (cycles-x) September 17, 2021, 08:38 (GMT) |
Fix persistent data not allowing to change sample count and time limit The root cause was that `session->params` were never updated to the new parameters. Made it so `session->reset()` will make sure the session is fully up to date with the desired parameters. Investigation by @dingto, code by self. Differential Revision: https://developer.blender.org/D12515 |
Commit Details:
Full Hash: e597e6aab28dd03f4a736ab9f324d6a7726842a0
Parent Commit: d80d23e
Lines Changed: +39, -41