mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Removed unwanted configuration of families
Plugin should run only when publishing workfile, configuration of families doesn't make sense.
This commit is contained in:
parent
e3ba7e9c15
commit
e86675a5af
3 changed files with 2 additions and 14 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -99,13 +99,7 @@
|
|||
},
|
||||
"IncrementScriptVersion": {
|
||||
"optional": true,
|
||||
"active": true,
|
||||
"families": [
|
||||
"workfile",
|
||||
"render",
|
||||
"render.local",
|
||||
"render.farm"
|
||||
]
|
||||
"active": true
|
||||
}
|
||||
},
|
||||
"load": {
|
||||
|
|
|
|||
|
|
@ -176,12 +176,6 @@
|
|||
"type": "boolean",
|
||||
"key": "active",
|
||||
"label": "Active"
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"key": "families",
|
||||
"object_type": "text",
|
||||
"label": "Trigger on families"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue