mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added missing definition of launch hooks
This commit is contained in:
parent
6914c626a1
commit
d78d73f391
1 changed files with 7 additions and 0 deletions
|
|
@ -25,5 +25,12 @@ class FlameAddon(OpenPypeModule, IHostModule):
|
|||
if not env.get(key):
|
||||
env[key] = value
|
||||
|
||||
def get_launch_hook_paths(self, app):
|
||||
if app.host_name != self.host_name:
|
||||
return []
|
||||
return [
|
||||
os.path.join(HOST_DIR, "hooks")
|
||||
]
|
||||
|
||||
def get_workfile_extensions(self):
|
||||
return [".otoc"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue