Realtime Compositor: Implement Double Edge Mask node #112223

Merged
Omar Emara merged 4 commits from OmarEmaraDev/blender:gpu-double-edge-mask-node into main 2023-09-25 08:35:50 +02:00

4 Commits

Author SHA1 Message Date
Omar Emara af2ca0f3eb Merge branch 'main' into gpu-double-edge-mask-node 2023-09-25 09:34:21 +03:00
Omar Emara 62f5ddf646 Update comments 2023-09-25 09:34:05 +03:00
Omar Emara 3ac116505d Fix compile error on Metal 2023-09-12 14:12:57 +03:00
Omar Emara b4c9122566 Realtime Compositor: Implement Double Edge Mask node
This patch implements the Double Edge Mask node for the Realtime
Compositor. The implementation is primarily based on the 1+FJA Jump
Flooding algorithm, which was also introduced in this commit.
2023-09-11 12:55:44 +03:00