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
  • Introduction
  • Help fill in the gaps

Was this helpful?

Introduction

NextPlug-in System

Last updated 5 years ago

Was this helpful?

image

Welcome to the API documentation for Pyblish.

This section contains a listing of available classes, functions and attributes via pyblish.api.

>>> import pyblish.api
>>> pyblish.api.discover()
["<class 'collect_current_date.CollectCurrentDate>"]

Introduction

Use this API documentation as reference for specific parts of Pyblish.

Problem?

If you encounter a problem with this guide, either..

  1. Hover over a paragraph and click the + button.

Help fill in the gaps

Gain access to the cloud based editor with which to edit pages and make improvements, live.

import pyblish.api
for member in dir(pyblish.api):
  print(member)

{{ file.mtime }}

Let us know on .

Submit an issue .

Fix it yourself, but submitting .

The content of this book is accurate, but incomplete. You can help add and maintain via Git and GitHub, or by signing up to the host of this book, , and volunteering as an editor.

Find available API members in or by printing it from an interpreter.

the forums
on GitHub
a pull-request
this documentation
GitBook
api.py