EEVEE Next: Motion Blur fixes #110114

Merged
Clément Foucault merged 7 commits from pragma37/blender:pull-eevee-next-motion-blur-fixes into main 2023-08-03 12:48:22 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5cb1184621 - Show all commits

View File

@ -480,7 +480,7 @@ void Film::end_sync()
data_.use_reprojection = inst_.sampling.interactive_mode();
/* Just bypass the reprojection and reset the accumulation. */
if (force_disable_reprojection_ && inst_.sampling.is_reset()) {
if (inst_.is_viewport() && force_disable_reprojection_ && inst_.sampling.is_reset()) {
data_.use_reprojection = false;
data_.use_history = false;
}