Commit graph

50 commits

Author SHA1 Message Date
Jakub Trllo
b48e7ebfe4 AYON: Preparation for products (#5038)
* removed settings of IntegrateAssetNew

* added 'active' to 'ValidateEditorialAssetName' plugin settings

* removed unused 'families_to_review' setting from tvpain

* implemented product name -> subset and product type -> family conversion

* fixed most of conversion utils related to subsets

* removed unused constants

* anatomy templates are handling folder and product in templates

* handle all possible template changes of asset, subest and family in settings

* updated ayon api

* updated fixed ayon api

* added conversion functions for representations

* fixed 'get_thumbnail' compatibility

* use del to handle ayon mode in intput links

* changed labels in UI based on AYON mode

* updated ayon_api with 0.2.0 release code
2023-07-11 18:13:50 +02:00
Jakub Trllo
d8d99f8bd8 use qtpy in loader 2022-12-21 13:51:33 +01: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
578a0469c9 pass project name to plugin install 2022-04-04 17:57:27 +02:00
Jakub Trllo
c8a886d6ce added install_openpype_plugins into load cli 2022-04-04 17:52:23 +02:00
Jakub Trllo
331f87bd15 changed usages of registered host and config 2022-04-01 19:41:18 +02:00
Jakub Trllo
5e5fc4ec55 removed silo references 2022-03-22 12:31:14 +01:00
Jakub Trllo
38b6ad8042 Loader UI is using registering callback from init 2022-03-07 12:21:53 +01:00
Jakub Trllo
502785021e moved events to openpype.lib 2022-03-05 08:30:29 +01:00
Jakub Trllo
9c111fa9d4 use new event system in openpype 2022-03-04 19:01:31 +01:00
Jakub Trllo
4748e111a2 hound fixes 2022-02-16 10:40:03 +01:00
Jakub Trllo
19bfb53ad9 don't use ItemRole in loader 2022-02-16 10:38:05 +01:00
Jakub Trllo
cd6dc59f14 asset underline colors can be cleared again 2022-02-15 18:14:48 +01:00
Jakub Trllo
30b8908d6b fix selected items 2022-02-15 18:13:41 +01:00
Roy Nieterau
20bc784698 Fix typos/grammar mistakes. 2022-01-30 22:03:34 +01:00
Roy Nieterau
2cbe986f9f Fix error when clicking on empty Subset area in Loader after having a Subset selected.
- Also reorder the code so variables are closer to where they are used to avoid confusion
2021-12-31 14:09:25 +01:00
iLLiCiTiT
611c9bb792 use PlaceholderLineEdit where placeholder is set 2021-12-02 15:50:48 +01:00
iLLiCiTiT
7e7a9c42cb use right import of qt_app_context function 2021-11-24 21:52:26 +01:00
iLLiCiTiT
c461592ff7 use asset widget in loader and library loader 2021-11-17 22:55:34 +01:00
iLLiCiTiT
042880e75e center loader and library loader on show 2021-11-08 17:22:46 +01:00
Petr Kalis
9b529ce589 OP-1206 - fix no repres_widget issue without sync server 2021-10-25 17:56:40 +02:00
iLLiCiTiT
3158710d43 removed fixed height of footer widget 2021-10-22 12:28:58 +02:00
iLLiCiTiT
1b10ef39fd resize loader after showing 2021-10-21 17:17:24 +02:00
iLLiCiTiT
a2397f48f0 set stylesheet on first show 2021-10-21 12:40:33 +02:00
iLLiCiTiT
b642d770e5 reorganize initialization 2021-10-21 10:44:28 +02:00
iLLiCiTiT
844f6490a8 Merge branch 'develop' into feature/OP-1776_Loader-UI-refactor-and-use-OpenPype-style 2021-10-21 09:51:17 +02:00
iLLiCiTiT
dd0ed45d53 changed order of setting stylesheet 2021-10-20 15:36:33 +02:00
iLLiCiTiT
95838d120a use openpype stylesheet 2021-10-20 12:32:23 +02:00
iLLiCiTiT
54a8b9d811 removed "widget" key from data 2021-10-20 11:28:54 +02:00
iLLiCiTiT
584fd49e7b renamed subset widget and do not store it to data 2021-10-18 10:34:13 +02:00
iLLiCiTiT
658c4a1b6f rename asset widget and do not store it to data 2021-10-18 10:21:44 +02:00
iLLiCiTiT
6947c68bfe renamed 'asset_filter_splitter' to 'left_side_splitter' 2021-10-18 10:13:27 +02:00
iLLiCiTiT
a85c93cc0f rename families filter view and do not store it into data 2021-10-18 10:12:18 +02:00
iLLiCiTiT
c90cf1765c renamed thumbnail widget and do not store it into data 2021-10-18 10:06:05 +02:00
iLLiCiTiT
e144e3d9fd renamed version info widget and do not store it into data 2021-10-18 10:03:47 +02:00
iLLiCiTiT
98a6225e5f renamed 'footer' to 'footer_widget' 2021-10-15 19:17:04 +02:00
iLLiCiTiT
6d49ebf3a8 change split to main_splitter 2021-10-15 19:16:16 +02:00
iLLiCiTiT
893ae73437 fix repres widget 2021-10-15 19:13:51 +02:00
iLLiCiTiT
514e49ff23 simplified message showing without scheduler 2021-10-15 19:07:28 +02:00
iLLiCiTiT
9eaa0a5a38 pass parenting of widget properly in main window 2021-10-15 18:58:37 +02:00
iLLiCiTiT
3ae3ec1185 tools are always on top if don't have set parent 2021-10-14 19:00:32 +02:00
iLLiCiTiT
1ca05efbaa hound fixes 2021-09-17 19:34:55 +02:00
iLLiCiTiT
e731003664 fix class name 2021-09-17 19:30:59 +02:00
iLLiCiTiT
62b975dde2 update family filters on context change 2021-09-17 19:26:52 +02:00
iLLiCiTiT
5c1f34a7eb families filtering by asset added to library loader 2021-09-17 16:37:26 +02:00
iLLiCiTiT
e6abb640d7 added ability to return families of current subsets 2021-09-17 16:22:25 +02:00
iLLiCiTiT
7696fbd2de pass refreshed to subset widget 2021-09-17 16:21:43 +02:00
iLLiCiTiT
d960ec7e23 defined family view, model and proxy model 2021-09-17 14:52:30 +02:00
iLLiCiTiT
c8ee348422 moved loader, library loader and related widgets to openpype tools 2021-09-17 11:07:19 +02:00