Fix #111345: Compositor uses entire viewport in camera view #118241

Merged
Omar Emara merged 1 commits from OmarEmaraDev/blender:viewport-compositor-always-limit-compositing-space into main 2024-02-15 15:46:44 +01:00

1 Commits

Author SHA1 Message Date
Omar Emara 35706f4616 Fix #111345: Compositor uses entire viewport in camera view
The compositor assumes the entire viewport as its compositing space even
in camera view. The current design decision was to limit the compositing
space by the camera region only if the camera passepartout is opaque,
that is, areas outside of the camera are not visible.

This patch changes that behavior to always limit the compositing space
by the camera region. The downside is that areas outside of the camera
will be left uncomposited.
2024-02-14 09:32:22 +02:00