Merge branch 'blender-v4.0-release'

This commit is contained in:
Miguel Pozo
2023-10-17 15:46:32 +02:00

View File

@@ -515,10 +515,6 @@ class DofPass {
class AntiAliasingPass {
private:
bool enabled_ = false;
/* Current TAA sample index in [0..samples_len_] range. */
int sample_ = 0;
/* Total number of samples to after which TAA stops accumulating samples. */
int samples_len_ = 0;
/* Weight accumulated. */
float weight_accum_ = 0;
/* Samples weight for this iteration. */