Commit graph

15 commits

Author SHA1 Message Date
Jakub Trllo
70d8c72c96
Scene Inventory tool: Refactor Scene Inventory tool (for AYON) (#5758)
* propagate 'set_deselectable' in 'FoldersWidget'

* propagate more public functionality of 'FoldersWidget'

* initial commit

duplicated current sceneinventory to ayon_sceneinventory

* implemented basic controller helper

* use the controller in UI

* minor modifications

* initial changes of switch dialog

* moved 'get_containers' to controller

* refresh scene inventory after show

* fix passed argument to InventoryModel

* removed vertical expanding

* tweaks of folder input

* initial changes in switch dialog

* fix selection of folder

* use new scene inventory in host tools

* fix the size policy of FoldersField

* fix current context folder id

* fix current folder change

* renamed asset > folder and subset > product

* removed duplicated methods after rebase

* removed unused import

* formatting fix

* try to query only valid UUID

* query all containers documents at once

* validate representation ids in view too

* use 'container' variable instead of 'item'
2023-10-13 13:38:55 +02:00
Jakub Trllo
b24b4a9d5f
Loader: Hide inactive versions in UI (#5100)
* Function 'get_last_versions' have active filter

* filter in active versions in loader
2023-06-08 11:54:41 +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
459ed76ae2 fix access to 'CE_ItemViewItem' constant 2023-01-16 18:02:20 +01:00
Jakub Trllo
b5b8119f49 use class attributes from classes 2022-12-21 15:54:46 +01:00
Jakub Trllo
3468a285c1 use qtpy in remaining qt utils 2022-12-21 13:52:52 +01:00
Jakub Trllo
7109d932ec replace queries in tools 2022-06-04 21:08:42 +02:00
Jakub Trllo
bfbf7c8d54 removed redundant line 2022-03-22 14:48:16 +01:00
Jakub Trllo
2a9a490105 simplified pretty time delegate 2022-03-21 11:21:45 +01:00
Jakub Trllo
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36:17 +01:00
Jakub Trllo
6a03efa7e6 added warning image to resources and utils function to load it 2022-01-26 11:18:22 +01:00
iLLiCiTiT
e6a396ba3f removed unused asset related classes 2021-11-24 21:46:14 +01:00
iLLiCiTiT
0f62d59d5d use colors in asset delegate from openpype style 2021-10-20 18:35:33 +02:00
iLLiCiTiT
cf5bf6f49c fixed few hounds 2021-09-17 12:14:49 +02:00
iLLiCiTiT
c8ee348422 moved loader, library loader and related widgets to openpype tools 2021-09-17 11:07:19 +02:00