Comment on page
ValidatorOrder
Illustration
_______ _____
| |
input |------ is valid? ----- yes ---->| output
_______| | |_____
^ |
| no
| |
|_______________|
import pyblish.api as pyblish
class MyValidator(pyblish.InstancePlugin):
"""Documentation goes here"""
order = pyblish.ValidatorOrder
def process(self, instance):
self.log.info("something")
{{ file.mtime }}
Last modified 3yr ago