Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2385 from pypeclub/feature/flame-move-utility-to-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 authored Dec 13, 2021
2 parents 2ba8018 + 99939fb commit dcd5ecf
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions openpype/hosts/flame/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def _sync_utility_scripts(env=None):

fsd_paths = [os.path.join(
HOST_DIR,
"api",
"utility_scripts"
)]

Expand Down
2 changes: 1 addition & 1 deletion openpype/hosts/flame/hooks/pre_flame_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class FlamePrelaunch(PreLaunchHook):
flame_python_exe = "/opt/Autodesk/python/2021/bin/python2.7"

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):
super().__init__(*args, **kwargs)
Expand Down

0 comments on commit dcd5ecf

Please sign in to comment.