Page MenuHome

Fix persistent data not allowing to change sample count and time limit
ClosedPublic

Authored by Sergey Sharybin (sergey) on Sep 16 2021, 3:40 PM.

Details

Summary

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 @Thomas Dinges (dingto), code by self.

Diff Detail

Repository
rB Blender

Event Timeline

Sergey Sharybin (sergey) requested review of this revision.Sep 16 2021, 3:40 PM
Sergey Sharybin (sergey) created this revision.

Thanks for the code work, tested it and it works as expected. Samples and Time Limit are now properly updated when Persistent Data is used. This fixes T91429.

This revision is now accepted and ready to land.Sep 16 2021, 3:46 PM