Commit graph

473 commits

Author SHA1 Message Date
robin@ynput.io
acaae18966 Merge branch 'develop' into feature/AY-971_Use-custom-staging-dir-functions 2024-11-18 15:23:28 -05:00
Jakub Ježek
a42fff3c4c
Merge branch 'develop' into bugfix/AY-7105_colorspacedata-not-correctly-distributed-from-clips 2024-11-12 15:58:19 +01:00
Jakub Ježek
235949b867
Update client/ayon_core/plugins/publish/collect_otio_review.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-11-12 15:58:08 +01:00
Jakub Jezek
a7908a46e9
Update handling of missing otioReviewClips data
- Handle case where otioReviewClips is missing by logging a message.
2024-11-11 12:50:05 +01:00
Joseph HENRY
ad25aa7b52 Use open -R for opening explorer on MacOS 2024-11-07 12:47:24 +01:00
Jakub Jezek
46c6511c50
Refactor debug log in color transcoding function
Removed unnecessary debug log statement from color transcoding function.
2024-11-07 09:25:22 +01:00
Jakub Jezek
e0e541b24a
Refactor colorspace extraction logic
- Removed unnecessary closing parenthesis in colorspace extraction method.
2024-11-06 15:57:24 +01:00
Jakub Jezek
0ff9ae65d8
Refactor ExtractOTIOReview class inheritance and add colorspace handling
- Refactored class inheritance for ExtractOTIOReview
- Added handling for colorspace data in representation creation
2024-11-06 15:50:38 +01:00
Jakub Jezek
3a71bbca29
Add colorspace data extraction to representation loop
Extracts colorspace data from instance data and sets it in the representation loop for processing.
2024-11-06 15:49:13 +01:00
Jakub Jezek
6a635b9d5e
Update color transcoding process with debug log messages.
- Add debug logs for files to convert, transcoded file, and input path.
2024-11-06 15:49:03 +01:00
Jakub Jezek
83f28bf184
Refactor plugin to include Colormanaged mixin
The code changes refactor the plugin to include a Colormanaged mixin for managing colorspace data in representations. The mixin is added to the existing plugin class.
2024-11-06 15:48:30 +01:00
Jakub Jezek
68db3d9c11
Add logic to extract colorspace from metadata if available.
- Extract colorspace from media metadata for review clips.
- Update instance data with the extracted colorspace information.
2024-11-06 15:48:19 +01:00
Roy Nieterau
249dd1a2e8
Merge branch 'develop' into enhancement/usd_contribution_attributes_per_instance_toggle 2024-10-29 00:37:32 +01:00
Jakub Trllo
37f2a6bb33 use kwarg to pass subtype 2024-10-28 17:43:06 +01:00
Roy Nieterau
11bb657d35 Do not try to continue with logic if the instance isn't valid for the plug-in anyway 2024-10-24 22:10:25 +02:00
Jakub Jezek
81e2170dd4
Merge branch 'develop' into feature/AY-971_Use-custom-staging-dir-functions 2024-10-24 15:03:52 +02:00
Roy Nieterau
5f7d6bd313 Merge branch 'enhancement/usd_contribution_attributes_per_instance_toggle' of https://github.com/BigRoy/ayon-core into enhancement/usd_contribution_attributes_per_instance_toggle 2024-10-23 23:46:32 +02:00
Roy Nieterau
92e43fc45b Fix variable names + simplify logic 2024-10-23 23:44:24 +02:00
Roy Nieterau
d797b78fca
Merge branch 'develop' into enhancement/usd_contribution_attributes_per_instance_toggle 2024-10-23 23:38:38 +02:00
Jakub Trllo
d15740e33f fix import 2024-10-15 15:30:50 +02:00
Jakub Trllo
e175121d0a fix typo 2024-10-15 13:55:38 +02:00
Jakub Trllo
ebdd757c66 fix imports 2024-10-15 13:55:24 +02:00
Jakub Trllo
f1a1e77134 added new function to calculate representation delivery data 2024-10-15 12:23:11 +02:00
Ondřej Samohel
36541c5aae
🎨 add unreal to hosts
unreal can do local rendering/publishing and without it, it is missing thumbnail.
2024-10-11 17:45:41 +02:00
Roy Nieterau
3bbd29dafc Show/hide attributes per instance based on status of other toggles 2024-10-06 15:14:22 +02:00
robin
0ab128b3bf Add rounding support for OTIO <= 0.16.0 2024-10-02 16:10:27 -04:00
robin
41302936c2 Fix multiple review clips in OTIO review plugins with tests. 2024-10-02 11:06:29 -04:00
Jakub Jezek
05291b2fe9
ruff suggestions 2024-10-02 11:51:21 +02:00
Jakub Ježek
029cbe4fa0
Merge branch 'develop' into bugfix/#895_fix_otio_subset_resources_img_sequence 2024-10-02 11:32:04 +02:00
Mustafa Jafar
8bbd03d54d
Merge branch 'develop' into enhancement/simplify_ExtractOIIOTranscode_settings 2024-10-02 10:45:52 +03:00
robin@ynput.io
abd0e7dddc Add backward-compatibility for relative source ranges. 2024-10-01 17:47:38 -04:00
Robin De Lillo
93793655ea
Update client/ayon_core/plugins/publish/extract_otio_review.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-10-01 08:00:43 -04:00
Roy Nieterau
89a4d5062f Merge branch 'develop' of https://github.com/ynput/ayon-core into bugfix/AY-6775_deliver_versions_udim
# Conflicts:
#	client/ayon_core/plugins/load/delivery.py
2024-09-30 23:37:01 +02:00
robin@ynput.io
beee0efab3 Adjust feedback from PR. 2024-09-30 09:59:01 -04:00
Jakub Trllo
931f6b312d
Merge branch 'develop' into enhancement/integrator_log_full_path_filename 2024-09-30 13:10:47 +02:00
Roy Nieterau
ceea08636b Add validate file saved for Cinema4D 2024-09-26 17:06:34 +02:00
Mustafa Jafar
4f1202e3a9
Merge branch 'develop' into enhancement/simplify_ExtractOIIOTranscode_settings 2024-09-26 11:57:59 +03:00
robin@ynput.io
ee95a198aa Merge branch 'develop' into bugfix/#895_fix_otio_subset_resources_img_sequence 2024-09-25 16:20:23 -04:00
robin@ynput.io
ee749d052e Merge branch 'develop' into bugfix/#895_fix_extract_otio_review 2024-09-25 16:18:02 -04:00
robin@ynput.io
7a83b8ec97 Add test for tail handles only. 2024-09-25 13:06:28 -04:00
Petr Kalis
efb69ddef1
Merge branch 'develop' into bugfix/AY-2275_sync-dependent-representations-when-loading-maya-file 2024-09-25 17:38:47 +02:00
Jakub Ježek
d5929ceae5
Merge branch 'develop' into enhancement/simplify_ExtractOIIOTranscode_settings 2024-09-25 14:33:16 +02:00
Roy Nieterau
af836269f6
Merge branch 'develop' into enhancement/integrator_log_full_path_filename 2024-09-25 12:40:45 +02:00
robin@ynput.io
4b27971a8e Adjust comment. 2024-09-24 17:26:37 -04:00
robin@ynput.io
6d31cd723c Add unit tests. 2024-09-24 17:14:42 -04:00
robin@ynput.io
77fac00ecc Make it work even with image sequence and embedded timecodes. 2024-09-24 12:50:52 -04:00
Petr Kalis
7c16023409
Fix docstring type definition
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-09-24 14:49:20 +02:00
Petr Kalis
5189ee7724 Added docstrings 2024-09-24 12:45:37 +02:00
Petr Kalis
d93c114d14 Fix querying of loadedVersions
It si only in context.data, without it 'reference' links (of loaded containers) won't be created.
2024-09-24 12:45:18 +02:00
Jakub Ježek
201c91a28b
Merge branch 'develop' into bugfix/#895_fix_otio_subset_resources_img_sequence 2024-09-24 10:34:04 +02:00