mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +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"
|
||||
optional = True
|
||||
hosts = ["blender"]
|
||||
families = ["animation", "model", "rig", "action", "layout"]
|
||||
families = ["animation", "model", "rig", "action", "layout", "blendScene"]
|
||||
|
||||
def process(self, context):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue