From ed48b85233df26474f96c58bf49b591b4fe7b3fa Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Tue, 29 Oct 2019 15:50:22 +0100 Subject: [PATCH] missing families --- pype/plugins/maya/publish/collect_scene.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pype/plugins/maya/publish/collect_scene.py b/pype/plugins/maya/publish/collect_scene.py index c1e3c75021..f2fbb4d623 100644 --- a/pype/plugins/maya/publish/collect_scene.py +++ b/pype/plugins/maya/publish/collect_scene.py @@ -37,6 +37,7 @@ class CollectMayaScene(pyblish.api.ContextPlugin): "label": subset, "publish": False, "family": 'workfile', + "families": ['workfile'], "setMembers": [current_file] })