mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
updated docstrings
This commit is contained in:
parent
2b91896dae
commit
8d127c89e8
1 changed files with 5 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue