We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Provide users with the ability to skip plug-ins.
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.