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