Fix #113470: EEVEE-Next doesn't stop sampling #113484

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:eevee/consume-draw-data-recalc into main 2023-10-10 11:49:46 +02:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker 8e5e139c55 Fix #113470: EEVEE-Next doesn't stop sampling
After performing a transformation EEVEE-Next non-stops resets the
sampling. The cause is that the `recalc` flag that are stored in the
Object isn't consumed. When transforming it was always filled with
`ID_RECALC_TRANSFORM` and kept on resetting the sampling.

Regression introduced by PR #113252.
2023-10-10 11:44:00 +02:00