Removed unwanted configuration of families

Plugin should run only when publishing workfile, configuration of families doesn't make sense.
This commit is contained in:
Petr Kalis 2021-09-20 10:32:36 +02:00
parent e3ba7e9c15
commit e86675a5af
3 changed files with 2 additions and 14 deletions

View file

@ -9,7 +9,7 @@ class IncrementScriptVersion(pyblish.api.ContextPlugin):
order = pyblish.api.IntegratorOrder + 0.9
label = "Increment Script Version"
optional = True
families = ["workfile", "render", "render.local", "render.farm"]
families = ["workfile"]
hosts = ['nuke']
def process(self, context):

View file

@ -99,13 +99,7 @@
},
"IncrementScriptVersion": {
"optional": true,
"active": true,
"families": [
"workfile",
"render",
"render.local",
"render.farm"
]
"active": true
}
},
"load": {

View file

@ -176,12 +176,6 @@
"type": "boolean",
"key": "active",
"label": "Active"
},
{
"type": "list",
"key": "families",
"object_type": "text",
"label": "Trigger on families"
}
]
}