mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use folder path in publisher
This commit is contained in:
parent
c505513b05
commit
1ac66764d4
4 changed files with 56 additions and 10 deletions
|
|
@ -36,6 +36,7 @@ ASSET_ID_ROLE = QtCore.Qt.UserRole + 1
|
|||
ASSET_NAME_ROLE = QtCore.Qt.UserRole + 2
|
||||
ASSET_LABEL_ROLE = QtCore.Qt.UserRole + 3
|
||||
ASSET_UNDERLINE_COLORS_ROLE = QtCore.Qt.UserRole + 4
|
||||
ASSET_PATH_ROLE = QtCore.Qt.UserRole + 5
|
||||
|
||||
|
||||
class AssetsView(TreeViewSpinner, DeselectableTreeView):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue