From 02a0eeff1e0881654ec24d36a8e6655c0f59e81d Mon Sep 17 00:00:00 2001
From: Tino Koch <17991193+Tinoooo@users.noreply.github.com>
Date: Mon, 6 Jan 2025 21:36:37 +0100
Subject: [PATCH 1/5] chore: removed prop defaults for scanline effect,
improved blendMode watcher
---
src/core/pmndrs/ScanlinePmndrs.vue | 28 +++++++++++++++++++---------
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/src/core/pmndrs/ScanlinePmndrs.vue b/src/core/pmndrs/ScanlinePmndrs.vue
index 5246c4b3..f485d913 100644
--- a/src/core/pmndrs/ScanlinePmndrs.vue
+++ b/src/core/pmndrs/ScanlinePmndrs.vue
@@ -1,4 +1,5 @@
From 275209e70e978b7228f649e10ed7ce2fbc053364 Mon Sep 17 00:00:00 2001
From: Tino Koch <17991193+Tinoooo@users.noreply.github.com>
Date: Mon, 6 Jan 2025 21:50:44 +0100
Subject: [PATCH 2/5] - removed defaults from chromatic aberration effect -
added workaround
---
src/core/pmndrs/ChromaticAberration.vue | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/src/core/pmndrs/ChromaticAberration.vue b/src/core/pmndrs/ChromaticAberration.vue
index f424d911..07109a91 100644
--- a/src/core/pmndrs/ChromaticAberration.vue
+++ b/src/core/pmndrs/ChromaticAberration.vue
@@ -1,9 +1,9 @@