Last updated 5 years ago
Was this helpful?
The primary processing mechanism of the .
This method may be overridden in your plug-in subclasses to process the current .
import pyblish.api class CollectInstances(pyblish.api.ContextPlugin): order = pyblish.api.CollectorOrder def process(self, context): context.create_instance("MyInstance")