mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
use moved functions in hosts and tools
This commit is contained in:
parent
6fe1b5b965
commit
c5ac2290f6
127 changed files with 711 additions and 427 deletions
|
|
@ -2,7 +2,7 @@ import sys
|
|||
import os
|
||||
import subprocess
|
||||
|
||||
from avalon import api
|
||||
from openpype.pipeline import load
|
||||
|
||||
|
||||
def open(filepath):
|
||||
|
|
@ -15,7 +15,7 @@ def open(filepath):
|
|||
subprocess.call(('xdg-open', filepath))
|
||||
|
||||
|
||||
class Openfile(api.Loader):
|
||||
class Openfile(load.LoaderPlugin):
|
||||
"""Open Image Sequence with system default"""
|
||||
|
||||
families = ["render2d"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue