From 8d127c89e843784381ed11e01a8443667cbbb687 Mon Sep 17 00:00:00 2001 From: aardschok Date: Wed, 1 Nov 2017 10:40:40 +0100 Subject: [PATCH] updated docstrings --- .../maya/publish/validate_single_assembly.py | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/colorbleed/plugins/maya/publish/validate_single_assembly.py b/colorbleed/plugins/maya/publish/validate_single_assembly.py index bb79873f80..8e6e4ea0b6 100644 --- a/colorbleed/plugins/maya/publish/validate_single_assembly.py +++ b/colorbleed/plugins/maya/publish/validate_single_assembly.py @@ -3,19 +3,16 @@ import colorbleed.api class ValidateSingleAssembly(pyblish.api.InstancePlugin): - """Ensure the instance is present in the assemblies + """Ensure the content of the instance is grouped in a single hierarchy The instance must have a node which resides within the a group which is visible in the outliner. Example outliner: root_GRP - -- asset_001_GRP - -- asset_01_:rigDefault - - animation_asset_01 - -- asset_01_:rigDefault - - The asset_01_:rigDefault is present within the root_GRP + -- asset_001_GRP + -- asset_01_:rigDefault + -- asset_001_GRP + -- asset_01_:rigDefault """