mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
added maya and houdini to python 2 vendor prelaunch hook
This commit is contained in:
parent
c53d7fc4f1
commit
20f31df35b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class PrePython2Vendor(PreLaunchHook):
|
|||
"""Prepend python 2 dependencies for py2 hosts."""
|
||||
# WARNING This hook will probably be deprecated in OpenPype 3 - kept for test
|
||||
order = 10
|
||||
app_groups = ["hiero", "nuke", "nukex", "unreal"]
|
||||
app_groups = ["hiero", "nuke", "nukex", "unreal", "maya", "houdini"]
|
||||
|
||||
def execute(self):
|
||||
# Prepare vendor dir path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue