Commit graph

30 commits

Author SHA1 Message Date
kaamaurice
76352bdfea fix error dialog missing parent arg 2023-05-05 15:07:30 +02:00
Roy Nieterau
71a28cb760
Scene inventory: Fix code errors when "not found" entries are found (#4594)
* Avoid VersionDelegate error if version value is not set, e.g. for NOT FOUND instances

* Ignore items without `representation` data

* Add not found items per container into the model like regular containers

* Do not provide set version + remove options for NOT FOUND items
2023-03-21 10:09:36 +01:00
Jakub Trllo
81ed872905 apply suggested changes 2023-02-24 18:53:33 +01:00
iLLiCiTiT
3ae3d01a20 Don't use ObjectId in scene inventory view 2023-02-24 18:53:33 +01:00
Jakub Trllo
bc61b450db use right constants 2023-01-16 11:19:24 +01:00
Jakub Trllo
8e19d0957d use class attributes from classes instead of objects 2022-12-21 15:19:40 +01:00
Jakub Trllo
e6a7de5133 use qtpy in scene inventory 2022-12-21 13:49:00 +01:00
Roy Nieterau
2cf01d8605 Fix Scene Inventory select actions 2022-08-12 13:44:13 +02:00
Jakub Trllo
39ea438d7d fix typo in passed kwarg 2022-06-09 10:51:33 +02:00
Jakub Trllo
6b9a1b834d convert queried cursor to list in scene inventory 2022-06-09 10:48:29 +02:00
Jakub Trllo
cde47eefa8 renamed 'get_representation' to 'get_representation_by_id' 2022-06-07 18:27:54 +02:00
Jakub Trllo
0d5cc529d5 renamed 'get_version' to 'get_version_by_id' 2022-06-07 17:18:21 +02:00
Jakub Trllo
0d38c76f54 separated functions to query asset by name and id 2022-06-07 16:28:53 +02:00
Jakub Trllo
7109d932ec replace queries in tools 2022-06-04 21:08:42 +02:00
Jakub Trllo
213ab8a811 replaced avalon imports in tools 2022-04-14 12:32:24 +02:00
Jakub Trllo
ac6182c792 Merge branch 'develop' into enhancement/OP-2925_move-remaining-plugins 2022-03-22 16:14:22 +01:00
Jakub Trllo
93eca512b8 use ObjectId imported from bson instead of avalon.io 2022-03-18 16:23:00 +01:00
Jakub Trllo
0710540aa4 changed imports of moved plugins/actions 2022-03-18 13:17:19 +01:00
Jakub Trllo
348ccc68b1 Merge branch 'develop' into enhancement/OP-2848_move-loader-logic-from-avalon-to-openpype 2022-03-15 11:45:28 +01:00
Jakub Trllo
8f998f06e8 use openpype style on scene inventory error dialog 2022-03-14 17:24:57 +01:00
Jakub Trllo
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36:17 +01:00
Jakub Trllo
a051a5dc4b added qtawesome and qtpy into poetry lock 2022-03-07 17:42:34 +01:00
Roy Nieterau
882a17b04a Move update all logic to from window to view 2022-03-04 11:50:36 +01:00
Roy Nieterau
0cb74b40a3 Merge branch 'develop' of https://github.com/pypeclub/OpenPype into manager_update_all 2022-03-04 11:26:57 +01:00
Jakub Trllo
4f0001c4f3 replace usages of avalon.tools with use classes from openpype.tools 2022-03-02 13:48:47 +01:00
Roy Nieterau
0b9e669d3b Fix typos in class name and functions 2022-02-24 10:49:28 +01:00
iLLiCiTiT
280560652d more cleanup in code and imports 2021-11-16 11:07:33 +01:00
iLLiCiTiT
f4d070bce0 minor reorganizations and renaming 2021-11-16 10:37:59 +01:00
iLLiCiTiT
a10fc7e492 reorganized initialization 2021-11-15 19:21:56 +01:00
iLLiCiTiT
87cdaa829c moved View to separated file 2021-11-15 19:11:11 +01:00