Skip to content
Marcus Ottosson edited this page Apr 28, 2015 · 3 revisions

Provide users with the ability to skip plug-ins.




Introduction

Plug-ins can be made optional by adding a particular attribute to your plug-ins.

class MyPlugin(...):
   optional = True

When a plug-in is optional, it will allow artists to choose whether or not it should perform any processing.