ayon-core/openpype/tools/creator/constants.py
2021-11-12 22:37:45 +01:00

11 lines
237 B
Python

from Qt import QtCore
FAMILY_ROLE = QtCore.Qt.UserRole + 1
ITEM_ID_ROLE = QtCore.Qt.UserRole + 2
SEPARATOR = "---"
SEPARATORS = {"---", "---separator---"}
# TODO regex should be defined by schema
SubsetAllowedSymbols = "a-zA-Z0-9_."