From 86e846787b75a22d77cca1ad0accd6af9f6940dc Mon Sep 17 00:00:00 2001 From: Infi Date: Thu, 23 Jun 2022 01:04:44 +0200 Subject: [PATCH] R60 support --- getnative/app.py | 2 -- setup.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/getnative/app.py b/getnative/app.py index 5745f61..37f1555 100755 --- a/getnative/app.py +++ b/getnative/app.py @@ -309,8 +309,6 @@ async def getnative(args: Union[List, argparse.Namespace], src: vapoursynth.Vide scaler = scaler if scaler.plugin is None: - if "toggaf.asi.xe" in core.get_plugins(): - print("Error: descale_getnative support ended, pls use https://github.com/Irrational-Encoding-Wizardry/vapoursynth-descale") raise GetnativeException('No descale found!') if args.steps != 1 and first_time: diff --git a/setup.py b/setup.py index da233a0..9b0bb60 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="getnative", - version='3.0.2', + version='3.1.0', description='Find the native resolution(s) of upscaled material (mostly anime)', long_description=long_description, long_description_content_type="text/markdown",