mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
nuke adding better docstring
This commit is contained in:
parent
d097503f4d
commit
bdf8c158e5
1 changed files with 5 additions and 1 deletions
|
|
@ -25,7 +25,11 @@ class RepairNukeWriteNodeAction(pyblish.api.Action):
|
|||
|
||||
|
||||
class ValidateNukeWriteNode(pyblish.api.InstancePlugin):
|
||||
""" Validates file output. """
|
||||
""" Validate Write node's knobs.
|
||||
|
||||
Compare knobs on write node inside the render group
|
||||
with settings. At the moment supporting only `file` knob.
|
||||
"""
|
||||
|
||||
order = pyblish.api.ValidatorOrder
|
||||
optional = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue