Petr Kalis
d473118d39
Used clique method
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-03-11 18:19:34 +01:00
Petr Kalis
d665b9a575
Merge branch 'develop' of https://github.com/ynput/ayon-core into bugfix/AY-7215_Explicit-frames-are-renamed-as-sequence
2025-03-10 09:53:01 +01:00
Roy Nieterau
149256e503
Merge branch 'develop' into 1171-ay-7562_allow-to-set-default-enabled-state-for-usd-contributions
2025-03-05 22:08:07 +01:00
Roy Nieterau
1f415d66e3
Allow setting the default USD Contribution enabled state per profile in settings
2025-03-05 00:51:46 +01:00
MustafaJafar
8bf17b8e52
remove usage of a deprecated tag: thumb-nuke
2025-03-04 20:15:25 +02:00
Petr Kalis
d150377092
Fix gaps in color transcode
...
Create sequence only if no gaps.
2025-02-28 10:08:21 +01:00
Petr Kalis
ab3fdea704
Renamed new variable to hasExplicitFrames
2025-02-27 13:17:02 +01:00
Petr Kalis
a3f3a88c04
Merge branch 'develop' of https://github.com/ynput/ayon-core into bugfix/AY-7215_Explicit-frames-are-renamed-as-sequence
2025-02-26 13:12:41 +01:00
Petr Kalis
080e86ee6e
Do frame recalculation only for not explicit_frames
...
`explicit_frames` denotes that artist wants to render only specific frames. Could be set in Publisher UI.
2025-02-26 13:11:04 +01:00
Petr Kalis
85c33580f1
Revert "Removed frame recalculation"
...
This reverts commit d8c023d0a1 .
2025-02-26 13:02:28 +01:00
Petr Kalis
d8c023d0a1
Removed frame recalculation
...
Maybe temporary commit as this naive approach won't be possible.
Existing code recalculated/renamed rendered files according to values in AYON DB. This limits explicit render of selected only frames.
2025-02-24 15:14:32 +01:00
robin@ynput.io
5db6eff319
Merge branch 'develop' into feature/AY-7125_advanced-editorial-publish-to-ayon-38
2025-02-19 14:35:16 +01:00
Roy Nieterau
602faa81dc
Add Task Types profiles filtering for defaults (note that it uses current context, not the task type from the instance)
2025-02-18 17:41:52 +01:00
Roy Nieterau
b9cc8c3507
Move the profile defaults to settings
2025-02-18 17:28:10 +01:00
Roy Nieterau
3105869857
Merge branch 'develop' into enhancement/attributes_by_families
2025-02-18 11:14:18 +01:00
Roy Nieterau
e9a4268cf7
Merge branch 'develop' into enhancement/extract_otio_review_adding_representation_log_debug
2025-02-17 19:23:21 +01:00
Roy Nieterau
279df284ff
Change to debug log, because it's not very nice artist-facing information
2025-02-17 16:22:36 +01:00
Roy Nieterau
5564863371
Cosmetics
2025-02-17 16:12:15 +01:00
Roy Nieterau
8c8205a4e6
Fix doubled quotes around outer elements
2025-02-17 16:11:51 +01:00
Jakub Ježek
47f80ddb4d
Merge branch 'develop' into feature/AY-7125_advanced-editorial-publish-to-ayon-38
2025-02-12 15:31:27 +01:00
Mustafa Jafar
a77b6432d8
Merge branch 'develop' into enhancement/attributes_by_families
2025-02-11 16:12:04 +02:00
robin@ynput.io
d0364cbec3
Fix lint.
2025-02-11 10:47:12 +01:00
robin@ynput.io
929e2465fc
Merge branch 'develop' into feature/AY-7125_advanced-editorial-publish-to-ayon-38
2025-02-11 10:44:44 +01:00
robin@ynput.io
396424c225
Pull latest changes.
2025-02-11 10:44:28 +01:00
robin@ynput.io
6bb4937c0a
Consolidate frame range detection from collect_otio_frame_ranges plugin.
2025-02-11 10:39:35 +01:00
Jakub Trllo
4b51f6479f
change added version
2025-02-07 12:16:03 +01:00
Jakub Trllo
ccd5e44784
keep filling 'AYON_DEFAULT_SETTINGS_VARIANT' for now
2025-02-07 11:52:03 +01:00
Jakub Trllo
cdf7af65bf
pass 'AYON_USE_STAGING' instead of 'AYON_DEFAULT_SETTINGS_VARIANT'
2025-02-07 11:20:56 +01:00
Kayla Man
bfcfa264d9
add substance designer as being part of the hosts in extract thumbnail
2025-02-05 16:57:59 +08:00
robin@ynput.io
8ff67e6f38
Merge branch 'develop' into bugfixes/AY-6975_retimes_consolidations
2025-02-03 14:55:14 +01:00
robin@ynput.io
07ccade3a4
Fix lint.
2025-02-03 14:54:29 +01:00
robin@ynput.io
e12fa847c9
Address feedback from PR.
2025-02-03 11:29:34 +01:00
Robin De Lillo
0293d74618
Update client/ayon_core/plugins/publish/collect_otio_review.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-02-03 11:25:34 +01:00
Jakub Jezek
22769ef460
Refactor frame range handling for clarity
...
- Improved readability by breaking long lines into multiple lines.
- Removed unused variable related to shot duration from source.
- Cleaned up code structure in the frame range collection process.
2025-01-30 15:05:32 +01:00
Jakub Jezek
de82d8b60c
Add handling for clips without available ranges
...
- Added a check for available range in OTIO clips.
- Improved logging to inform when a clip has no available range.
- Adjusted source range collection logic based on availability.
2025-01-30 11:26:46 +01:00
Jakub Ježek
1c943d78e9
Merge branch 'develop' into feature/AY-7125_advanced-editorial-publish-to-ayon-38
2025-01-30 11:15:53 +01:00
Jakub Jezek
888e81fac8
Fix OTIO frame range handling and add compatibility
...
- Added backward compatibility for Hiero OTIO exporter.
- Implemented rounding for floating rates to avoid precision issues.
- Rescaled source ranges based on available range rates.
- Updated calculations for source start, end, and handles.
2025-01-30 11:12:37 +01:00
Jakub Ježek
f91baa0e1e
Update client/ayon_core/plugins/publish/collect_otio_frame_ranges.py
...
Co-authored-by: Robin De Lillo <robin@ynput.io>
2025-01-30 10:58:04 +01:00
Jakub Ježek
be5eb08d2b
Update client/ayon_core/plugins/publish/collect_otio_frame_ranges.py
...
Co-authored-by: Robin De Lillo <robin@ynput.io>
2025-01-30 10:57:21 +01:00
robin@ynput.io
fd63c97f4e
Address feedback from PR.
2025-01-29 19:56:34 +01:00
robin@ynput.io
3f691607e5
Fix [clip_media] reviewable.
2025-01-29 19:33:43 +01:00
robin@ynput.io
3731e1226a
Fix lint + log message.
2025-01-29 12:36:00 +01:00
robin@ynput.io
d25c4701d1
Fix Version follow up from Workfile set by hosts.
2025-01-29 12:04:38 +01:00
robin@ynput.io
0d12dadbb1
Merge branch 'develop' into bugfixes/AY-6975_retimes_consolidations
2025-01-27 13:04:32 +01:00
Jakub Jezek
971c4aef43
Refactor OTIO frame range collection plugin
...
Merged multiple plugins into a single one for collecting OTIO frame ranges.
- Unified handling of timeline, source media, and retimed clip ranges.
- Updated class name and docstrings for clarity.
- Simplified process method to streamline range collection logic.
2025-01-24 14:52:25 +01:00
Jakub Ježek
f90bc8f6b7
Update client/ayon_core/plugins/publish/collect_otio_frame_ranges.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-01-24 14:42:11 +01:00
robin@ynput.io
35ec3dd487
Merge branch 'develop' into bugfixes/AY-6975_retimes_consolidations
2025-01-22 21:06:13 +01:00
robin@ynput.io
8dc243f2fe
Address feedback from PR.
2025-01-22 21:03:41 +01:00
Roy Nieterau
8ff94c0abe
Merge branch 'develop' into enhancement/add_borisfx_silhouette_support
2025-01-21 13:50:46 +01:00
Kayla Man
86469d063c
Merge branch 'develop' into enhancement/add_substance_designer_support
2025-01-21 18:42:33 +08:00