mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #2385 from pypeclub/feature/flame-move-utility-to-api
This commit is contained in:
commit
dcd5ecf52e
12 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ def _sync_utility_scripts(env=None):
|
||||||
|
|
||||||
fsd_paths = [os.path.join(
|
fsd_paths = [os.path.join(
|
||||||
HOST_DIR,
|
HOST_DIR,
|
||||||
|
"api",
|
||||||
"utility_scripts"
|
"utility_scripts"
|
||||||
)]
|
)]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ class FlamePrelaunch(PreLaunchHook):
|
||||||
flame_python_exe = "/opt/Autodesk/python/2021/bin/python2.7"
|
flame_python_exe = "/opt/Autodesk/python/2021/bin/python2.7"
|
||||||
|
|
||||||
wtc_script_path = os.path.join(
|
wtc_script_path = os.path.join(
|
||||||
opflame.HOST_DIR, "scripts", "wiretap_com.py")
|
opflame.HOST_DIR, "api", "scripts", "wiretap_com.py")
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue