Commit graph

42632 commits

Author SHA1 Message Date
Roy Nieterau
d9920fb891
Merge branch 'develop' into enhancement/loaderplugin_drop_self_fname 2025-04-29 15:53:34 +02:00
Roy Nieterau
5d8e3e37c1 Cosmetics 2025-04-29 15:53:00 +02:00
Roy Nieterau
0f977b9284 Add addon version compatibility 2025-04-29 15:52:48 +02:00
Jakub Trllo
f51c54f2b2
Merge pull request #1251 from ynput/enhancement/AY-6764_review-and-thumbnail-cannot-be-produced-independently
Try extract thumbnail from available representations on instance
2025-04-29 15:45:27 +02:00
Jakub Trllo
26e084dc27
Merge branch 'develop' into enhancement/AY-6764_review-and-thumbnail-cannot-be-produced-independently 2025-04-29 15:41:18 +02:00
Jakub Trllo
65e84206b8
Merge pull request #1259 from ynput/enhancement/ruff-config-file
Chore: Ruff config file and ruff version
2025-04-29 15:38:12 +02:00
Kayla Man
6d517d5e87
Update client/ayon_core/plugins/publish/extract_thumbnail.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-29 20:41:01 +08:00
Kayla Man
c32cdba660
Update client/ayon_core/plugins/publish/extract_thumbnail.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-29 20:40:50 +08:00
Jakub Trllo
591bf7c57b bump ruff version 2025-04-29 14:01:01 +02:00
Jakub Trllo
2cb2a71e51 remove outdated paths 2025-04-29 13:31:07 +02:00
Jakub Trllo
87514ba2e3 remove ruff config from pyproject.toml 2025-04-29 13:30:02 +02:00
Jakub Trllo
9f7f1ed314 added target python 2025-04-29 13:29:43 +02:00
Jakub Trllo
79dbdb38e2 added linting details 2025-04-29 13:29:36 +02:00
Jakub Trllo
644f79bf0d added specific ignores 2025-04-29 13:29:17 +02:00
Jakub Trllo
212a918b31 added base ruff config file 2025-04-29 13:25:49 +02:00
Kayla Man
4bb0e14106
Update client/ayon_core/plugins/publish/extract_thumbnail.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-04-29 19:10:01 +08:00
Roy Nieterau
011b786c78
Merge branch 'develop' into enhancement/loaderplugin_drop_self_fname 2025-04-29 13:06:24 +02:00
Kayla Man
c0db02f7b5 improve the check on the valid representations for thumbnail creation 2025-04-29 17:14:14 +08:00
Kayla Man
625e782d7e improve the docstring 2025-04-29 16:32:17 +08:00
Kayla Man
637b157fd3 rename self._is_valid_media_repre to self._is_valid_image_repre 2025-04-29 16:24:28 +08:00
Kayla Man
59e986dde2 add debug message into self._is_valid_media_repre 2025-04-29 16:23:27 +08:00
Kayla Man
f47c0b4027 If there is no valid review representation for thumbnail creation, make sure the representation is with the image content so that it can create thumbnail 2025-04-29 16:21:40 +08: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
Roy Nieterau
a6831d1553
Merge branch 'develop' into bugfix/extract_oiio_transcode_fix_holes_check 2025-04-24 14:06:21 +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
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
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
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
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
Jakub Ježek
3429d5914f
Merge pull request #1242 from ynput/bugfix/AY-7717_nuke-multiple-intermediate-fails-thumbnail-in-integrator_1241
Fixes thumbnail creation logic
2025-04-15 16:35:13 +02:00
Jakub Ježek
602a17999d
Merge branch 'develop' into bugfix/AY-7717_nuke-multiple-intermediate-fails-thumbnail-in-integrator_1241 2025-04-15 15:50:47 +02:00
Jakub Jezek
d5f599b811
Fixes thumbnail creation logic for multiple reps
Resets the `repre_thumb_created` flag for each representation to ensure that thumbnails are correctly generated for all reviewable representations when multiple are present.
This prevents the logic from skipping subsequent representations after the first one successfully creates a thumbnail.
2025-04-15 14:45:36 +02:00
Jakub Trllo
dc6bb42013 define docstyle convention 2025-04-14 17:56:33 +02:00
Jakub Trllo
b0ac87b7b1 handle unused variables 2025-04-14 17:56:21 +02:00
Jakub Trllo
486be39faa fix whitespaces 2025-04-14 17:55:48 +02:00
Jakub Trllo
b403fccf05 fix new line chars 2025-04-14 17:54:45 +02:00
Jakub Trllo
b5961dcb92 enable preview in ruff linting 2025-04-14 17:52:25 +02:00