mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
separated parts from window to widgets and constants
This commit is contained in:
parent
459c3d4cb5
commit
96acb06ffd
3 changed files with 122 additions and 117 deletions
11
openpype/tools/creator/constants.py
Normal file
11
openpype/tools/creator/constants.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
from Qt import QtCore
|
||||
|
||||
|
||||
FamilyRole = QtCore.Qt.UserRole + 3
|
||||
ExistsRole = QtCore.Qt.UserRole + 4
|
||||
PluginRole = QtCore.Qt.UserRole + 5
|
||||
|
||||
Separator = "---separator---"
|
||||
|
||||
# TODO regex should be defined by schema
|
||||
SubsetAllowedSymbols = "a-zA-Z0-9_."
|
||||
Loading…
Add table
Add a link
Reference in a new issue