Commit graph

44937 commits

Author SHA1 Message Date
jakubjezek001
ae5eea56fe
Add representation name filtering to OIIO transcode
Adds support for filtering which representations to transcode based on
regex patterns. The profile now accepts a list of representation name
patterns, and only matching representations will be processed. If no
patterns are specified, all representations are processed.
2025-12-18 10:10:48 +01:00
jakubjezek001
ca59ad7bf7
Add review family when review representation is added
Ensures that instances with added review representations are properly
tagged with the "review" family for downstream processing.
2025-12-18 10:05:35 +01:00
Roy Nieterau
55eb4cccbe Add soft compatibility requirement to ayon_third_party >=1.3.0 2025-12-12 10:44:46 +01:00
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
775b0724bf 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:22:04 +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
9ae72a1b21
Merge pull request #1599 from BigRoy/1598-publisher-create-enforces-current-task-if-no-task-is-selected-inside-dcc 2025-12-11 17:07:07 +01:00
Roy Nieterau
b6709f9859 Also remove fallback for current folder in _get_folder_path 2025-12-11 15:36:45 +01:00
Roy Nieterau
2aaca57672
Merge branch 'develop' into 1598-publisher-create-enforces-current-task-if-no-task-is-selected-inside-dcc 2025-12-11 15:33:47 +01:00
Jakub Trllo
3c22320c43
Merge pull request #1462 from ynput/enhancement/initial-support-for-folder-in-product-name
Chore: Initial support for folder template data in product name
2025-12-11 13:52:19 +01:00
Roy Nieterau
aff0ecf436 Fix #1598: Do not fallback to current task name 2025-12-10 20:29:10 +01:00
Jakub Trllo
17b09d608b unify indentation 2025-12-10 16:03:30 +01:00
Jakub Trllo
bceb645a80
fix typo
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-12-10 15:47:14 +01:00
Jakub Trllo
d4e5f96b3b upodate overload function 2025-12-10 15:46:48 +01:00
Jakub Trllo
5462c9516a
Merge branch 'develop' into enhancement/initial-support-for-folder-in-product-name 2025-12-10 13:45:46 +01:00
Roy Nieterau
31e6b5a139
Merge pull request #1594 from BigRoy/1593-yn-0303-thumbnail-and-review-colorspace-is-off 2025-12-10 10:47:20 +01:00
Roy Nieterau
9e34f628e6
Merge branch 'develop' into 1593-yn-0303-thumbnail-and-review-colorspace-is-off 2025-12-10 00:40:50 +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
8103135efd
Merge pull request #1587 from ynput/bugfix/1586-yn-0299-launcher-my-tasks-view-doesnt-refresh-on-new-assignments
Tools: Update my tasks filters on refresh
2025-12-09 15:04:42 +01:00
Jakub Trllo
8076615a5f use same approach in launcher as in other tools 2025-12-09 15:02:09 +01:00
Jakub Trllo
721c1fdd8d
Merge branch 'develop' into bugfix/1586-yn-0299-launcher-my-tasks-view-doesnt-refresh-on-new-assignments 2025-12-09 14:32:40 +01:00
Jakub Trllo
9ade73fb27 refresh my tasks in all tools 2025-12-09 14:28:35 +01:00
Jakub Trllo
f3a2cad425 refresh my tasks filters on refresh 2025-12-09 14:20:28 +01:00
Jakub Trllo
de3971ed56
Merge pull request #1585 from ynput/ayon_review_integrate_timeout_retries_and_fallback_with_help
Upload files: Added simple retries to upload of review and thumbnail
2025-12-09 14:17:58 +01:00
Jakub Trllo
ab78158d6e
Fixed typo and use debug level
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-12-09 14:17:00 +01:00
Jakub Trllo
5c17102d16 remove outdated docstring info 2025-12-09 12:38:51 +01:00
Jakub Trllo
dde471332f added more logs 2025-12-09 12:33:19 +01:00
Jakub Trllo
faff50ce33 don't use custom retries if are already handled by ayon api 2025-12-09 12:03:19 +01:00
Jakub Trllo
647d91e288 update docstring 2025-12-08 17:26:02 +01:00
Jakub Trllo
e0597ac6de remove unnecessary imports 2025-12-08 17:20:02 +01:00
Jakub Trllo
9b35dd6cfc remove unused variable 2025-12-08 17:16:16 +01:00
Jakub Trllo
989c54001c added retries in thumbnail integration 2025-12-08 16:53:30 +01:00
Jakub Trllo
699673bbf2 slightly modified upload 2025-12-08 16:40:13 +01:00
Jakub Trllo
f0bd2b7e98 use different help file for integrate review 2025-12-08 16:39:44 +01:00
Jakub Trllo
fb2df33970 added option to define different help file 2025-12-08 16:39:13 +01:00
Jakub Trllo
bd81f40156 Merge branch 'develop' into ayon_review_integrate_timeout_retries_and_fallback_with_help 2025-12-08 14:15:11 +01:00
Roy Nieterau
abc08e63c1
Merge pull request #1584 from ynput/bugfix/fix-kwarg-for-product-name 2025-12-06 22:08:51 +01:00
Jakub Trllo
cf28f96eda fix formatting in docstring 2025-12-05 17:49:11 +01:00
Jakub Trllo
b1db949ecc Merge branch 'develop' into enhancement/initial-support-for-folder-in-product-name
# Conflicts:
#	client/ayon_core/pipeline/create/product_name.py
2025-12-05 17:45:11 +01:00
Jakub Trllo
f665528ee7 fix 'product_name' to 'name' 2025-12-05 15:36:01 +01:00
Jakub Trllo
a657022919
Merge pull request #1583 from BigRoy/bugfix/fix_import_integrator
Integrator: Fix import
2025-12-05 12:25:39 +01:00
Roy Nieterau
f7f0005511 Fix import 2025-12-05 12:23:30 +01:00
Jakub Trllo
523ac20121
Merge pull request #1306 from ynput/enhancement/1297-product-base-types-creation-and-creator-plugins
🏛️Product base types: Support in Creator logic
2025-12-04 18:09:28 +01:00
Jakub Trllo
24ff7f02d6
Fix wrongly resolved line 2025-12-04 18:05:42 +01:00