validate
Last updated
Was this helpful?
Last updated
Was this helpful?
Run validation-only via Python.
Source
Added
1.0.16
This function runs plug-ins of ValidationOrder and then stops. This is useful for getting hold of a validated Context with results.
Output
Method
validate(=None, =None)
import pyblish.util
context = pyblish.util.collect()
pyblish.util.validate(context)
{{ file.mtime }}