Commit graph

338 commits

Author SHA1 Message Date
Jakub Trllo
a9280bd109
Merge branch 'develop' into feature/load-api 2025-11-26 17:50:04 +01:00
Jakub Trllo
30dda67e7c Merge branch 'develop' into enhancement/1416-loader-actions
# Conflicts:
#	client/ayon_core/tools/loader/ui/window.py
2025-11-12 18:32:48 +01:00
Roy Nieterau
e2c6687690 Preserve order when making unique to avoid error on R,G,B becoming B,G,R but the channels being using in R,G,B order in --ch argument 2025-11-11 16:46:04 +01:00
Roy Nieterau
f38a6dffba Avoid repeating input channel names if e.g. R, G and B are reading from Y channel 2025-11-11 16:40:59 +01:00
Jakub Trllo
0a67d9f511
Merge branch 'develop' into 989-ay-7315_extract-review-and-oiio-transcode-failing-to-transcode-media-blocking-publishes-2 2025-11-06 09:07:41 +01:00
Roy Nieterau
84db5d3965
Update client/ayon_core/lib/transcoding.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-11-05 23:00:22 +01:00
Jakub Trllo
64f511a43b don't use set for value conversion 2025-11-05 16:12:17 +01:00
Roy Nieterau
cb81a57ddd Allow visualizing Alpha only layers for review as a color matte 2025-10-30 22:31:49 +01:00
Roy Nieterau
ad5368eaa2 Merge branch 'develop' of https://github.com/ynput/ayon-core into 989-ay-7315_extract-review-and-oiio-transcode-failing-to-transcode-media-blocking-publishes-2
# Conflicts:
#	client/ayon_core/lib/transcoding.py
#	client/ayon_core/plugins/publish/extract_color_transcode.py
2025-10-30 20:57:29 +01:00
Mustafa Zaky Jafar
174807277a
Merge branch 'develop' into enhancement/1416-loader-actions 2025-10-30 22:08:38 +03:00
Jakub Trllo
ef0f5ac023 remove custom copy and deepcopy implementation 2025-10-23 11:06:35 +02:00
Jakub Trllo
e0f3a6f5d9
Merge branch 'develop' into enhancement/1416-loader-actions 2025-10-22 16:21:18 +02:00
Jakub Trllo
db11ba7437 add docstring 2025-10-22 14:59:30 +02:00
Jakub Trllo
3904944fdb
Merge branch 'develop' into feature/load-api 2025-10-21 17:18:43 +02:00
Jakub Trllo
a798d9b92b added helper function to get ayon user data 2025-10-20 18:01:40 +02:00
Jakub Trllo
f35521a943 rename 'DefaultValueDict' to 'DefaultKeysDict' 2025-10-20 18:00:00 +02:00
Jakub Trllo
4fca5bcde5 Implemented helper dict to handle str -> dict conversion 2025-10-20 17:04:56 +02:00
Jakub Trllo
0dd5620de6 better typehints 2025-10-20 16:27:23 +02:00
Petr Kalis
bd4381fe9b Moved fill_sequence_gaps_with_previous 2025-10-13 13:45:24 +02:00
Petr Kalis
1da4abc9bd
Fixed return
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-10-13 13:35:46 +02:00
Petr Kalis
1f88b90cba
Added return type
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-10-13 13:35:28 +02:00
Petr Kalis
c3de53ae5e
Removed import
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-10-13 13:35:09 +02:00
Petr Kalis
afe863e36b
Removed unnecessary parentheses
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-10-13 13:34:07 +02:00
Petr Kalis
951ea6286b
Removed unneeded import
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-10-13 13:33:32 +02:00
Petr Kalis
ef0af72632
Updated typin
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-10-13 13:33:12 +02:00
Petr Kalis
c046588ea8 Ruff 2025-10-10 16:40:38 +02:00
Petr Kalis
98d8417c73 Removed confusing message 2025-10-10 16:36:44 +02:00
Petr Kalis
3a0ba21117 Return attrib for frameStart query 2025-10-10 16:17:31 +02:00
Petr Kalis
b782212328 Extracted gap filling from last version 2025-10-10 16:04:20 +02:00
Jakub Trllo
6a38b35ea0
Merge branch 'develop' into feature/load-api 2025-10-10 14:29:32 +02:00
Jakub Trllo
0f7176c2d2 avoid duplicated code 2025-10-08 12:03:56 +02:00
Jakub Trllo
455db40985 allow 'rgba' layer name to be used if is available 2025-10-08 11:59:29 +02:00
Jakub Trllo
fa28301952
Merge branch 'develop' into enhancement/1416-loader-actions 2025-10-02 14:52:00 +02:00
Jakub Trllo
71da4a02ec added comments to safe import 2025-10-02 10:11:50 +02:00
Jakub Trllo
ab058d15c5 copy implementation from ayon api 2025-10-02 09:59:40 +02:00
Jakub Trllo
61011ecea0 use ayon api implementation of mime type 2025-10-02 09:53:51 +02:00
Jakub Trllo
a7dce28c34 moved track changed wrapper into ayon core lib 2025-09-23 11:36:36 +02:00
Jakub Trllo
291930b78d Merge branch 'develop' into enhancement/1416-loader-actions
# Conflicts:
#	client/ayon_core/tools/loader/control.py
2025-09-18 10:14:44 +02:00
Jakub Trllo
bd94d7ede6 move 'StrEnum' to lib 2025-08-20 15:36:39 +02:00
Jakub Jezek
c121f419cc
Merge branch 'develop' into bugfix/ocio-v2-aces1.3-display-resolving-error 2025-08-19 14:02:27 +02:00
Jakub Trllo
feab326a34
Merge branch 'develop' into bugfix/failing-keyring-backend 2025-07-31 14:44:15 +02:00
Jakub Trllo
1017becebd changed abstract class docstring 2025-07-31 11:21:26 +02:00
Jakub Trllo
83b109be28 fix cache again 2025-07-31 11:21:11 +02:00
Jakub Trllo
6433ada42c remove unnecessary overriden methods 2025-07-31 11:20:50 +02:00
Jakub Trllo
3c867c517c change value of json registry to 'str' 2025-07-31 11:20:08 +02:00
Jakub Trllo
473cf8b0c1 grammar fixes 2025-07-31 11:19:39 +02:00
Jakub Trllo
d4092c8e31 deprecated not passed name in 'AYONSettingsRegistry' 2025-07-31 11:02:12 +02:00
Jakub Trllo
b403db76e6 better order of methods 2025-07-31 11:01:52 +02:00
Jakub Trllo
1a46f2c027 remove unnecessary super call 2025-07-31 11:00:51 +02:00
Jakub Trllo
2013eea5c4 formatting change 2025-07-31 10:58:21 +02:00