mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
reduced projection
This commit is contained in:
parent
b722d180e2
commit
637011e99f
1 changed files with 1 additions and 5 deletions
|
|
@ -265,16 +265,12 @@ class AssetModel(QtGui.QStandardItemModel):
|
|||
|
||||
# Asset document projection
|
||||
_asset_projection = {
|
||||
"type": 1,
|
||||
"schema": 1,
|
||||
"name": 1,
|
||||
"parent": 1,
|
||||
"data.visualParent": 1,
|
||||
"data.label": 1,
|
||||
"data.tags": 1,
|
||||
"data.icon": 1,
|
||||
"data.color": 1,
|
||||
"data.deprecated": 1
|
||||
"data.color": 1
|
||||
}
|
||||
|
||||
def __init__(self, dbcon, parent=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue