Commit graph

41167 commits

Author SHA1 Message Date
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
Jakub Jezek
16abc3a64e
Merge remote-tracking branch 'origin/feature/AY-971_Use-custom-staging-dir-functions' into feature/AY-971_Use-custom-staging-dir-functions 2024-09-13 16:20:52 +02:00
Jakub Jezek
9e57f74b5c
Update variable names for clarity and consistency.
- Renamed variables for better understanding and uniformity
- Improved readability by using more descriptive names
2024-09-13 16:20:46 +02:00
Jakub Ježek
ddd48715c1
Merge branch 'develop' into feature/AY-971_Use-custom-staging-dir-functions 2024-09-12 16:45:02 +02:00
Jakub Jezek
8b1674619c
Add staging directory functionality and a new plugin for managing staging directories in the pipeline.
- Added import statement for 'os' in creator_plugins.py
- Implemented method 'apply_staging_dir' to apply staging directory with persistence to instance's transient data in creator_plugins.py
- Updated comments and added TODOs related to staging directories in various files
- Created a new plugin 'CollectManagedStagingDir' to manage staging directories in publish/lib.py
2024-09-12 16:40:49 +02:00
Jakub Jezek
282d1720ae
Add staging directory functions and configurations
- Added functions to handle custom staging directories
- Updated imports and removed deprecated code
- Created a new module for staging directory handling
2024-09-12 16:39:09 +02:00
Jakub Trllo
7a0b6084d0
Merge pull request #884 from BigRoy/chore/fix_typos
Fix attribute_definitions.py typos
2024-09-12 16:02:13 +02:00
Jakub Trllo
334b29c4a2
Merge branch 'develop' into chore/fix_typos 2024-09-12 15:59:42 +02:00
Roy Nieterau
a3f735328f Merge branch 'chore/fix_typos' of https://github.com/BigRoy/ayon-core into chore/fix_typos 2024-09-12 15:56:28 +02:00
Roy Nieterau
ed2a310203 Grammar 2024-09-12 15:51:57 +02:00
Roy Nieterau
f4c6380585 Remove unused import 2024-09-12 15:51:22 +02:00
Roy Nieterau
23ac8b9ca7
Update client/ayon_core/lib/attribute_definitions.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-09-12 15:49:42 +02:00
Jakub Trllo
da90754ed2
Merge pull request #880 from ynput/enhancement/878-publisher-allow-context-promise
Create: Allow context promise for editorial workflow
2024-09-12 11:02:45 +02:00
Jakub Trllo
5e4d9f1dbf
Merge branch 'develop' into enhancement/878-publisher-allow-context-promise 2024-09-12 10:54:12 +02:00
Jakub Trllo
fde3a73607
Merge pull request #885 from BigRoy/bug/avoid_redefinition_of_variable_name_in_burnin_otio
Avoid redefinition of variable name in burnin OTIO
2024-09-12 10:16:30 +02:00
Jakub Trllo
62266c8cc9
Merge branch 'develop' into bug/avoid_redefinition_of_variable_name_in_burnin_otio 2024-09-12 09:59:56 +02:00
Roy Nieterau
440d2271d4 Fix variable redeclaration 2024-09-11 20:33:45 +02:00
Roy Nieterau
e0ab613d96 Fix typos, ported from https://github.com/ynput/OpenPype/pull/6346 2024-09-11 19:55:36 +02:00
Roy Nieterau
63bde65b8f
Merge pull request #882 from BigRoy/enhancement/extract_review_support_tiff
Allow `.tif` and `.tiff` extensions for review
2024-09-11 09:52:12 +02:00
Roy Nieterau
f38fad901d Allow .tif and .tiff extensions for review 2024-09-10 22:02:05 +02:00
Jakub Trllo
930e10f63d insntances with context promise have disabled inputs 2024-09-10 18:30:09 +02:00
Jakub Trllo
66353ec8c4 change how context validation happens on instances 2024-09-10 18:29:48 +02:00
Jakub Trllo
7653e098ce
Merge pull request #875 from BigRoy/enhancement/workfile_template_resolve_path
Workfile template builder: Allow custom `resolve_template_path`
2024-09-10 14:09:27 +02:00
Roy Nieterau
dac3dfb5e7 Merge branch 'enhancement/workfile_template_resolve_path' of https://github.com/BigRoy/ayon-core into enhancement/workfile_template_resolve_path 2024-09-09 16:22:58 +02:00
Roy Nieterau
0f0b7db2e1 Fix grammar in comment 2024-09-09 16:22:37 +02:00
Roy Nieterau
a8a69766ad Move more logic into the resolve_template_path method 2024-09-09 16:22:29 +02:00
Roy Nieterau
0dada0349c
Merge branch 'develop' into enhancement/workfile_template_resolve_path 2024-09-06 17:20:17 +02:00
Roy Nieterau
f0af0a5700 Allow custom resolve_template_path to be implemented by AYON addon integrations 2024-09-06 17:17:45 +02:00
Kayla Man
b532355218
Merge pull request #873 from BigRoy/bugfix/maya_scriptsmenu_2025
Maya 2025: Should display scriptsmenu correctly instead of only search bar
2024-09-06 22:41:01 +08:00
Roy Nieterau
2e039af015 Fix if statement 2024-09-06 10:30:51 +02:00
Roy Nieterau
167ec7a3ee
Merge pull request #872 from BigRoy/enhancement/workfile_template_build_allow_empty_repre_name
Workfile template build: Allow empty representation name
2024-09-06 00:51:47 +02:00
Roy Nieterau
b636658f43 Allow placeholder representation name to be set as an empty value to load all representations 2024-09-05 20:57:20 +02:00
Petr Kalis
364842d37f
Merge pull request #845 from ynput/enhancement/AY-6027_Wrong-name-in-mp4-produced-during-the-publishing
Provided unique folder name based file prefix in Extract OTIO review
2024-09-05 12:50:17 +02:00
Petr Kalis
7c728237be Merge remote-tracking branch 'origin/enhancement/AY-6027_Wrong-name-in-mp4-produced-during-the-publishing' into enhancement/AY-6027_Wrong-name-in-mp4-produced-during-the-publishing 2024-09-05 12:49:13 +02:00
Petr Kalis
916c9a6257 Added todo note to get rid of instance variable 2024-09-05 12:48:32 +02:00
Petr Kalis
4faf71b8e7 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/AY-6027_Wrong-name-in-mp4-produced-during-the-publishing 2024-09-05 12:26:24 +02:00
Jakub Ježek
faeb6c851d
Merge branch 'develop' into enhancement/AY-6027_Wrong-name-in-mp4-produced-during-the-publishing 2024-09-04 16:15:22 +02:00
Jakub Trllo
e54581608c
Merge pull request #863 from ynput/enhancement/stricter-ruff
Chore: More strict ruff
2024-09-04 13:25:39 +02:00
Jakub Trllo
73e125639b remove trailing spaces 2024-09-04 10:29:56 +02:00
Jakub Trllo
482b5ef227
Merge branch 'develop' into enhancement/stricter-ruff 2024-09-04 10:21:08 +02:00
Jakub Trllo
a07705bd60
Merge pull request #868 from BigRoy/enhancement/not_found_task_entity_path_warning_log
Log message: Avoid double quotes around paths
2024-09-04 10:13:52 +02:00
Jakub Trllo
ab24518f96
Merge branch 'develop' into enhancement/not_found_task_entity_path_warning_log 2024-09-04 10:13:21 +02:00
Roy Nieterau
9c6c0e32aa
Merge pull request #786 from BigRoy/enhancement/better_error_on_unsaved_workfile
Better validation report when publishing from unsaved workfile
2024-09-04 02:04:05 +02:00
Roy Nieterau
690bc64636
Merge branch 'develop' into enhancement/better_error_on_unsaved_workfile 2024-09-04 02:03:09 +02:00