mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
hotfix / filter integrate rendered frames
This commit is contained in:
parent
43b21e5f4d
commit
15c3911296
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ class IntegrateFrames(pyblish.api.InstancePlugin):
|
|||
|
||||
label = "Integrate Frames"
|
||||
order = pyblish.api.IntegratorOrder
|
||||
families = ["imagesequence", "render", "write", "source"]
|
||||
|
||||
family_targets = [".frames", ".local", ".review", "imagesequence", "render"]
|
||||
|
||||
def process(self, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue