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
Jakub Trllo
0cbdda1a5e
store the values into variables
2025-05-07 17:41:51 +02:00
Jakub Trllo
839eecc5fd
remove unused variable
2025-05-07 17:41:37 +02:00
Jakub Trllo
6bcf514ba2
add TypeError to avoid typehint issues
2025-05-07 17:22:21 +02:00
Jakub Trllo
d7d3d1b376
log traceback
2025-05-07 17:13:53 +02:00
Jakub Trllo
cd63538522
fix variable name
2025-05-07 17:12:59 +02:00
Jakub Trllo
0fc29ae46f
show form correctly
2025-05-07 17:09:00 +02:00
Jakub Trllo
bb168a1186
actually fill form correctly
2025-05-07 17:08:45 +02:00
Jakub Trllo
1a7b137f59
better detection of ayon url
2025-05-07 17:08:28 +02:00
Jakub Trllo
27dc51a090
enhance actions utils in loader
2025-05-07 17:08:08 +02:00
Jakub Trllo
c29d14d029
use markdown label for attribute definitions label
2025-05-07 17:07:51 +02:00
Jakub Trllo
149c9049a2
added markdown label
2025-05-07 17:07:34 +02:00
Jakub Trllo
34dcc7840b
added more options to attribute definitions dialog
2025-05-07 16:37:39 +02:00
Jakub Trllo
4728258a76
download image from url
2025-05-07 16:37:20 +02:00
Jakub Trllo
acd591691b
better download uri handling
2025-05-07 14:15:56 +02:00
Jakub Trllo
c7526b590f
revert dialog conditions
2025-05-07 14:07:40 +02:00
Jakub Trllo
83386806c7
basic implementation of webactions handling
2025-05-07 14:05:18 +02:00
Jakub Trllo
34d66c65bc
split trigger or action and webaction
2025-05-07 14:04:35 +02:00
Jakub Trllo
a93c877827
Merge branch 'develop' into feature/107-webactions-in-launcher-tool
2025-05-07 10:33:29 +02:00
Ondrej Samohel
d5fc06c5ff
Merge branch 'develop' into feature/AY-2218_Plugin-hooks-Loader-and-Scene-Inventory
2025-05-07 09:59:33 +02:00
Ondřej Samohel
2d4acc643f
Merge branch 'develop' into feature/AY-2218_Plugin-hooks-Loader-and-Scene-Inventory
2025-05-07 09:35:55 +02:00
Petr Kalis
d934430d9e
Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/fill_gaps_in_extract_review
2025-05-05 16:08:06 +02:00
Petr Kalis
8ef5c45eba
Generate blank frame only if necessary
2025-05-05 16:05:26 +02:00
Ynbot
7511007861
[Automated] Update version in package.py for develop
2025-05-02 12:52:33 +00:00
Ynbot
0063465626
[Automated] Add generated package files from main
2025-05-02 12:51:59 +00:00
Ondrej Samohel
917e32cb13
♻️ remove unnecessary type hinting
2025-05-02 14:47:46 +02:00
Ondrej Samohel
624dfcccad
♻️ some refactoring
2025-05-02 14:46:23 +02:00
Ondřej Samohel
edabad6c13
Update client/ayon_core/hooks/pre_remove_launcher_paths.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-30 19:07:30 +02:00
Ondřej Samohel
1f48b1568d
Update client/ayon_core/hooks/pre_remove_launcher_paths.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-30 19:02:55 +02:00
Ondrej Samohel
cd7c4a3778
♻️ make checks safer
2025-04-30 17:20:44 +02:00
Ondrej Samohel
52d0cc8748
✨ add hook to filter paths
2025-04-30 17:00:09 +02:00
Jakub Trllo
2513741639
Merge branch 'develop' into feature/107-webactions-in-launcher-tool
2025-04-29 16:59:53 +02:00
Jakub Trllo
0914cc3900
Merge branch 'develop' into enhancement/remove_deprecated_convert_for_ffmpeg
2025-04-29 16:45:17 +02:00
Jakub Trllo
119b271cb7
Merge branch 'develop' into enhancement/loaderplugin_drop_self_fname
2025-04-29 16:43:02 +02:00
Jakub Trllo
abe038ee16
bump version to 1.1.9+dev
2025-04-29 16:13:02 +02:00