mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Improve docstring for ValidateSingleAssembly
This commit is contained in:
parent
48376264e7
commit
5e51ab8ecc
1 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue