.label
Provide an alternative, human-readable name of a plug-in.
Introduction
Graphical user interfaces use the label as an alternative name for better readability. For example, you can use spaces and preserve case of a label.
Example
import pyblish.api
class MyCollector(pyblish.api.ContextPlugin):
label = "My Collector"
{{ file.mtime }}
Last updated
Was this helpful?