Commit graph

4168 commits

Author SHA1 Message Date
Roy Nieterau
e724bc00dd
Merge branch 'develop' into chore/remove_logger_mongo_process_id 2024-11-01 12:44:15 +01:00
Roy Nieterau
a02954d908
Fix sorting
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-10-31 23:19:23 +01:00
Roy Nieterau
df9821f928 Fix typo 2024-10-31 20:31:21 +01:00
Roy Nieterau
d4ace0706c Remove unused import 2024-10-31 20:30:53 +01:00
Roy Nieterau
01bd1594f5 Remove condition that was moved up 2024-10-31 20:29:31 +01:00
Roy Nieterau
300e086c8d
Update client/ayon_core/lib/log.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-10-31 20:28:59 +01:00
Roy Nieterau
9343e3cca9 Remove Logger.mongo_process_id 2024-10-31 20:20:27 +01:00
Roy Nieterau
9f9c03179a Fix enabled check + fix docstrings 2024-10-31 20:16:16 +01:00
Roy Nieterau
0a970abed6 Remove Python 2 code. unicode does not exist in Py3+ 2024-10-31 20:11:52 +01:00
Roy Nieterau
eb561dd371 Remove os.link compatibility for Windows. Support for Windows exists since Py 3.2
See: https://docs.python.org/3/library/os.html#os.link
2024-10-31 20:07:31 +01:00
Jakub Trllo
b4009b718a discard None from folder paths 2024-10-30 17:23:15 +01:00
Jakub Trllo
ce4e8a1b04 handle empty paths 2024-10-30 17:22:47 +01:00
Jakub Trllo
d860919b22 remove unnecessary check 2024-10-30 17:21:31 +01:00
Jakub Trllo
31c37efce2 use single variable to cache folders 2024-10-30 17:18:43 +01:00
Jakub Trllo
07ecd2e8ba
Merge branch 'develop' into enhancement/get-instances-task-type 2024-10-30 16:13:34 +01:00
Petr Kalis
2f170dc9d2 Merge remote-tracking branch 'origin/enhancement/get-instances-task-type' into feature/AY-6789_Render-instance-support-of-Frame-List 2024-10-30 16:03:33 +01:00
Petr Kalis
3f2d6f0477 Merge branch 'develop' of https://github.com/ynput/ayon-core into feature/AY-6789_Render-instance-support-of-Frame-List 2024-10-30 16:03:28 +01:00
Jakub Trllo
f48425dd47 better variable name 2024-10-30 16:03:00 +01:00
Jakub Trllo
0c64785f27 fix mapping to folder path 2024-10-30 16:02:52 +01:00
Petr Kalis
632035cf2d Merge branch 'develop' of https://github.com/ynput/ayon-core into feature/AY-6789_Render-instance-support-of-Frame-List 2024-10-30 15:20:01 +01:00
Petr Kalis
78bc9c9b9a Merge remote-tracking branch 'origin/enhancement/get-instances-task-type' into feature/AY-6789_Render-instance-support-of-Frame-List 2024-10-30 15:19:03 +01:00
Jakub Trllo
e4d0d3dfb9
safe pop of root 2024-10-30 14:31:22 +01:00
Jakub Trllo
f8d0f2ac36
fix typo
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-10-30 14:30:21 +01:00
Jakub Trllo
d2c7f1db2d remove "root" key from template data 2024-10-30 14:05:35 +01:00
Ynbot
1af3b2d242 [Automated] Update version in package.py for develop 2024-10-30 12:25:01 +00:00
Ynbot
e3022d0178 [Automated] Add generated package files to main 2024-10-30 12:24:12 +00:00
Jakub Trllo
c5a31bbefd
Merge branch 'develop' into enhancement/usd_contribution_attributes_per_instance_toggle 2024-10-29 12:24:22 +01:00
Jakub Trllo
30a3aeaa86 remove space between version and dot 2024-10-29 11:31:00 +01:00
Jakub Trllo
90a9ffa475 fix representation entity 2024-10-29 10:20:03 +01:00
Roy Nieterau
249dd1a2e8
Merge branch 'develop' into enhancement/usd_contribution_attributes_per_instance_toggle 2024-10-29 00:37:32 +01:00
Jakub Trllo
37f2a6bb33 use kwarg to pass subtype 2024-10-28 17:43:06 +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
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