Selur's Little Message Board

Full Version: KillerSpots - Mac
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is this a possible bug in the Mac version?

Code:
2022-12-16 18:25:31.245
Failed to evaluate the script:
Python exception: No attribute with the name rdvs exists. Did you mistype a plugin namespace?

Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2832, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 2833, in vapoursynth._vpy_evaluate
File "/Volumes/Drobo/Hybrid/TWEM-TEMP/tempPreviewVapoursynthFile18_24_00_239.vpy", line 54, in
clip = killerspots.KillerSpots(clip=clip)
File "/Applications/Hybrid.app/Contents/MacOS/vsscripts/killerspots.py", line 27, in KillerSpots
clip = RemoveDirtMod(clip, limit)
File "/Applications/Hybrid.app/Contents/MacOS/vsscripts/killerspots.py", line 38, in RemoveDirtMod
clip = core.rdvs.RestoreMotionBlocks(clensed, clip, alternative=alt, pthreshold=4, cthreshold=6, gmthreshold=40, dist=3, dmode=2, noise=limit, noisy=12)
File "src/cython/vapoursynth.pyx", line 2385, in vapoursynth._CoreProxy.__getattr__
File "src/cython/vapoursynth.pyx", line 2228, in vapoursynth.Core.__getattr__
AttributeError: No attribute with the name rdvs exists. Did you mistype a plugin namespace?
RemoveDirt with RestoreMotionBlocks and noisy != 0 is broken for Vapoursynth, but nobody got time and motivation to look into and fix it.
So, KillerSpot itself is broken.
I restricted it for Windows and Linux in the current versions, but there is no current version of Hybrid for Mac, since I simply lack the time and motivation to build current versions of all the tools.

Cu Selur