Skip to content

Commit

Permalink
R60 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Infiziert90 committed Jun 22, 2022
1 parent 2ae9037 commit 86e8467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions getnative/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 86e8467

Please sign in to comment.