diff --git a/openpype/pipeline/create/creator_plugins.py b/openpype/pipeline/create/creator_plugins.py index d273f4cdb1..8e85ffb0ad 100644 --- a/openpype/pipeline/create/creator_plugins.py +++ b/openpype/pipeline/create/creator_plugins.py @@ -188,6 +188,9 @@ class Creator(BaseCreator): # Label shown in UI label = None + # Icon shown in UI + icon = None + # Short description of family description = None