Commit graph

42149 commits

Author SHA1 Message Date
Mustafa Jafar
e7f68709eb
Merge branch 'develop' into enhancement/simplify_ExtractOIIOTranscode_settings 2024-09-16 23:43:08 +03:00
Jakub Trllo
484bd4455c use transient data for promised context 2024-09-16 19:08:07 +02:00
Jakub Trllo
717e370be5
Merge branch 'develop' into enhancement/publisher-ui-does-not-log-to-console 2024-09-16 19:06:06 +02:00
Jakub Trllo
ee4ecf1b84
Merge branch 'develop' into enhancement/AY-5552_Publisher-attr-defs-per-instance 2024-09-16 19:05:46 +02:00
Jakub Trllo
b6392a3e42
fix comment
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-09-16 13:20:15 +02:00
Jakub Trllo
37697bc6ce change print to warning 2024-09-16 12:06:40 +02:00
Jakub Trllo
f174941e1d use new attribute names 2024-09-16 12:01:54 +02:00
Jakub Trllo
d01cde7051 reverse disabled and hidden to positive names 2024-09-16 12:01:42 +02:00
Roy Nieterau
e0ff114283
Merge branch 'develop' into enhancement/context_entities_use_task_level_attributes 2024-09-16 11:58:57 +02:00
Jakub Trllo
774a7f7f60
Merge branch 'develop' into enhancement/exception-for-artist-error 2024-09-13 19:05:36 +02:00
Jakub Trllo
2fd99f232a fix expand button 2024-09-13 18:56:37 +02:00
Jakub Trllo
882d61f2f3 refactored validation error handling to publish error handling 2024-09-13 18:53:39 +02:00
Jakub Trllo
7ca0a354ca remove double line 2024-09-13 17:27:44 +02:00
Jakub Trllo
5be47d4f5b better typehint 2024-09-13 17:05:50 +02:00
Jakub Trllo
b4e0e32e1b show publish error as validation error 2024-09-13 17:05:39 +02:00
Jakub Trllo
d62b31c981 fix error message shown in progress bar 2024-09-13 17:05:18 +02:00
Jakub Trllo
d3d2f83677 added message to error info and simplified initialization 2024-09-13 17:04:51 +02:00
Jakub Trllo
9cbfecf92c fill title in exception if is missing 2024-09-13 17:04:25 +02:00
Jakub Trllo
a14df299c8 don't show detail until it should be visible 2024-09-13 17:04:06 +02:00
Jakub Trllo
0b35227395 fix images used for collapsed widget 2024-09-13 17:03:35 +02:00
Jakub Trllo
e54ecd62e6
Merge pull request #865 from ynput/enhancement/remove-openpype-compatibility
Chore: Remove OpenPype compatibility
2024-09-13 16:32:14 +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 Trllo
e43cb8af3f
Merge branch 'develop' into enhancement/remove-openpype-compatibility 2024-09-13 15:42:08 +02:00
Jakub Trllo
f5c26e3d6e call getMessage in try block 2024-09-13 11:18:06 +02:00
Roy Nieterau
eb0964ca78
Merge branch 'develop' into enhancement/context_entities_use_task_level_attributes 2024-09-12 23:46:19 +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
cf41ab6541 Merge branch 'develop' into enhancement/AY-5552_Publisher-attr-defs-per-instance
# Conflicts:
#	client/ayon_core/pipeline/create/structures.py
2024-09-12 16:21:38 +02:00
Jakub Trllo
89d2f145dd
Merge branch 'develop' into enhancement/exception-for-artist-error 2024-09-12 16:19:11 +02:00
Jakub Trllo
84b513f700
Merge branch 'develop' into enhancement/publisher-ui-does-not-log-to-console 2024-09-12 16:18:52 +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
Roy Nieterau
ab498dd7e1
Update client/ayon_core/pipeline/workfile/workfile_template_builder.py
Co-authored-by: Mustafa Jafar <mustafataherzaky@outlook.com>
2024-09-12 15:03:14 +02:00
Mustafa Jafar
1450bcacd1
Merge branch 'develop' into bugfix/workfile_builder_on_start 2024-09-12 15:59:13 +03: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
MustafaJafar
e29ade4e7d Add tool tips for ExtractOIIOTranscode settings 2024-09-11 11:49:09 +03: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
b55a3e5974 Get context attributes from current task entity (if current task is set) instead of from folder entity 2024-09-10 23:10:28 +02:00
Roy Nieterau
f38fad901d Allow .tif and .tiff extensions for review 2024-09-10 22:02:05 +02:00