Commit graph

6618 commits

Author SHA1 Message Date
Jakub Trllo
2f0d87d084 handle 'StingTemplate' in '_root_keys_from_templates' 2024-03-19 14:39:31 +01:00
Jakub Trllo
e5fe964178 use new method name and fix issues with string conversions 2024-03-19 14:26:05 +01:00
Jakub Trllo
eaf580bf3b 'root_value_for_template' can handle 'StringTemplate' object 2024-03-19 14:24:24 +01:00
Jakub Trllo
945f395a89 rename 'get_template' to 'get_template_item' 2024-03-19 14:24:01 +01:00
Jakub Jezek
9090706252
Refactor CSV file reading and data processing logic
- Added import for StringIO
- Refactored CSV file reading using StringIO
- Improved handling of fieldnames and required columns detection
2024-03-19 13:19:25 +01:00
Jakub Jezek
175d299ccc
Refactor error handling to use custom CreatorError class.
- Replaced KeyError, TypeError, NotADirectoryError, ValueError with CreatorError for consistency and better error management.
2024-03-19 13:12:30 +01:00
Ondřej Samohel
3b614b3543
Merge branch 'develop' into bugfix/OP-7353-make_houdini_submissions_respect_pools_groups 2024-03-19 12:42:19 +01:00
Jakub Trllo
23aecad653 modified deadline job pre load to support both folder and asset arguments 2024-03-19 12:30:22 +01:00
Jakub Trllo
42cd3dfee2 modify royal render to use folder kwargs 2024-03-19 12:27:05 +01:00
Jakub Trllo
5780a9c1cd expect folder instead of asset argument in cli commands 2024-03-19 12:26:13 +01:00
Petr Kalis
fd2a3e637d
Merge pull request #173 from ynput/bugfix/rr_settings
RoyalRender: Fix when no RR addon in bundle
2024-03-19 11:19:55 +01:00
Jakub Jezek
1b4d10068c
Merge branch 'feature/OP-6539_Traypublisher-advance-editorial-publishing-from-CSV' of https://github.com/ynput/ayon-core into feature/OP-6539_Traypublisher-advance-editorial-publishing-from-CSV 2024-03-19 11:11:33 +01:00
Jakub Jezek
1c11e18314
Update CSV ingest plugin to handle folder paths and task types. Improve error handling for missing assets and tasks. Refactor data processing for better organization and validation. 2024-03-19 11:11:24 +01:00
Jakub Trllo
914c1198c0 Merge branch 'develop' into enhancement/runtime-dependencies 2024-03-19 10:39:52 +01:00
Jakub Ježek
e4da713375
Merge branch 'develop' into feature/OP-6539_Traypublisher-advance-editorial-publishing-from-CSV 2024-03-19 10:38:47 +01:00
Jakub Trllo
fec94a508e
Merge pull request #191 from ynput/enhancement/AY-1228_Load-plugins-update
Load plugins: Use product types for filtering
2024-03-19 10:33:52 +01:00
Jakub Jezek
638c683241
Update CLI options and function parameters for CSV file ingestion and publishing. Refactor variable names for clarity in functions related to file handling and context creation. 2024-03-19 10:19:50 +01:00
Jakub Ježek
74971246bb
Merge branch 'develop' into feature/OP-6539_Traypublisher-advance-editorial-publishing-from-CSV 2024-03-19 10:12:00 +01:00
Jakub Ježek
ccd50f4608
Merge branch 'develop' into bugfix/OP-7981_resolve_swapping_versions_fix_offset 2024-03-18 21:30:33 +01:00
Toke Stuart Jepsen
be3c55dd43 Merge branch 'develop' into enhancement/OP-8218_Loader-OTIO-export-action 2024-03-18 18:03:31 +00:00
Toke Stuart Jepsen
ff081b0e50 Fix for latest develop 2024-03-18 17:59:15 +00:00
Jakub Trllo
9770d8ffa9 use new location of tools models 2024-03-18 18:02:13 +01:00
Jakub Trllo
20a9d4f972 move models to 'common_models' in tools 2024-03-18 18:01:45 +01:00
Jakub Trllo
95a67b666f import widgets from new locations 2024-03-18 17:59:41 +01:00
Jakub Trllo
fb3df8c806 move ayon utils widgets to utils 2024-03-18 17:59:09 +01:00
Jakub Trllo
ed268ccec6 move ayon_utils utils to tools utils 2024-03-18 17:58:16 +01:00
Toke Jepsen
2d87f1b24c
Update client/ayon_core/plugins/load/export_otio.py
Co-authored-by: Jakub Ježek <jakubjezek001@gmail.com>
2024-03-18 16:46:05 +00:00
Jakub Trllo
33f6db2b3e Merge branch 'develop' into enhancement/AY-1228_Load-plugins-update 2024-03-18 17:08:25 +01:00
Jakub Trllo
3d10c17fb8 Merge branch 'develop' into enhancement/AY-1229_Anatomy-can-use-template-categories 2024-03-18 17:08:15 +01:00
Jakub Trllo
24a00cd96a keep super class call 2024-03-18 17:03:37 +01:00
Jakub Trllo
e913eefa07 fix get_product_name call 2024-03-18 16:59:15 +01:00
Jakub Trllo
c62993a394 remove cls passed to class method 2024-03-18 16:59:07 +01:00
Jakub Trllo
0ba8d7e645 fix super call in class method 2024-03-18 16:47:40 +01:00
Jakub Trllo
52e9993b4a change create and publish logic in hosts to set 'folder_type' correctly 2024-03-18 16:03:37 +01:00
Jakub Trllo
b66dded411 fix file template conversion 2024-03-18 15:55:37 +01:00
Jakub Trllo
77b3cd1c53 add missing placeholder object 2024-03-18 15:47:54 +01:00
Jakub Trllo
eee55221a2 fix cases when template key is name of the category 2024-03-18 15:43:33 +01:00
Jakub Trllo
bf60b264de 'get_template' raises 'KeyError' but have option to pass in 'default' 2024-03-18 15:42:14 +01:00
Ondřej Samohel
8a804ce991
Merge pull request #138 from ynput/enhancement/remove-multijson-publishing
Remove multi-context restrictions for publishing image sequences on farm
2024-03-18 15:32:48 +01:00
Jakub Trllo
65af945b7d remove forgotten line 2024-03-18 15:29:01 +01:00
Jakub Ježek
02fe605364
Merge pull request #92 from ynput/bugfix/OP-8273_Resolve-missing-GetClipProperty
Resolve: avoiding clips without mediapoolitems
2024-03-18 15:18:08 +01:00
Jakub Trllo
a0dc2d7bff refactored how data structure in collect hierarchy is created 2024-03-18 15:11:58 +01:00
Jakub Trllo
a29809a813 add 'folder_type' to data next to 'entity_type' 2024-03-18 15:11:31 +01:00
Jakub Ježek
c8b664c764
Merge branch 'develop' into enhancement/OP-8218_Loader-OTIO-export-action 2024-03-18 15:10:27 +01:00
Kayla Man
5e48e9be81
Merge branch 'develop' into enhancement/OP-7074_Validate-Render-Passes 2024-03-18 15:09:32 +01:00
Jakub Trllo
e22eff05b7 renamed 'childs' key to 'children' 2024-03-18 15:09:01 +01:00
Jakub Trllo
70f89e234b renamed key 'custom_attributes' to 'attributes' 2024-03-18 15:06:38 +01:00
Jakub Trllo
b80541064c fix publish plugin attributes back to 'families' 2024-03-18 14:47:15 +01:00
Jakub Trllo
576817b8ea change 'product_types' type to set 2024-03-18 14:45:54 +01:00
moonyuet
53981f3fe1 report detail filename in debug message 2024-03-18 14:05:34 +01:00