Dogway / Avisynth-Scripts

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

function duplicates #4

Closed kedaitinh12 closed 3 years ago

kedaitinh12 commented 3 years ago

I seen some your plugin have same function name, i think you need rename it to don't meet any errors "SmoothLevels" : "[PluginFunction]" "SmoothLevels" : "C:\Program Files (x86)\AviSynth+\plugins+\GradePack.v1.1.avsi" "SatMask" : "C:\Program Files (x86)\AviSynth+\plugins+\GradePack.v1.1.avsi" "SatMask" : "C:\Program Files (x86)\AviSynth+\plugins+\Utils-r42.avsi"

Dogway commented 3 years ago

Thanks for the report. SmoothLevels is a replacement for SmoothAdjust SmoothLevels, so you can remove the plugin. It was intentional unless someone has a reason to keep SmoothAdjust (?). My SatMask (16-12-2011) precedes the one from Utils-r42, so I think they should change the name.

kedaitinh12 commented 3 years ago

Cause smoothadjust don't only have smoothlevels function

Dogway commented 3 years ago

What do you use that doesn't have an alternative?

realfinder commented 3 years ago

I think it's better to pick another name in any case

Dogway commented 3 years ago

Ok, I'll think of a name

kedaitinh12 commented 3 years ago

Thank realfinder and Dogway

Dogway commented 3 years ago

fixed