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