Commit graph

206 commits

Author SHA1 Message Date
Jakub Trllo
2701d4bf8a removed unnecessary reset call 2024-04-04 16:46:15 +02:00
Jakub Trllo
4a04bd1397 fix update of context change 2024-04-04 16:35:49 +02:00
Jakub Trllo
7670a9ce46 rename files too 2024-04-04 11:47:16 +02:00
Jakub Trllo
e1b22cbe8d use same variable naming in rest of codebase 2024-04-04 11:44:17 +02:00
Jakub Trllo
ccc3c1710a use 'sitesync' over 'sync_server' 2024-04-04 11:01:48 +02:00
Jakub Trllo
9f8b65d977
Merge pull request #297 from ynput/feature/AY-1103_Applications-addon
Chore: Applications addon
2024-04-02 15:47:07 +02:00
Jakub Trllo
27793cef1f added helper object to handle selection in launcher 2024-03-28 16:06:57 +01:00
Jakub Trllo
e7021fa424 fix import in launcher model 2024-03-28 11:23:53 +01:00
Jakub Trllo
2a833834d1 modified launcher to be able to handle applications actions 2024-03-27 18:34:35 +01:00
Jakub Trllo
b38f7132ca Merge branch 'develop' into enhancement/cleanup-imports
# Conflicts:
#	client/ayon_core/hosts/maya/plugins/publish/validate_node_no_ghosting.py
2024-03-27 14:42:24 +01:00
Jakub Trllo
499dd39f85 removed unused imports 2024-03-27 12:05:59 +01:00
Jakub Trllo
908e17430c fix typos in codebase 2024-03-27 11:46:07 +01:00
Jakub Trllo
553407a4bd move workfile utils functions to workfile pipeline code 2024-03-25 18:45:48 +01:00
Jakub Trllo
e8d3e569d1 added some docstrings and comments 2024-03-25 17:48:55 +01:00
Jakub Trllo
28db94fd7e fix work with templates in workfiles tool 2024-03-25 17:33:10 +01:00
Jakub Trllo
1271b74f43
Merge pull request #202 from BigRoy/bugfix/inventory_latest_version
Bugfix: Consider Hero versions correctly for checking outdated
2024-03-25 16:46:44 +01:00
Jakub Trllo
5de6f56c71
Merge pull request #190 from ynput/enhancement/AY-1229_Anatomy-can-use-template-categories
Anatomy: Use AYON template categories
2024-03-25 16:39:42 +01:00
Roy Nieterau
44641bc630 Fix displaying HeroVersionType in version delegate 2024-03-25 15:37:22 +01:00
Roy Nieterau
11f5d9d571 Fix docstring 2024-03-25 15:24:57 +01:00
Roy Nieterau
e735c5dc72 Simplify further 2024-03-25 15:20:12 +01:00
Roy Nieterau
910c79f886 Remove redundant logic 2024-03-25 15:18:28 +01:00
Roy Nieterau
d6958ee4ec Merge branch 'bugfix/inventory_latest_version' of https://github.com/BigRoy/ayon-core into bugfix/inventory_latest_version 2024-03-25 15:13:11 +01:00
Roy Nieterau
5d9fe5d86f Use HeroVersionType instead of negative version number check 2024-03-25 15:12:52 +01:00
Roy Nieterau
ccb00be0b3
Update client/ayon_core/tools/sceneinventory/model.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-03-25 15:11:30 +01:00
Roy Nieterau
b8d1377904 Do not consider hero versions outdated ever 2024-03-25 14:35:16 +01:00
Roy Nieterau
88e81cca22 Remove unused import 2024-03-20 10:40:42 +01:00
Roy Nieterau
bb5f83f6c4 Refactor ayon_api.get_last_versions already returns dict by productId 2024-03-20 10:15:01 +01:00
Roy Nieterau
81eed5a9eb Merge remote-tracking branch 'upstream/develop' into bugfix/inventory_latest_version 2024-03-20 09:58:19 +01:00
Roy Nieterau
a71ea3a3e3 Use more specific api call 2024-03-20 09:58:07 +01:00
Roy Nieterau
0c96c8f76a Fix fields for getting last versions 2024-03-20 01:26:36 +01:00
Roy Nieterau
5ee980041a Fix outdated highlighting and filtering state for non-hero and hero version
- Also optimize the query of highest version by doing one query per product id instead of one per representation id
2024-03-19 23:44:44 +01:00
Jakub Trllo
e5fe964178 use new method name and fix issues with string conversions 2024-03-19 14:26:05 +01:00
Jakub Trllo
9770d8ffa9 use new location of tools models 2024-03-18 18:02:13 +01:00
Jakub Trllo
20a9d4f972 move models to 'common_models' in tools 2024-03-18 18:01:45 +01:00
Jakub Trllo
95a67b666f import widgets from new locations 2024-03-18 17:59:41 +01:00
Jakub Trllo
fb3df8c806 move ayon utils widgets to utils 2024-03-18 17:59:09 +01:00
Jakub Trllo
ed268ccec6 move ayon_utils utils to tools utils 2024-03-18 17:58:16 +01:00
Jakub Trllo
b66dded411 fix file template conversion 2024-03-18 15:55:37 +01:00
Jakub Trllo
36daddd4ce Merge branch 'develop' into enhancement/AY-1229_Anatomy-can-use-template-categories 2024-03-18 13:59:29 +01:00
Jakub Trllo
19b350686b Merge branch 'develop' into enhancement/AY-1226_Use-AYON-entities 2024-03-14 18:47:52 +01:00
Jakub Trllo
9bf5859f67 places using anatomy templates are awared about categories 2024-03-14 18:46:40 +01:00
Jakub Jezek
1d2848af45
old publisher settings stored in core 2024-03-13 22:05:24 +01:00
Jakub Trllo
242b38b3d9 add margin to left to offset content from scroll bar 2024-03-13 14:38:24 +01:00
Jakub Trllo
2a3185a9cb Merge branch 'develop' into enhancement/AY-1226_Use-AYON-entities 2024-03-13 12:54:39 +01:00
Jakub Trllo
30b854128e change scrollbar stylesheet to avoid issues 2024-03-13 12:29:47 +01:00
Jakub Trllo
513882e6d9 fix get_products call in scene inventory 2024-03-12 17:00:37 +01:00
Jakub Trllo
5f86e9eaba copy and open of published workfile should work 2024-03-12 16:12:12 +01:00
Jakub Trllo
7e9dfd5b47 'get_product_name' now expects 'task_name' and 'task_type' 2024-03-11 12:11:22 +01:00
Jakub Trllo
d4a8ada569 fix dictionary loop 2024-03-11 11:52:02 +01:00
Jakub Trllo
1428e84b11 removed assetlinks widgets 2024-03-08 17:29:22 +01:00