#680 - added remove "matchmove" to settings

Removed unneeded plugin
This commit is contained in:
Petr Kalis 2021-06-15 16:25:02 +02:00
parent c105eedbc7
commit 2b202dd759
2 changed files with 8 additions and 29 deletions

View file

@ -1,29 +0,0 @@
"""
Requires:
Nothing
Provides:
Instance
"""
import pyblish.api
import logging
log = logging.getLogger("collector")
class CollectMatchmovePublish(pyblish.api.InstancePlugin):
"""
Collector with only one reason for its existence - remove 'ftrack'
family implicitly added by Standalone Publisher
"""
label = "Collect Matchmove - SA Publish"
order = pyblish.api.CollectorOrder
families = ["matchmove"]
hosts = ["standalonepublisher"]
def process(self, instance):
if "ftrack" in instance.data["families"]:
instance.data["families"].remove("ftrack")

View file

@ -211,6 +211,14 @@
],
"add_ftrack_family": true
},
{
"families": ["matchmove"],
"tasks": [],
"hosts": [
"standalonepublisher"
],
"add_ftrack_family": false
},
{
"families": [
"model",