Commit graph

42072 commits

Author SHA1 Message Date
Jakub Trllo
41e8d02149
Merge pull request #974 from ynput/bugfix/serialize-regex
Attribute defs: Fix serialize of text wihout regex
2024-10-28 16:18:00 +01:00
Jakub Trllo
ea2a9e0221 fix also label clone 2024-10-28 14:56:22 +01:00
Jakub Trllo
9595d8fe91 fix serialize of regex 2024-10-27 09:39:08 +01:00
Roy Nieterau
8208bef6f3 Allow to target not only productType by default with attributes, but also by families data on created instance 2024-10-25 23:06:12 +02:00
Jakub Trllo
54bb5c51b9 udated release trigger action 2024-10-25 17:00:27 +02:00
Roy Nieterau
138debc17c
Merge pull request #971 from ynput/bugfix/use-markdown-instead-html
Settings: Use markdown instead of html tags
2024-10-25 15:53:06 +02:00
Jakub Trllo
a28f4959e6 replace html tags with markdown 2024-10-25 14:40:36 +02:00
Jakub Trllo
f11fba0a14
Merge pull request #968 from ynput/enhancement/804-make-publishattributevalues-behave-like-dict-when-iterating
Create Attribute values: Implemented iter
2024-10-24 23:14:11 +02: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
fa9af2f8de
Refactor Creator class method to handle missing info better.
- Updated return type in docstring
- Added a comment for clarity
- Removed unnecessary return statements
2024-10-24 15:06:11 +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
Jakub Trllo
9c9f02f0d2 implemented iter 2024-10-24 14:51:31 +02:00
Jakub Jezek
1eb0904583
Remove unnecessary root addition in get_staging_dir_info function.
The code changes remove the unnecessary addition of roots to ctx_data in the get_staging_dir_info function.
2024-10-24 14:48:47 +02:00
Jakub Jezek
ea4ec677ca
reviewer suggestions for changes
- Renamed function `get_staging_dir` to `get_staging_dir_info` for clarity.
- Updated variable names in multiple files to use `template_data` instead of `formatting_data`.
- Adjusted function parameters in the staging directory module for consistency and added new optional parameters.
- Improved logging by passing logger instances instead of creating new loggers within functions.
2024-10-24 14:40:30 +02:00
Jakub Ježek
ea23f355f6
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-10-24 14:00:36 +02:00
Jakub Jezek
fedf8e60c7
Add warnings module for future use
Imported the 'warnings' module for potential future usage in the codebase.
2024-10-24 13:56:45 +02:00
Jakub Ježek
bd03634ed1
Update client/ayon_core/pipeline/publish/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-10-24 13:53:38 +02:00
Jakub Ježek
9a860785bb
Update client/ayon_core/pipeline/create/creator_plugins.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-10-24 13:52:57 +02:00
Jakub Ježek
396af0cf86
Update client/ayon_core/pipeline/create/creator_plugins.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-10-24 13:52:43 +02:00
Jakub Jezek
2b765954a3
returning empty lines 2024-10-24 13:54:05 +02:00
Jakub Jezek
2b5ab5439a
returning empty lines 2024-10-24 13:41:20 +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
360a8b39b0 implemented logic to cache entities 2024-10-23 18:37:47 +02:00
Jakub Trllo
1ce9bcf9d2 revert some changes 2024-10-23 17:21:05 +02:00
Ynbot
d2ee4167ae [Automated] Update version in package.py for develop 2024-10-23 14:49:58 +00:00
Ynbot
0e8b129d6a [Automated] Add generated package files to main 2024-10-23 14:49:16 +00:00
Jakub Trllo
385e5bd02c change name of method 2024-10-23 16:46:44 +02:00
Jakub Trllo
d0ed7f086e small improvement 2024-10-23 16:41:29 +02:00
Jakub Trllo
202800a487 added helper function to get task type for an instance 2024-10-23 16:35:11 +02:00
Jakub Trllo
d80ae9fab6
Merge pull request #935 from ynput/enhancement/AY-2420_Callbacks-and-groups-with-Publisher-attributes
Create Context: Per instance attributes and Callbacks
2024-10-21 14:11:59 +02:00
Jakub Trllo
c93f3449b6 ignore publish attributes without attribute definitions 2024-10-21 11:15:49 +02:00
Petr Kalis
2f6ca5a238 Implemented explicit frames for simple files representations 2024-10-18 18:35:27 +02:00
Jakub Trllo
73196f8a08
Merge branch 'develop' into enhancement/AY-2420_Callbacks-and-groups-with-Publisher-attributes 2024-10-16 15:03:48 +02:00
Ynbot
47b5d90495 [Automated] Update version in package.py for develop 2024-10-16 09:34:49 +00:00
Ynbot
1eb25ef945 [Automated] Add generated package files to main 2024-10-16 09:34:12 +00:00
Jakub Trllo
3212b2ff15
Merge pull request #955 from BigRoy/enhancement/AY-6945_fix_single_frame_render_job_publish
Fix single frame publishing for publish job on farm (to Deadline from e.g. Maya)
2024-10-16 11:06:59 +02:00
Roy Nieterau
e23ca3f0d1
Merge branch 'develop' into enhancement/AY-6945_fix_single_frame_render_job_publish 2024-10-16 00:55:06 +02:00
Roy Nieterau
b239cdd891 Fix single frame publishing (from e.g. Maya)
Also fixes it for other hosts that use instance.data[`expectedFiles`] with the value being `list[dict[str, list[str]]]` (Basically the files per AOV, where the list of filenames is `list[str]` but the integrator and other areas really want a single `str` insteaf of `list[str]` if it's a single frame)
2024-10-16 00:06:40 +02:00
Ynbot
50cad97cad [Automated] Update version in package.py for develop 2024-10-15 14:23:14 +00:00
Ynbot
ceedd7fbcd [Automated] Add generated package files to main 2024-10-15 14:22:34 +00:00
Jakub Trllo
22c104932e
Merge pull request #954 from ynput/enhancement/929-ay-6777_compute-full-anatomy-data-for-deliver-versions-action
Delivery: Fill hierarchy data unused during publishing
2024-10-15 15:52:29 +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
Jakub Trllo
53e1479aac
Merge branch 'develop' into enhancement/AY-2420_Callbacks-and-groups-with-Publisher-attributes 2024-10-14 18:03:52 +02:00
Jakub Trllo
6a53253ca1 removed unused import 2024-10-14 17:58:50 +02:00
Jakub Trllo
8b5e3e7d77 implemented active state in list view 2024-10-14 17:54:34 +02:00