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
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
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
5e4d9f1dbf
Merge branch 'develop' into enhancement/878-publisher-allow-context-promise
2024-09-12 10:54:12 +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
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
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
Roy Nieterau
2e039af015
Fix if statement
2024-09-06 10:30:51 +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
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 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
ab24518f96
Merge branch 'develop' into enhancement/not_found_task_entity_path_warning_log
2024-09-04 10:13:21 +02:00
Roy Nieterau
690bc64636
Merge branch 'develop' into enhancement/better_error_on_unsaved_workfile
2024-09-04 02:03:09 +02:00
Roy Nieterau
614f2d4f63
Avoid double quotes around paths
2024-09-03 22:18:16 +02:00
Jakub Trllo
26d5f0c945
Merge branch 'develop' into enhancement/stricter-ruff
2024-09-03 14:33:54 +02:00
Jakub Trllo
7a1950f98e
use correct escape sequence
2024-09-03 14:33:29 +02:00
Jakub Trllo
809cb34171
add new line characters
2024-09-03 14:29:03 +02:00
Jakub Trllo
9fa4144feb
remove trailing spaces
2024-09-03 14:28:51 +02:00
Jakub Trllo
f549a6e437
bump version to '0.4.5-dev.1'
2024-09-03 14:11:51 +02:00
Jakub Trllo
8ea4dfd9f2
bump version to '0.4.4'
2024-09-03 14:11:25 +02:00
Jakub Trllo
574f5b158d
Merge branch 'develop' into enhancement/AY-6472_Nuke-screenshot-grabbing-on-multi-monitor-setup
2024-09-02 17:32:27 +02:00
Jakub Trllo
41497e76e9
set screen of dialog before fitting it
2024-09-02 17:12:33 +02:00
Roy Nieterau
98c5ea4792
Merge branch 'develop' into enhancement/better_error_on_unsaved_workfile
2024-09-02 14:41:16 +02:00
Roy Nieterau
065033a924
Merge branch 'develop' into enhancement/usd_workflow_use_entity_uri
2024-08-29 16:45:36 +02:00