Skip to content

Commit 86e8467

Browse files
committed
R60 support
1 parent 2ae9037 commit 86e8467

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

getnative/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ async def getnative(args: Union[List, argparse.Namespace], src: vapoursynth.Vide
309309
scaler = scaler
310310

311311
if scaler.plugin is None:
312-
if "toggaf.asi.xe" in core.get_plugins():
313-
print("Error: descale_getnative support ended, pls use https://github.com/Irrational-Encoding-Wizardry/vapoursynth-descale")
314312
raise GetnativeException('No descale found!')
315313

316314
if args.steps != 1 and first_time:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="getnative",
13-
version='3.0.2',
13+
version='3.1.0',
1414
description='Find the native resolution(s) of upscaled material (mostly anime)',
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)