nuke adding better docstring

This commit is contained in:
Jakub Jezek 2021-12-21 14:42:25 +01:00 committed by Jakub Jezek
parent d097503f4d
commit bdf8c158e5
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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