flame: adding host to ftrack plugin

This commit is contained in:
Jakub Jezek 2022-01-12 16:11:19 +01:00
parent 35f721fc8a
commit 39578a4a51
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -63,7 +63,7 @@ class IntegrateHierarchyToFtrack(pyblish.api.ContextPlugin):
order = pyblish.api.IntegratorOrder - 0.04
label = 'Integrate Hierarchy To Ftrack'
families = ["shot"]
hosts = ["hiero", "resolve", "standalonepublisher"]
hosts = ["hiero", "resolve", "standalonepublisher", "flame"]
optional = False
def process(self, context):