Realtime Compositor: Support Viewer nodes #108804

Merged
Omar Emara merged 1 commits from OmarEmaraDev/blender:compositor-viewer-file-output into main 2023-06-09 15:53:16 +02:00

1 Commits

Author SHA1 Message Date
Omar Emara 07aa7de659 Realtime Compositor: Support Viewer and File Output
This patch adds support for Viewer and File Output nodes to the realtime
compositor. The experimental render GPU compositor was also extended to
support viewers. While support for File Output nodes was added, it
remains unimplemented.

This is just an experimental implementation, the logic for viewers will
probably be changed once #108656 is agreed upon. Furthermore, the recalc
NODE_DO_OUTPUT_RECALC flags need to be taken into account to avoid
superfluous computations.
2023-06-09 16:05:07 +03:00