Increment workfile version when publishing blendScene

This commit is contained in:
Simone Barbieri 2023-07-14 15:46:46 +01:00
parent aaafb9ccf2
commit 266f2308ef

View file

@ -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):