mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Increment workfile version when publishing blendScene
This commit is contained in:
parent
aaafb9ccf2
commit
266f2308ef
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class IncrementWorkfileVersion(pyblish.api.ContextPlugin):
|
||||||
label = "Increment Workfile Version"
|
label = "Increment Workfile Version"
|
||||||
optional = True
|
optional = True
|
||||||
hosts = ["blender"]
|
hosts = ["blender"]
|
||||||
families = ["animation", "model", "rig", "action", "layout"]
|
families = ["animation", "model", "rig", "action", "layout", "blendScene"]
|
||||||
|
|
||||||
def process(self, context):
|
def process(self, context):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue