mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
use is_new attribute
This commit is contained in:
parent
656c0f87c9
commit
15c5361733
1 changed files with 1 additions and 1 deletions
|
|
@ -804,7 +804,7 @@ class HierarchyModel(QtCore.QAbstractItemModel):
|
|||
|
||||
to_process.put(item)
|
||||
|
||||
if item.asset_id is None:
|
||||
if item.is_new:
|
||||
insert_list.append(item)
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue