Customisable icon to go with an Action.
Associate an FontAwesome icon with an action. Choose from the library of available icons on from the main website.
FontAwesome Library
class MyAction(pyblish.api.Action): icon = "close"
Last updated 6 years ago