Create Instances for a given Context.
Create an instance and automatically make it a child of the calling context, returns the newly created Instance.
import pyblish.api context = pyblish.api.Context() instance = context.create_instance(name="MyInstance")
{{ file.mtime }}
Last updated 4 years ago