API
1.6
Search
K
Comment on page

integrate

Run integration-only via Python.
Source
Added
Link
1.0.16

Description

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.

Argument Signature

Output
Method
Context
integrate(context=None, plugins=None)

Example

import pyblish.util
context = pyblish.util.collect()
pyblish.util.integrate(context)
{{ file.mtime }}
Last modified 3yr ago