From 0fbc2aeceaf67e0db5c95608dfa68af43d76833b Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Thu, 23 Jan 2020 12:17:46 +0100 Subject: [PATCH] feat(ftrack): disable ftrack comment integration --- pype/plugins/ftrack/publish/integrate_ftrack_comments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pype/plugins/ftrack/publish/integrate_ftrack_comments.py b/pype/plugins/ftrack/publish/integrate_ftrack_comments.py index 9d0b7b3ab9..4f7afb4346 100644 --- a/pype/plugins/ftrack/publish/integrate_ftrack_comments.py +++ b/pype/plugins/ftrack/publish/integrate_ftrack_comments.py @@ -9,6 +9,7 @@ class IntegrateFtrackComments(pyblish.api.InstancePlugin): order = pyblish.api.IntegratorOrder label = "Integrate Comments to Ftrack." families = ["shot"] + enabled = False def process(self, instance): session = instance.context.data["ftrackSession"]