Dogway / Avisynth-Scripts

AviSynth+ 3.7.3+ Filters
GNU General Public License v3.0
92 stars 13 forks source link

GrainFactory3mod.avsi Invalid Args #27

Closed deadman0713 closed 3 years ago

deadman0713 commented 3 years ago

Getting this error:

Script Error: Invalid arguments to function 'ex_makediff' GrainFactorymod.avsi line 274

line 274: result = o.ex_makediff(grainlayer, ochroma?3:2, fulls=fs)

All dependencies are up to date, except my AddGrainC is v1.8.3. ExTools v6.0 pinterf addgrainc https://github.com/pinterf/AddGrainC/releases

Wondering if tv_range=tv should be added to this ex_makediff call as well? Thank you for your work.

Dogway commented 3 years ago

Thanks, fixed now. I had to rebase since I added many arguments in ExTools since last update.

deadman0713 commented 3 years ago

Working fine now. Thank you.