mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Move get_oiio_tools_path import to top of file
This commit is contained in:
parent
9773cbbedc
commit
7f4fe957bc
1 changed files with 1 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ from maya import cmds # noqa
|
|||
import pyblish.api
|
||||
|
||||
from openpype.lib.vendor_bin_utils import find_executable
|
||||
from openpype.lib import source_hash, run_subprocess
|
||||
from openpype.lib import source_hash, run_subprocess, get_oiio_tools_path
|
||||
from openpype.pipeline import legacy_io, publish, KnownPublishError
|
||||
from openpype.hosts.maya.api import lib
|
||||
from openpype.hosts.maya.api.lib import image_info, guess_colorspace
|
||||
|
|
@ -261,7 +261,6 @@ class MakeTX(TextureProcessor):
|
|||
TextureResult: The resulting texture information.
|
||||
|
||||
"""
|
||||
from openpype.lib import get_oiio_tools_path
|
||||
|
||||
maketx_path = get_oiio_tools_path("maketx")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue