Commit graph

865 commits

Author SHA1 Message Date
Ondřej Samohel
0dc6309d79
Merge branch 'develop' into feature/AY-8079_create-hero-version-loader 2025-08-26 15:14:16 +02:00
Ondřej Samohel
941d4aee9e
♻️ add docstrings and hints 2025-08-26 15:13:52 +02:00
Kayla Man
89d0777baf copilot's feedback on - backup directory loop 2025-08-22 16:21:37 +08:00
Kayla Man
22e18cdfa2 add comment 2025-08-22 16:07:02 +08:00
Kayla Man
5740b9f495 update publishDir as being part of the instance_data 2025-08-22 16:04:27 +08:00
Kayla Man
4de81ee7fb
Merge branch 'develop' into feature/AY-8079_create-hero-version-loader 2025-08-21 13:50:32 +08:00
Petr Kalis
d42156c552
Merge branch 'develop' into enhancement/AY-7584_Library-Push-to-Current-project 2025-08-20 09:26:03 +02:00
Petr Kalis
ef34e9f79e Renamed loader 2025-08-18 16:53:33 +02:00
Petr Kalis
3b9b5e8063 Removed run argument to not filter out project argument
Current develop filters out 'project' cli argument as it is now used as key world for bundle per project implementation.
2025-08-18 16:50:55 +02:00
Petr Kalis
51d7cbdb5d
Merge branch 'develop' into enhancement/AY-7584_Library-Push-to-Current-project 2025-08-18 14:44:22 +02:00
Kayla Man
7e9493736d ruff fix 2025-08-15 22:27:22 +08:00
Kayla Man
9ffaa15dfb make sure the hero version can be created successfully by ensuring to copy the path into the right path 2025-08-15 22:09:15 +08:00
Ondřej Samohel
2757c6efbb
very raw WIP version 2025-08-12 18:42:49 +02:00
Jakub Trllo
39a925986d
Merge branch 'develop' into enhancement/874-publisher-editorial-linked-instances-with-grouping-view 2025-08-07 10:38:25 +02:00
Jakub Ježek
77bb806267
Merge branch 'develop' into bugfix/some-batchdelivery-related-issues 2025-08-05 13:50:31 +02:00
Jakub Trllo
798b281e67 fix OTIO_EPSILON usage 2025-08-01 14:42:16 +02:00
Jakub Trllo
9f456f7cb8 added safe importing of otio 2025-08-01 14:37:21 +02:00
Petr Kalis
138c9fb987
Merge branch 'develop' into enhancement/AY-7584_Library-Push-to-Current-project 2025-07-30 16:48:57 +02:00
Jakub Trllo
c4d6723c51 formatting fixes 2025-07-30 16:04:00 +02:00
Jakub Trllo
0045459efc
Merge branch 'develop' into enhancement/874-publisher-editorial-linked-instances-with-grouping-view 2025-07-30 14:49:30 +02:00
Jakub Trllo
8ef42603b0
Merge branch 'develop' into enhancement/add_shapefx_loki_support 2025-07-30 10:52:00 +02:00
Ondřej Samohel
57f30d3956
Merge branch 'develop' into bugfix/apply-core-plugin-settings 2025-07-29 17:50:51 +02:00
Jakub Trllo
74ad2e2c7e add settings category to CollectAnatomyInstanceData 2025-07-29 17:39:54 +02:00
robin@ynput.io
bfc82a07fd Detect rounding issues in media available_range when extracting (OTIO). 2025-07-28 11:30:57 -04:00
Petr Kalis
b760a33b7a
Merge branch 'develop' into enhancement/AY-7584_Library-Push-to-Current-project 2025-07-28 15:01:51 +02:00
Jakub Trllo
8553e44e13 added share active flag 2025-07-28 11:48:22 +02:00
Jakub Trllo
4e39e86037
Add 'enabled' attribute back 2025-07-28 10:28:29 +02:00
Jakub Trllo
32ea97af45 define settings category on core plugins 2025-07-25 16:04:03 +02:00
Roy Nieterau
f857b40c60 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/add_shapefx_loki_support
# Conflicts:
#	client/ayon_core/hooks/pre_add_last_workfile_arg.py
#	client/ayon_core/hooks/pre_ocio_hook.py
#	client/ayon_core/plugins/publish/validate_file_saved.py
2025-07-25 10:09:25 +02:00
Roy Nieterau
3941040d23
Update client/ayon_core/plugins/publish/collect_scene_loaded_versions.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-07-23 12:22:28 +02:00
Roy Nieterau
6d0ef135cc
Merge branch 'develop' into 1379-use-iloadhost-methods-in-collectsceneloadedversions 2025-07-23 11:48:31 +02:00
Roy Nieterau
6548330549 Reformat code 2025-07-23 11:47:38 +02:00
Roy Nieterau
ecd3538dfd
Update client/ayon_core/plugins/publish/collect_scene_loaded_versions.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-07-23 11:46:52 +02:00
Roy Nieterau
6def9655f0 Do not use deprecated Logger.warn, use Logger.warning instead 2025-07-23 11:39:08 +02:00
Roy Nieterau
8b8cff8ea5 Add debug log 2025-07-23 11:32:48 +02:00
Roy Nieterau
5a44efd2ad Opt-out early if there are no containers in the scene file 2025-07-23 11:31:29 +02:00
Roy Nieterau
f0ea841ebf Use ILoadHost.get_containers() when available 2025-07-23 11:29:23 +02:00
Roy Nieterau
94b9634555 Fix logged warnings 2025-07-23 11:25:55 +02:00
Jakub Trllo
3c8f3224bc filter instances without active parents 2025-07-22 11:58:20 +02:00
Jakub Trllo
30ae1813de
Merge branch 'develop' into enhancement/AY-5627_Extract-review-output-preset-additional-filtering-task-types 2025-07-21 17:05:42 +02:00
Jakub Trllo
49908c022d
Merge branch 'develop' into enhancement/validate_product_uniqueness_skip_non_integratable 2025-07-21 16:53:38 +02:00
Petr Kalis
bcea66c931
Label update
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-07-17 14:31:23 +02:00
Petr Kalis
ff92960be6 Added task_types to ExtractReview profile 2025-07-16 16:01:31 +02:00
Jakub Ježek
f258662ee6
Merge branch 'develop' into bugfix/some-batchdelivery-related-issues 2025-07-14 14:36:20 +02:00
Roy Nieterau
1e98481a10 Tweak comment 2025-07-14 12:06:07 +02:00
Roy Nieterau
dce81ba92d If an instance is not set to integrate then skip the validation check against it.
This should fix the issue described [here](https://community.ynput.io/t/houdini-local-render-and-publish-existing-frames-error/2647/7?u=bigroy) where a matching "render instance" is generated for the local rendering spawning off from an initial instance - where the initial instance becomes set to not integrate (integrate=False) but remain available for further validations (publish=True).
2025-07-14 12:03:38 +02:00
Petr Kalis
d16aa48026 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/new_photoshop_defaults_for_reviews 2025-07-09 18:54:32 +02:00
Petr Kalis
de0e069a41 Add photoshop thumbnails to be handled by global extract_thumbnail 2025-07-09 18:53:28 +02:00
Petr Kalis
11c7119aa5 Add photoshop review to be handled by global extract_review 2025-07-09 18:53:06 +02:00
Petr Kalis
e880b29838 Changed label of action Push to 2025-07-08 17:06:11 +02:00