Commit graph

78 commits

Author SHA1 Message Date
kaamaurice
76352bdfea fix error dialog missing parent arg 2023-05-05 15:07:30 +02:00
Jakub Trllo
ed1fd82ff2
Scene inventory: Model refresh fix with cherry picking (#4895)
* fix bug in model refresh

* fix signal callbacks

* rename '_refresh_callback' to '_on_refresh_request'
2023-04-24 13:16:38 +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
86184a8ee0
Tools: Fix recursive filtering (#4597)
* check for 'filterRegExp' first

* use recursive filtering option if is available
2023-03-13 11:20:59 +01:00
Jakub Trllo
81ed872905 apply suggested changes 2023-02-24 18:53:33 +01:00
iLLiCiTiT
cba1b46765 don't use ObjectId in switch dialog 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
9c01caf9be again fix constant changes 2023-01-17 13:51:08 +01:00
Jakub Trllo
bc61b450db use right constants 2023-01-16 11:19:24 +01:00
Jakub Trllo
940cb35e0d fix usage of filteregexp 2022-12-21 15:55:05 +01:00
Jakub Trllo
7cd57e051a support new method for regex filtering 2022-12-21 15:19:57 +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
9c229fa213 Remove "saveWindowPref" property 2022-09-27 15:34:10 +02:00
Jakub Trllo
a7a65aae63
Merge pull request #3658 from BigRoy/manager_add_subsetgroup_column
Scene Inventory: Add subsetGroup column
2022-09-08 13:56:36 +02:00
Roy Nieterau
694a075792
Refactor subsetGroup column name to group
Co-authored-by: Milan Kolar <mkolar@users.noreply.github.com>
2022-08-18 11:45:01 +02:00
Jakub Trllo
61e8d7e9f1 use 'get_projects' instead of 'projects' method on AvalonMongoDB 2022-08-15 19:14:01 +02:00
Roy Nieterau
551f34a873 Add subsetGroup column to scene inventory 2022-08-12 14:25:29 +02:00
Roy Nieterau
2cf01d8605 Fix Scene Inventory select actions 2022-08-12 13:44:13 +02:00
Jakub Trllo
918ee53183 renamed 'get_referenced_containers' -> 'get_containers' 2022-06-27 14:10:35 +02:00
Jakub Trllo
779f4230bc use new method names based on inheritance in workfiles tool and sceneinventory 2022-06-23 17:16:55 +02:00
Jakub Trllo
27b8f77855 fix scene inventory 2022-06-13 16:06:21 +02:00
Jakub Trllo
bae1e38112 fix kwargs name in switch dialog 2022-06-09 10:59:04 +02:00
Jakub Trllo
a48d77e609 conver repres cursor to list 2022-06-09 10:53:15 +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
ba6ef6d2ae split 'get_last_version_for_subset' into 'get_last_version_by_subset_id' and 'get_last_version_by_subset_name' 2022-06-07 18:23:44 +02:00
Jakub Trllo
0d5cc529d5 renamed 'get_version' to 'get_version_by_id' 2022-06-07 17:18:21 +02:00
Jakub Trllo
9456dac8b9 separated function get_subset into 2 separated functions 2022-06-07 16:44:26 +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
a05755e832 use schema from openpype 2022-04-13 18:10:40 +02:00
Jakub Trllo
905eccdc41 fixed registered host callbacks 2022-04-06 13:58:53 +02:00
Jakub Trllo
5402a99634 fix imports in scene inventory 2022-03-24 13:31:38 +01: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
256286c55f fix tooltip of buttons in scene inventory 2022-03-16 10:37:51 +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
9bbaf42a3b use functions for colors in tools 2022-03-14 15:26:08 +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
e27896f4bb Remove unused import 2022-03-04 15:00:17 +01:00
Roy Nieterau
10fb4f68b9
Remove log
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-03-04 14:59:29 +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