Fix T92592: Cycles stereo render not rendering right view

This commit is contained in:
Brecht Van Lommel 2021-10-29 15:56:44 +02:00
parent 2383628ee1
commit b5f42029b8
Notes: blender-bot 2023-02-14 08:06:38 +01:00
Referenced by issue #92592, Using Stereoscopy with panoramic camera generates a blank image for the right side (cycles)
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ bool BufferParams::modified(const BufferParams &other) const
}
if (layer != other.layer || view != other.view) {
return false;
return true;
}
if (exposure != other.exposure ||