Commit graph

368 commits

Author SHA1 Message Date
Roy Nieterau
2a7316b262 Type hints to the arguments 2025-12-12 10:40:10 +01:00
Roy Nieterau
fef45cebb3 Merge branch 'enhancement/transcoding_oiio_tool_for_ffmpeg_one_call' of https://github.com/BigRoy/ayon-core into enhancement/transcoding_oiio_tool_for_ffmpeg_one_call 2025-12-12 10:33:06 +01:00
Roy Nieterau
f9ca97ec71 Perform actual type hint 2025-12-12 10:32:54 +01:00
Roy Nieterau
af901213a2
Update client/ayon_core/lib/transcoding.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-12-12 10:31:54 +01:00
Roy Nieterau
11ecc69b35 Refactor _input -> input_item 2025-12-12 10:31:25 +01:00
Roy Nieterau
82427cb004 Fix merge conflicts 2025-12-12 10:21:45 +01:00
Roy Nieterau
197b74d1af Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/transcoding_oiio_tool_for_ffmpeg_one_call
# Conflicts:
#	client/ayon_core/plugins/publish/extract_color_transcode.py
2025-12-12 10:20:05 +01:00
Roy Nieterau
b1be956994 Also invert if target_colorspace, which means - always invert source display/view if we have any target colorspace or a display/view that differs from the source display/view 2025-12-10 00:38:49 +01:00
Roy Nieterau
f0e603fe7c Do not invert source display/view if it already matches target display/view 2025-12-10 00:30:16 +01:00
Jakub Trllo
235ba786ea
Merge branch 'develop' into chore/remove_unused_split_cmd_args 2025-12-01 10:30:34 +01:00
Roy Nieterau
8a0e1afcb3 Remove unused function: split_cmd_args 2025-11-28 23:16:02 +01:00
Jakub Ježek
bad910ee03
Merge branch 'develop' into bugfix/ociodisplay 2025-11-28 15:47:25 +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
Mustafa Zaky Jafar
bc54ddbc5e
Merge branch 'develop' into bugfix/ociodisplay 2025-11-07 11:16:41 +02: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
timsergeeff
960f3b0fb7
Merge branch 'develop' into bugfix/ociodisplay 2025-11-05 18:59:38 +03: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
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
timsergeeff
aabd9f7f50
Update client/ayon_core/lib/transcoding.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-10-10 21:55:23 +03:00
timsergeeff
2541f8909e
Update client/ayon_core/lib/transcoding.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-10-10 21:55:18 +03:00
timsergeeff
7ef330c3f4
Update client/ayon_core/lib/transcoding.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-10-10 21:55:12 +03: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
timsergeeff
0db3f67eb3
Remove unnecessary blank lines in transcoding.py 2025-10-10 15:06:51 +03:00
timsergeeff
862049d995
Refactor color conversion logic in transcoding.py 2025-10-10 13:00:09 +03: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