Removed familiy so it can version up even if workfile isn't published

This commit is contained in:
Jacob Danell 2023-04-28 11:01:26 +02:00
parent d5b719b8c8
commit 4f5a85aee0

View file

@ -15,7 +15,6 @@ class FusionIncrementCurrentFile(
label = "Increment workfile version"
order = pyblish.api.IntegratorOrder + 9.0
hosts = ["fusion"]
families = ["workfile"]
optional = True
def process(self, context):