Commit graph

42815 commits

Author SHA1 Message Date
Petr Kalis
d21c77cd8a Merge remote-tracking branch 'origin/enhancement/fill_gaps_in_extract_review' into enhancement/fill_gaps_in_extract_review 2025-04-28 11:52:56 +02:00
Petr Kalis
4dff902f57 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/fill_gaps_in_extract_review 2025-04-25 17:16:28 +02:00
Roy Nieterau
192f2ca6ab
Merge pull request #1257 from BigRoy/bugfix/extract_oiio_transcode_fix_holes_check 2025-04-25 08:32:03 +02:00
Petr Kalis
026ec64196
Fix typo
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-04-24 14:19:53 +02:00
Roy Nieterau
a6831d1553
Merge branch 'develop' into bugfix/extract_oiio_transcode_fix_holes_check 2025-04-24 14:06:21 +02:00
Petr Kalis
e5d673c020 Reverted unwanted commenting out 2025-04-24 13:23:40 +02:00
Petr Kalis
4a38e1175f Fix rendering explicit frames
This seems only safe way
2025-04-24 13:20:33 +02:00
Petr Kalis
5410d69ad2 Simplified fill_root logic
I must be wrong in my previous tests, it works even this simple way.
2025-04-24 12:09:54 +02:00
Jakub Ježek
bc911f4dbc
Merge branch 'develop' into enhancement/AY-7197_override-resolution-on-editorial-publish_1243 2025-04-24 11:44:40 +02:00
Jakub Jezek
468ab32b9a
Remove unused import and add trailing commas 2025-04-24 11:44:43 +02:00
Petr Kalis
e9d3462da2 Fix description 2025-04-24 11:39:44 +02:00
Petr Kalis
bc509fcf00 Simplified querying for old repre 2025-04-24 11:37:26 +02:00
Roy Nieterau
80e0fa6b17 Correctly check whether sequence has any frames in the returned holes collection.
As per [`clique.Collection.holes` documentation](https://clique.readthedocs.io/en/stable/api_reference/collection.html#clique.collection.Collection.holes):
> Return Collection of missing indexes.
2025-04-23 20:05:59 +02:00
Petr Kalis
fe78983491 Fix condition 2025-04-23 14:53:56 +02:00
Petr Kalis
f73c6eccef Simplified argument 2025-04-23 14:29:17 +02:00
Petr Kalis
23bd9706d6 Replaced Union with Optional 2025-04-23 14:20:45 +02:00
Petr Kalis
3e042f4bcd Fixed return type 2025-04-23 14:17:19 +02:00
Petr Kalis
1836daad62 Refactor condition 2025-04-23 14:14:04 +02:00
Petr Kalis
ed2d0baaf2 Renamed key 2025-04-23 14:12:43 +02:00
Petr Kalis
6a28c7d38b Merge remote-tracking branch 'origin/enhancement/fill_gaps_in_extract_review' into enhancement/fill_gaps_in_extract_review 2025-04-23 14:09:34 +02:00
Petr Kalis
b922ade041 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/fill_gaps_in_extract_review 2025-04-23 14:08:35 +02:00
Petr Kalis
24ec921ff6
Formatting change
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-23 14:08:18 +02:00
Petr Kalis
cc1ba078ed
Changed variable name
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-23 14:07:33 +02:00
Petr Kalis
6d008edbad
Refactor first file query
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-23 14:05:56 +02:00
Petr Kalis
46d27ff7a4
Formatting change
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-23 14:05:24 +02:00
Petr Kalis
c53de6d226
Formatting change
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-23 14:05:08 +02:00
Petr Kalis
71d37d8b59
Updated command creation
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-23 14:04:41 +02:00
Jakub Trllo
5810b4f719
Merge pull request #1191 from BigRoy/enhancement/remove_deprecated_stdout_broker_import
Remove deprecated `StdOutBroker` import fallback
2025-04-23 10:55:29 +02:00
Jakub Trllo
4141ce30b4 add compatible harmony addon version to package.py 2025-04-23 10:39:14 +02:00
Jakub Jezek
71dc3650ac
Adds explicit resolution override to publisher
Adds a plugin that allows users to explicitly override the resolution settings (width, height, pixel aspect) of instances during the publishing process.

This provides a way to ensure consistency and accuracy in resolution values across different tasks and product types.

The plugin is configurable through the AYON settings, allowing administrators to define the available resolution options and the product types for which the override is enabled.
2025-04-23 10:25:51 +02:00
Roy Nieterau
2fb258c0d1
Merge branch 'develop' into enhancement/remove_deprecated_stdout_broker_import 2025-04-23 10:02:15 +02:00
Jakub Trllo
62b835faf8
Merge pull request #1253 from ynput/bugfix/projects-filtering
Launcher tool: Check for all project filters
2025-04-22 15:24:52 +02:00
Jakub Trllo
922d19137c change order of filters 2025-04-22 15:19:48 +02:00
Jakub Trllo
a394624974 don't skip other validations for string match 2025-04-22 14:28:51 +02:00
Petr Kalis
ba80b3b9b4 Added flags for ffmpeg not skipping some frames because DTS 2025-04-17 17:31:08 +02:00
Jakub Jezek
bf44622c05
Improves thumbnail extraction reliability
Ensures thumbnail extraction falls back to the first frame if the initial attempt fails, handling potential issues with seek position calculation or output file creation. This enhances the robustness of the thumbnail creation process.
2025-04-17 12:55:02 +02:00
Petr Kalis
40e3b5d088 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/fill_gaps_in_extract_review 2025-04-17 12:51:15 +02:00
Jakub Jezek
ca12d13a40
Improves thumbnail extraction reliability
Enhances thumbnail extraction by retrying without seeking
if the initial attempt fails.

This addresses issues where the generated thumbnail file
is either missing or empty. It also calculates the seek position
more accurately and avoid seeking for very short videos.
2025-04-17 12:50:28 +02:00
Roy Nieterau
c1d7cde34d
Merge pull request #1248 from BigRoy/chore/remove_duplicate_code_get_legacy_product_name 2025-04-17 12:07:45 +02:00
Roy Nieterau
599ed3ab04
Merge branch 'develop' into chore/remove_duplicate_code_get_legacy_product_name 2025-04-17 12:04:07 +02:00
Roy Nieterau
644765cb85 Remove redundant duplicate lines of code 2025-04-16 22:03:02 +02:00
Roy Nieterau
28c9709a65
Merge pull request #1214 from BigRoy/enhancement/allow_disabling_removal_of_rendereed_files_on_farm 2025-04-16 21:54:10 +02:00
Roy Nieterau
8d25303333
Revert defaults so removal of rendered files is disabled by default 2025-04-16 21:53:17 +02:00
Roy Nieterau
1845556612
Merge branch 'develop' into enhancement/allow_disabling_removal_of_rendereed_files_on_farm 2025-04-16 16:05:11 +02:00
Jakub Trllo
b8d1f97c2a
Merge pull request #1244 from ynput/enhancement/ruff-add-preview
Chore: Ruff add preview and docstring convetion
2025-04-16 12:45:38 +02:00
Jakub Trllo
fb8ee108b5
Merge branch 'develop' into enhancement/ruff-add-preview 2025-04-16 12:37:23 +02:00
Jakub Trllo
d0999af4ef added aces subfolders 2025-04-16 11:14:55 +02:00
Jakub Trllo
1845c0a8ef
Merge pull request #1247 from ynput/bugfix/fix-variable-usage-in-thumbnail-extractor
Extract Thumbnail: Fix original intnetion of thumbnail created logging
2025-04-16 10:59:01 +02:00
Jakub Trllo
4f9f7724ac fix original intnetion of thumbnail created logging 2025-04-16 10:35:41 +02:00
Mustafa Jafar
a3d3865e78
Merge branch 'develop' into enhancement/allow_disabling_removal_of_rendereed_files_on_farm 2025-04-15 18:07:50 +02:00