Commit graph

57 commits

Author SHA1 Message Date
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
Roy Nieterau
430f0428a2 Add tooltips 2022-02-24 10:52:15 +01:00
Roy Nieterau
0b9e669d3b Fix typos in class name and functions 2022-02-24 10:49:28 +01:00
Roy Nieterau
c5d737faad Draft implementation of Update all to latest button 2022-02-24 10:47:57 +01:00
Jakub Trllo
7835055ec5
Merge pull request #2608 from BigRoy/cosmetics2
Cosmetics: Fix some more grammar and typos in code (openpype/tools)
2022-01-31 14:53:36 +01:00
Roy Nieterau
dab508c7ca Fix type name for 'representation' 2022-01-30 22:17:17 +01:00
Roy Nieterau
20bc784698 Fix typos/grammar mistakes. 2022-01-30 22:03:34 +01:00
iLLiCiTiT
9dfa2b732a fix indentation 2021-11-18 10:31:39 +01:00
iLLiCiTiT
74d7dea47b move comment 2021-11-18 10:29:00 +01:00
iLLiCiTiT
5c4693394a moved ui logic earlier 2021-11-18 10:24:22 +01:00
iLLiCiTiT
469adb56ad set style to SearchCombobox 2021-11-18 10:24:11 +01:00
iLLiCiTiT
449d296d57 split _get_current_output_repre_ids into more submethods 2021-11-18 09:53:42 +01:00
iLLiCiTiT
3ee5e3ec40 moved modification from avalon PR 2021-11-16 19:15:51 +01:00
iLLiCiTiT
912ad165d5 added new button with menu 2021-11-16 19:15:36 +01:00
iLLiCiTiT
215bfd7c47 fixed too long line 2021-11-16 12:03:59 +01:00
iLLiCiTiT
797d5d2d9a set stretch of switch dialog layout 2021-11-16 11:53:37 +01:00
iLLiCiTiT
280560652d more cleanup in code and imports 2021-11-16 11:07:33 +01:00
iLLiCiTiT
3a3e83e589 moved proxy into model.py 2021-11-16 10:48:32 +01:00
iLLiCiTiT
fadfcacc36 renamed checkbox variable 2021-11-16 10:48:18 +01:00
iLLiCiTiT
0c7a0a04c4 removed avalon tools import 2021-11-16 10:48:07 +01:00
iLLiCiTiT
6c75aa2fd7 moved sync server lib function to scene inventory lib 2021-11-16 10:38:26 +01:00
iLLiCiTiT
f4d070bce0 minor reorganizations and renaming 2021-11-16 10:37:59 +01:00