API
Search…
API
1.6
Introduction
Plug-in System
Data
Environment Variables
Ordering
pyblish.util
pyblish.cli
pyblish.api
AbstractEntity
Context
Instance
Plugin
.hosts
.families
.label
.active
.order
.optional
.requires
.actions
.version
.match
ContextPlugin
InstancePlugin
Action
Category
Separator
discover
sort
register_gui
register_host
Powered By
GitBook
.requires
Specify plug-in dependencies.
Description
This attribute is used during the discovery of plug-ins to determine whether they are compatible with the given environment. For example, a plug-in may specify a value of
pyblish>=1.1
meaning it will only work with Pyblish 1.1 and above.
For syntax reference, see
iscompatible
.
Previous
.optional
Next
.actions
Last modified
2yr ago
Copy link
Contents
Description