From 15c391129655498fe04eff65de8a7b1bd1a5afdf Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Tue, 8 Jan 2019 11:32:44 +0100 Subject: [PATCH] hotfix / filter integrate rendered frames --- pype/plugins/global/publish/integrate_rendered_frames.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pype/plugins/global/publish/integrate_rendered_frames.py b/pype/plugins/global/publish/integrate_rendered_frames.py index 50914a4339..bc5b138fb8 100644 --- a/pype/plugins/global/publish/integrate_rendered_frames.py +++ b/pype/plugins/global/publish/integrate_rendered_frames.py @@ -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):