mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Improved docstrings
This commit is contained in:
parent
a3831c7895
commit
5fbf5dc072
1 changed files with 4 additions and 3 deletions
|
|
@ -1,13 +1,14 @@
|
|||
import pyblish.api
|
||||
import colorbleed.api
|
||||
import colorbleed.maya.lib as lib
|
||||
|
||||
|
||||
class ValidateLookContents(pyblish.api.InstancePlugin):
|
||||
"""Validate look instance contents
|
||||
|
||||
This is invalid when the collection was unable to collect the required
|
||||
data for a look to be published correctly.
|
||||
Rules:
|
||||
* Look data must have `relationships` and `attributes` keys.
|
||||
* At least one relationship must be collection.
|
||||
* All relationship object sets at least have an ID value
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue