Jakub Trllo
7d06cc00bd
Merge pull request #1074 from ynput/enhancement/avoid-knowledge-about-render-job-id
...
Chore: Avoid knowledge about render job id in metadata file
2025-01-16 12:24:18 +01:00
Jakub Trllo
e074c00684
Merge branch 'develop' into enhancement/avoid-knowledge-about-render-job-id
2025-01-16 12:09:20 +01:00
Kayla Man
199ed55357
add substance designer into OCIO and last workfile pre-launch hook
2025-01-16 15:48:02 +08:00
robin@ynput.io
8351395a82
Consolidate timewarp computation and add tests.
2025-01-15 18:43:02 +01:00
Roy Nieterau
d64d5ec7cb
Merge branch 'develop' into enhancement/collect_managed_staging_dir_avoid_db_queries
2025-01-15 14:04:56 +01:00
Roy Nieterau
b185972a95
Avoid database queries when collecting managed staging dir
2025-01-15 14:02:20 +01:00
robin@ynput.io
704ef232b6
Edit link to OTIO issue.
2025-01-15 13:20:22 +01:00
robin@ynput.io
1123d31750
Add fixes and tests for qt retime and frozen frame.
2025-01-15 11:18:23 +01:00
robin@ynput.io
76c7d90c8c
Add fix + test for image sequence frozen frame.
2025-01-14 18:15:01 +01:00
robin@ynput.io
6ed19f2611
Append fix for retiming image sequence.
2025-01-14 17:38:29 +01:00
Roy Nieterau
f5f48230f5
Merge branch 'bugfix/workfiles_tool_disallow_save_as_when_not_in_task' into enhancement/add_borisfx_silhouette_support
2025-01-14 16:24:54 +01:00
Roy Nieterau
979849797a
Merge branch 'develop' into bugfix/workfiles_tool_disallow_save_as_when_not_in_task
2025-01-14 16:22:20 +01:00
Roy Nieterau
44da46411c
Move logic to correct location
2025-01-14 16:18:42 +01:00
Roy Nieterau
2be4d7c2e8
Disallow work area save as and browse if not in active task
2025-01-14 16:03:30 +01:00
Jakub Trllo
9b899ebc00
Merge pull request #1084 from ynput/bugfix/report_stagingDir_is_custom
...
Report stagingDir_is_custom to apply_staging_dir.
2025-01-14 14:26:17 +01:00
robin@ynput.io
3d9459f3c9
Report stagingDir_is_custom to apply_staging_dir.
2025-01-14 14:17:51 +01:00
robin@ynput.io
951fd51ab6
Fix rouding issue with extract_otio_review
2025-01-14 13:17:39 +01:00
robin@ynput.io
e90ca81ede
Append more editorial tests for reverse speed.
2025-01-14 10:27:58 +01:00
Ynbot
e3b9bfa29d
[Automated] Update version in package.py for develop
2025-01-14 08:28:17 +00:00
Ynbot
11b00e6105
[Automated] Add generated package files from main
2025-01-14 08:27:36 +00:00
Roy Nieterau
b64fb9e1a5
Merge pull request #1082 from ynput/bugfix/1081-usd-contribution-layers-default-order-mismatch-with-plugin
...
Update default order to match values in `CollectUSDLayerContributions`
2025-01-13 22:38:48 +01:00
MustafaJafar
1d23ca6633
update default order to match values in CollectUSDLayerContributions
2025-01-13 23:35:43 +02:00
Roy Nieterau
a141237650
Merge pull request #1078 from BigRoy/bugfix/publisher_ui_convert_legacy_instances_emit_signal
...
Publisher: Convert legacy instances UI does not display correctly
2025-01-13 17:34:30 +01:00
Roy Nieterau
3323e4b5ac
Merge branch 'develop' into bugfix/publisher_ui_convert_legacy_instances_emit_signal
2025-01-13 16:08:51 +01:00
Roy Nieterau
f4ea9aeacf
Should be `.connect
2025-01-13 16:01:11 +01:00
Roy Nieterau
eec3f61641
Correctly emit signal
2025-01-13 15:56:18 +01:00
Jakub Trllo
b001a4cfa7
Merge pull request #1073 from ynput/bugfix/add-host-name-to-farm-envs
...
Chore: Set host name environment variable for farm jobs
2025-01-10 13:16:00 +01:00
Jakub Trllo
eec30ca346
Merge branch 'develop' into bugfix/add-host-name-to-farm-envs
2025-01-10 13:08:17 +01:00
Robin De Lillo
b664bcbca1
Merge pull request #1064 from ynput/bugfix/fps_retime_rounding_issue
...
Fix OTIO range computation 23.976 fps rounding with embedded timecode
2025-01-10 12:56:58 +01:00
robin@ynput.io
0b2580bc63
Merge branch 'develop' into bugfix/fps_retime_rounding_issue
2025-01-10 12:55:02 +01:00
Robin De Lillo
73e979d7a3
Merge pull request #1072 from ynput/bugfix/fix_legacy_sequence_range_detection
...
Fix OTIO remap with image sequence wrongly detected as legacy.
2025-01-10 12:34:31 +01:00
robin@ynput.io
796a2a7ddd
Merge branch 'develop' into bugfix/fix_legacy_sequence_range_detection
2025-01-10 12:33:24 +01:00
Jakub Trllo
8a7e11a1a4
store metadata file content to 'publishJobMetadata' on instance
2025-01-09 18:18:40 +01:00
Jakub Trllo
3fbb0f4dfb
metadata file does not require 'job' key to be filled
2025-01-09 18:18:24 +01:00
Jakub Trllo
cd9929dfa1
set host name environment variable
2025-01-09 17:01:50 +01:00
Jakub Ježek
5d73b318ec
Refactor type hints in validation functions
...
- Removed type hints for `Any` in function definitions.
- Simplified the `validate_otio_clip` and `process` methods across multiple classes.
- Cleaned up code for better readability without changing functionality.
2025-01-09 14:13:24 +01:00
Jakub Ježek
8ef1d38f79
Refactor OTIO frame range collection plugins
...
- Added validation function for OTIO clips.
- Improved documentation for each plugin.
- Enhanced logging to provide clearer debug messages.
- Separated logic for collecting timeline, source, and retimed ranges into distinct classes.
- Updated frame calculations to handle retimed clips more effectively.
2025-01-09 14:10:48 +01:00
Jakub Trllo
cfa5815fda
Merge pull request #1069 from ynput/enhancement/staging-dir-enhancements
...
Chore: Staging dir enhancements
2025-01-09 12:21:48 +01:00
Jakub Ježek
301e9ce462
Merge branch 'develop' into feature/AY-7125_advanced-editorial-publish-to-ayon-38
2025-01-09 12:02:57 +01:00
Jakub Trllo
28b90ab0bf
Merge branch 'develop' into enhancement/staging-dir-enhancements
2025-01-09 11:22:01 +01:00
robin@ynput.io
9fbef06cb0
Fix lint.
2025-01-08 19:16:10 +01:00
robin@ynput.io
ff2893dff0
Fix remap with wrongly detected legacy image sequence.
2025-01-08 19:04:54 +01:00
Roy Nieterau
8db81098af
Add comment
2025-01-08 17:55:13 +01:00
robin@ynput.io
2c91d60d6d
Fix lint.
2025-01-08 16:41:06 +01:00
robin@ynput.io
ce0a140d94
Merge branch 'develop' into bugfix/fps_retime_rounding_issue
2025-01-08 16:37:41 +01:00
Robin De Lillo
bee5c31c1c
Merge pull request #1056 from ynput/bugfix/fix_clip_media_review
...
Editorial: Fix clip_media source for review track.
2025-01-08 16:24:13 +01:00
robin@ynput.io
101e30c982
Merge branch 'develop' into bugfix/fix_clip_media_review
2025-01-08 16:23:32 +01:00
Jakub Trllo
05ca2d42cd
fix typehint
2025-01-08 14:23:05 +01:00
Roy Nieterau
d0850843cc
Merge branch 'enhancement/add_borisfx_silhouette_support' of https://github.com/BigRoy/ayon-core into enhancement/add_borisfx_silhouette_support
2025-01-08 13:05:30 +01:00
Roy Nieterau
cb2758ef54
Allow folders to be considered as workfiles in workfiles tool, because Silhouette projects are actually folders (with .sfx extension)
2025-01-08 13:03:03 +01:00