API
1.6
1.6
  • Introduction
  • Plug-in System
  • Data
    • result
    • Events
    • Targets
  • Environment Variables
    • PYBLISHPLUGINPATH
    • PYBLISH_CLIENT_PORT
    • PYBLISH_ALLOW_DUPLICATE_PLUGINS
    • PYBLISH_GUI
    • PYBLISH_EARLY_ADOPTER
    • PYBLISH_STRICT_DATATYPES
  • Ordering
    • CollectorOrder
    • ValidatorOrder
    • ExtractorOrder
    • IntegratorOrder
  • pyblish.util
    • publish
    • collect
    • validate
    • extract
    • integrate
  • pyblish.cli
    • publish
  • pyblish.api
    • AbstractEntity
      • .data
    • Context
      • .append
      • .create_instance
    • Instance
      • .append
      • .context
    • Plugin
      • .hosts
      • .families
      • .label
      • .active
      • .order
      • .optional
      • .requires
      • .actions
      • .version
      • .match
    • ContextPlugin
      • .process
    • InstancePlugin
      • .process
    • Action
      • .process
      • .icon
      • .on
    • Category
    • Separator
    • discover
    • sort
    • register_gui
    • register_host
Powered by GitBook
On this page
  • Description
  • Argument Signature
  • Example

Was this helpful?

  1. pyblish.util

integrate

PreviousextractNextpyblish.cli

Last updated 5 years ago

Was this helpful?

Run integration-only via Python.

Source

Added

1.0.16

Description

This function runs plug-ins of and then stops. This is useful for getting hold of an integrated , bypassing validation and extraction, with .

Argument Signature

Output

Method

integrate(=None, =None)

Example

import pyblish.util
context = pyblish.util.collect()
pyblish.util.integrate(context)

{{ file.mtime }}

IntegrationOrder
Context
results
Link
Context
context
plugins