Branching II
Let's look at a more interesting branching technique.
In this case, PrintInstances
will run once for every instance. That's because we subclassed InstancePlugin instead of ContextPlugin.
These two superclasses form the foundation upon which all of Pyblish is built, we'll have a much closer look these at in the following examples.
[Instance]: https://github.com/pyblish/pyblish.api/wiki/Instance
Last updated