mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Changed plugin to Integrator, removed targets, updated families
This commit is contained in:
parent
b3db146a2c
commit
2faeb6328f
1 changed files with 3 additions and 4 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue