From 20f31df35b88dcf371b44679822120a1ec16cc3f Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 15 Apr 2021 14:54:20 +0200 Subject: [PATCH] added maya and houdini to python 2 vendor prelaunch hook --- openpype/hooks/pre_python2_vendor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hooks/pre_python2_vendor.py b/openpype/hooks/pre_python2_vendor.py index 35f5ff1a45..efa1849052 100644 --- a/openpype/hooks/pre_python2_vendor.py +++ b/openpype/hooks/pre_python2_vendor.py @@ -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