-
Notifications
You must be signed in to change notification settings - Fork 1
Context.append
Marcus Ottosson edited this page Nov 25, 2015
·
3 revisions
Append Instances to a Context.
A context may contain both content and metacontent, added via .append()
and .data[]
respectively.
The contents of a Context is the instances, and it's data global information about the environment in which publishing occurs, such as time of day or currently logged on user.
import pyblish.api as pyblish
context = pyblish.Context()
instance = pyblish.Instance(name="MyInstance")
context.append(instance)
Language, software and platform agnostic, feature film-strength quality assurance for content.
Table of contents
Data
API
- AbstractEntity
- Context
- Instance
- Plugin
- ContextPlugin
- InstancePlugin
- Collector
- Validator
- Extractor
- Integrator
- discover
- plugin_paths
- registered_paths
- configured_paths
- environment_paths
- register_host
- registered_hosts
- deregister_host
- deregister_all_hosts
- register_plugin_path
- deregister_plugin_path
- deregister_all_paths
- register_test
- deregister_test
- registered_test
- plugins_by_instance
- register_plugin
- deregister_plugin
- registered_plugins
- deregister_all_plugins
- register_service
- deregister_service
- registered_services
- deregister_all_services
- plugins_by_instance
- plugins_by_family
- plugins_by_host
- instances_by_plugins
- current_host
- format_filename
- sort
- config
- log