11.03.2025, 17:30
Hi Selur, sorry to bother you, but I wanted to point out that when I try to use a dehalo with VapourSynth, except for BlindDehalo3, I get this error
Tranks.
Failed to evaluate the script:
Python exception: expected 'else' after 'if' expression (dehalo.py, line 63)
Traceback (most recent call last):
File "src\\cython\\vapoursynth.pyx", line 3365, in vapoursynth._vpy_evaluate
File "src\\cython\\vapoursynth.pyx", line 3366, in vapoursynth._vpy_evaluate
File "C:\Users\kenta\AppData\Local\Temp\tempPreviewVapoursynthFile16_22_38_621.vpy", line 20, in
import dehalo
File "C:\Program Files\Hybrid\64bit\vsscripts\dehalo.py", line 63
so = so.vszip.Limiter() if hasattr(core,'vszip') so.std.Limiter()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: expected 'else' after 'if' expression
Tranks.