Changed plugin to Integrator, removed targets, updated families

This commit is contained in:
aardschok 2018-02-21 14:38:05 +01:00
parent b3db146a2c
commit 2faeb6328f

View file

@ -24,14 +24,13 @@ def _get_script():
return module_path
class PublishImageSequence(pyblish.api.Extractor):
class PublishImageSequence(pyblish.api.Integrator):
"""Publish the generated local image sequences."""
order = pyblish.api.ExtractorOrder + 0.1
order = pyblish.api.IntegratorOrder
label = "Publish Rendered Image Sequence(s)"
hosts = ["fusion"]
targets = ["renderlocal"]
families = ["fusion.local"]
families = ["colorbleed.saver.renderlocal"]
def process(self, instance):