From 5e51ab8ecc482f72b61d6b57dcb217df47dd430d Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Thu, 2 Nov 2017 12:16:47 +0100 Subject: [PATCH] Improve docstring for ValidateSingleAssembly --- .../maya/publish/validate_single_assembly.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/colorbleed/plugins/maya/publish/validate_single_assembly.py b/colorbleed/plugins/maya/publish/validate_single_assembly.py index 147945ac33..886e88ada3 100644 --- a/colorbleed/plugins/maya/publish/validate_single_assembly.py +++ b/colorbleed/plugins/maya/publish/validate_single_assembly.py @@ -5,14 +5,15 @@ import colorbleed.api class ValidateSingleAssembly(pyblish.api.InstancePlugin): """Ensure the content of the instance is grouped in a single hierarchy - The instance must have a node which resides within the group which - is visible in the outliner. + The instance must have a single root node containing all the content. + This root node *must* be a top group in the outliner. + Example outliner: root_GRP - -- asset_001_GRP - -- asset_01_:rigDefault - -- asset_001_GRP - -- asset_01_:rigDefault + -- geometry_GRP + -- mesh_GEO + -- controls_GRP + -- control_CTL """