Comment on page
integrate
Run integration-only via Python.
Source | Added |
1.0.16 |
This function runs plug-ins of IntegrationOrder and then stops. This is useful for getting hold of an integrated Context, bypassing validation and extraction, with results.
import pyblish.util
context = pyblish.util.collect()
pyblish.util.integrate(context)
{{ file.mtime }}
Last modified 3yr ago