add execution order

This commit is contained in:
Alexey Bogomolov 2023-03-16 02:59:18 +03:00
parent 00a901120b
commit ef5c081b5f

View file

@ -7,6 +7,7 @@ from openpype.pipeline.template_data import get_template_data_with_names
class FusionPreLaunchOCIO(PreLaunchHook):
"""Set OCIO environment variable for Fusion"""
app_groups = ["fusion"]
order = 3
def execute(self):
"""Hook entry method."""