Blender: increment workfile version for layouts as well

This commit is contained in:
Simone Barbieri 2021-10-18 16:11:45 +01:00
parent e7f6bf0320
commit f810e68cf9

View file

@ -9,7 +9,7 @@ class IncrementWorkfileVersion(pyblish.api.ContextPlugin):
label = "Increment Workfile Version"
optional = True
hosts = ["blender"]
families = ["animation", "model", "rig", "action"]
families = ["animation", "model", "rig", "action", "layout"]
def process(self, context):