Commit graph

5312 commits

Author SHA1 Message Date
Roy Nieterau
2047e38aae Access through the private member 2025-05-21 23:28:50 +02:00
Roy Nieterau
00c34602e2 Add setting to define a minimum amount of characters required for a comment on every publish 2025-05-21 23:17:21 +02:00
Jakub Trllo
316c7e7e38 remove unnecessary f string 2025-05-21 19:47:53 +02:00
Jakub Trllo
4b1f1a9584 add typehints 2025-05-21 19:45:39 +02:00
Jakub Trllo
80d3255863 fix return type 2025-05-21 19:45:33 +02:00
Jakub Trllo
44da9f5a0d add type-hints to '_prepare_ayon_launcher_env' 2025-05-21 19:41:53 +02:00
Jakub Trllo
ecec0aa69d use logger formatting 2025-05-21 19:39:11 +02:00
Jakub Trllo
b1e4598fbd remove duplicated animation start 2025-05-21 19:35:58 +02:00
Jakub Trllo
e971ffd09c use success from response 2025-05-21 18:27:58 +02:00
Jakub Trllo
1de2eccedb Unified messages a little 2025-05-21 18:27:48 +02:00
Jakub Trllo
3e4a1d7118 use toast messages 2025-05-21 18:25:03 +02:00
Jakub Trllo
c88fc655b2
Merge branch 'develop' into feature/107-webactions-in-launcher-tool 2025-05-21 17:40:56 +02:00
Ynbot
3df127ec3b [Automated] Update version in package.py for develop 2025-05-21 07:26:06 +00:00
Ynbot
0e49ada807 [Automated] Add generated package files from main 2025-05-21 07:25:28 +00:00
Mustafa Jafar
8d9c8f4e91
Merge branch 'develop' into unify-and-speed-up-copying 2025-05-19 11:43:46 +03:00
Jakub Jezek
7a5e7a96f1
Fixes frame string formatting for transcoding
Ensures the frame string used for transcoding includes the correct padding,
based on the collection's padding attribute. This resolves issues where
the output file sequence name was not correctly formatted, leading to
transcoding failures.
2025-05-16 17:50:26 +02:00
Ondřej Samohel
eaff123bdb
Merge remote-tracking branch 'origin/feature/911-new-traits-based-integrator' into feature/911-new-traits-based-integrator 2025-05-14 18:50:52 +02:00
Ondřej Samohel
4d6f5be7f5
📝 some fixes, mostly docstrings 2025-05-14 18:50:39 +02:00
Jakub Ježek
4574ed4d3f
Merge branch 'develop' into bugfix/colorspace-fallback-type-error 2025-05-14 16:33:24 +02:00
Jakub Jezek
9b8229fa81
Fixes: Uses correct fallback data key
The code now uses the correct key ("fallback_type") to access the
fallback type from the configuration data, ensuring the correct config
path is retrieved when no product is found.
2025-05-14 16:29:49 +02:00
Jakub Jezek
f5f1452872
Fixes ffmpeg seek argument
Corrects the ffmpeg command-line argument for specifying the seek position. It changes from '--ss' to '-ss', which is the correct flag.
2025-05-14 10:20:21 +02:00
Jakub Jezek
d01afd073a
Simplifies debug log message
Removes unnecessary f-string formatting in a debug log message
within the thumbnail extraction process. This simplifies the
log output and improves readability.
2025-05-13 16:06:53 +02:00
Jakub Ježek
4fd344dc5a
Merge branch 'develop' into bugfix/AY-7730_thumbnail-creation-for-single-frame-video_1249 2025-05-13 16:03:42 +02:00
Ondřej Samohel
334863f801
Merge branch 'develop' into feature/911-new-traits-based-integrator 2025-05-13 15:58:19 +02:00
Petr Kalis
72360e55fe
Merge branch 'develop' into enhancement/fill_gaps_in_extract_review 2025-05-13 12:48:43 +02:00
Ondřej Samohel
0508b841d0
🐶 fix ruff 2025-05-13 12:20:43 +02:00
Ondřej Samohel
ae9c6d4218
Update client/ayon_core/pipeline/publish/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-13 12:17:01 +02:00
Ondřej Samohel
54c10cd6da
Update client/ayon_core/pipeline/publish/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-13 12:16:12 +02:00
Ondřej Samohel
52c03faf4b
add function to get traits from addons 2025-05-12 17:51:27 +02:00
Ondřej Samohel
30c08ad2c2
📝 fix some typos 2025-05-12 17:50:50 +02:00
Ondřej Samohel
371bd0eb2a
Merge remote-tracking branch 'origin/develop' into feature/911-new-traits-based-integrator 2025-05-12 17:15:32 +02:00
Jakub Ježek
e4f14aba30
Merge branch 'develop' into AY-7447_plate-review-video-quality-encoding-is-too-poor_1232 2025-05-12 14:58:12 +02:00
Jakub Ježek
2ac35d6dd8
Apply suggestions from code review
Co-authored-by: Robin De Lillo <robin@ynput.io>
2025-05-12 14:57:42 +02:00
Jakub Jezek
9791fda4f6
Applied suggestions from @iLLiCiTiT
Ensures that any generated thumbnail files that are empty
are removed to prevent issues with subsequent processing
or storage.
2025-05-12 14:02:45 +02:00
Jakub Jezek
f0be8cd877
Applied suggestions from @iLLiCiTiT
Simplifies the ffmpeg command construction by moving the seek position argument to the beginning of the command list if a seek position is specified, leading to a clearer and more maintainable structure. This also ensures that the output path is always the last argument passed to ffmpeg.
2025-05-12 13:57:09 +02:00
Jakub Ježek
57b808e924
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-12 13:46:54 +02:00
Ondřej Samohel
ee7d045413
♻️ refactor function name and remove speedcopy fallback 2025-05-09 17:15:38 +02:00
Ondřej Samohel
0d7ced6fc6
Update client/ayon_core/plugins/publish/integrate_hero_version.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-09 16:44:55 +02:00
Ondřej Samohel
35ffa87e01
Merge branch 'develop' into unify-and-speed-up-copying 2025-05-09 16:44:19 +02:00
Ondřej Samohel
7e73b7d1ad
Merge branch 'develop' into enhancement/fill_gaps_in_extract_review 2025-05-09 16:02:15 +02:00
Jakub Trllo
c7faefa994 reverse the replacements 2025-05-09 14:22:00 +02:00
Jakub Trllo
73a45f5f6f more config fields conversion fixes 2025-05-09 11:59:46 +02:00
Petr Kalis
9bf848f1a8 Create explicit_frames.txt as temp file 2025-05-09 11:30:24 +02:00
Jakub Trllo
5f18f638d3 formatting fix 2025-05-09 10:59:23 +02:00
Jakub Jezek
824dc0cc81
Improves readability of resolution display
Updates the format of resolution items displayed in the publisher's attribute for better readability.

Removes an unused import from server settings.
2025-05-09 10:50:20 +02:00
Jakub Trllo
131b4fb619 safe key access 2025-05-09 10:32:04 +02:00
Jakub Jezek
4c5cc4923c
Merge branch 'develop' into enhancement/AY-7197_override-resolution-on-editorial-publish_1243 2025-05-08 17:36:57 +02:00
Jakub Jezek
753960ca9a
Refactors explicit resolution collection
Changes the collector order to ensure correct execution.

Renames the "Override Resolution" label to "Force product resolution" for clarity.

Removes default resolution values from server settings. The explicit resolution is intended to be defined on the instance level, not as a global default.
2025-05-08 17:33:08 +02:00
Jakub Ježek
93b59710b2
Apply suggestions from code review
Co-authored-by: Robin De Lillo <robin@ynput.io>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-08 17:27:52 +02:00
Jakub Trllo
d5063e0042 convert default values to correct type 2025-05-07 17:59:21 +02:00