Great — that means the plugin itself is working correctly 👍
The issue is likely because you are running the “Enable Filter” command inside a Parallel Process.
This plugin is designed to apply the filter once.
If you run the command every frame (which happens in a parallel event), it keeps resetting the filter and prevents it from displaying properly.
Instead, please try:
-
Show Picture
-
Wait 1 frame
-
Run “Enable Filter” once
-
Do not run it repeatedly
If you need it triggered from a parallel event, use a switch so the command only runs once, then turn the switch off.

























