16.12.2022, 20:31
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?