Roy Nieterau
|
e8aa926cb7
|
Move single use of in-line function to the class for readability
|
2022-08-30 09:28:42 +02:00 |
|
Roy Nieterau
|
8af88e1157
|
More cleanup
|
2022-08-30 09:08:44 +02:00 |
|
Roy Nieterau
|
965522585b
|
Remove redundant docstring
|
2022-08-30 01:11:12 +02:00 |
|
Roy Nieterau
|
d7c72f97b3
|
Batch submit assembly jobs
|
2022-08-30 01:10:19 +02:00 |
|
Roy Nieterau
|
a9fe806fec
|
Calculate once
|
2022-08-30 01:02:24 +02:00 |
|
Roy Nieterau
|
a6002de641
|
Refactor _format_tiles for readability
|
2022-08-30 00:58:23 +02:00 |
|
Roy Nieterau
|
6abafd0aca
|
Refactor tile logic
|
2022-08-30 00:41:30 +02:00 |
|
Roy Nieterau
|
ecf2a89081
|
More temp restructuring
|
2022-08-29 23:39:11 +02:00 |
|
Roy Nieterau
|
f9bbda244b
|
More explicit PluginInfo name
|
2022-08-29 23:22:19 +02:00 |
|
Roy Nieterau
|
f91e33c038
|
More refactoring/cleanup (WIP)
|
2022-08-29 23:21:30 +02:00 |
|
Roy Nieterau
|
7af7f71eda
|
Remove logging of plugin name
|
2022-08-29 19:58:04 +02:00 |
|
Roy Nieterau
|
ae250c4a10
|
Remove unused comment key-value
|
2022-08-29 19:55:40 +02:00 |
|
Roy Nieterau
|
6f5fcecfae
|
Use existing variable renderer
|
2022-08-29 19:55:24 +02:00 |
|
Roy Nieterau
|
4abddd027d
|
Use collected render products for image prefix
|
2022-08-29 19:55:07 +02:00 |
|
Roy Nieterau
|
23e652a51f
|
Patch plug-in payload with settings
|
2022-08-29 19:54:36 +02:00 |
|
Roy Nieterau
|
c725ff5b42
|
Move replacing in publishRenderMetadataFolder to abstract base class
|
2022-08-29 19:35:05 +02:00 |
|
Roy Nieterau
|
2933b37ef7
|
Refactor code for readability
|
2022-08-29 19:34:27 +02:00 |
|
Roy Nieterau
|
e81e3a7a10
|
Fix missing line
|
2022-08-29 19:22:06 +02:00 |
|
Roy Nieterau
|
2da8f036de
|
Refactor logic for less indentation
|
2022-08-29 19:19:37 +02:00 |
|
Roy Nieterau
|
dc5756564b
|
Merge remote-tracking branch 'upstream/develop' into maya_submit_deadline_abstract_base
|
2022-08-29 19:16:13 +02:00 |
|
Roy Nieterau
|
67b8664be0
|
Remove comment for patched file code refactor since it's already implemented
|
2022-08-29 19:15:20 +02:00 |
|
Roy Nieterau
|
dc4c32b6fc
|
Fix representation data for workfile
|
2022-08-29 19:14:58 +02:00 |
|
Jakub Trllo
|
e13179a167
|
Merge pull request #3751 from pypeclub/feature/OP-3844_Move-delivery-logic-to-pipeline
General: Move delivery logic to pipeline
|
2022-08-29 16:45:02 +02:00 |
|
Jakub Trllo
|
cd09f23b96
|
removed unused import
|
2022-08-29 16:44:51 +02:00 |
|
Jakub Trllo
|
19c7d2b8a1
|
marked 'copy_file' as deprecated
|
2022-08-29 15:20:21 +02:00 |
|
Jakub Trllo
|
d3a7637d15
|
Marked 'process_sequence' as deprecated and moved to pipeline delivery as 'deliver_sequence'
|
2022-08-29 15:10:44 +02:00 |
|
Jakub Trllo
|
eaff50b23e
|
Marked 'process_single_file' as deprecated and moved to pipeline delivery as 'deliver_single_file'
|
2022-08-29 15:07:45 +02:00 |
|
Jakub Trllo
|
dc77d4a609
|
marked 'check_destination_path' as deprecated and moved to pipeline.delivery
|
2022-08-29 15:04:03 +02:00 |
|
Jakub Trllo
|
fe566f4a4b
|
copied 'copy_file' to 'pipeline.delivery' and renamed to '_copy_file'
|
2022-08-29 15:00:57 +02:00 |
|
Jakub Trllo
|
e2060b9d65
|
marked 'get_format_dict' as deprecated and moved it to pipeline delivery
|
2022-08-29 15:00:08 +02:00 |
|
Jakub Trllo
|
14dc209ab0
|
'get_project_template_data' can access project name
|
2022-08-29 14:53:52 +02:00 |
|
Jakub Trllo
|
ea241ca807
|
added some docstrings to deprecated functions
|
2022-08-29 14:41:44 +02:00 |
|
Jakub Trllo
|
f2a191861b
|
marked 'path_from_representation' as deprecated and replaced it's usage with 'get_representation_path_with_anatomy'
|
2022-08-29 14:41:28 +02:00 |
|
Jakub Trllo
|
315cf40d8b
|
fixed import in load utils
|
2022-08-29 14:29:43 +02:00 |
|
Jakub Trllo
|
d58ea89415
|
implemented 'get_representation_path_with_anatomy'.
|
2022-08-29 14:26:23 +02:00 |
|
Jakub Trllo
|
aeb30b3101
|
marked functions in delivery as deprecated
|
2022-08-29 14:13:21 +02:00 |
|
Jakub Trllo
|
c26119cc9f
|
use new functions in code
|
2022-08-29 14:13:08 +02:00 |
|
Jakub Trllo
|
6398f02109
|
copied function to collect frames 'collect_frames'
|
2022-08-29 14:10:48 +02:00 |
|
Jakub Trllo
|
3618e8f856
|
create formatting function for file sizes 'format_file_size'
|
2022-08-29 14:10:23 +02:00 |
|
Jakub Trllo
|
55e4f4f468
|
Merge pull request #3748 from pypeclub/bugfix/few-import-changes
General: Smaller fixes of imports
|
2022-08-29 13:21:04 +02:00 |
|
Jakub Ježek
|
f0e09c9841
|
Merge pull request #3737 from pypeclub/bugfix/OP-3700_Nuke-missing-job-dependency-if-multiple-bake-streams
|
2022-08-29 12:53:03 +02:00 |
|
Jakub Trllo
|
5ad2de372a
|
use new 'get_subset_name' in creator plugins
|
2022-08-29 12:11:30 +02:00 |
|
Jakub Trllo
|
fcb047770a
|
fix import in collect ftrack api
|
2022-08-29 12:07:51 +02:00 |
|
Jakub Trllo
|
ce3d0094a3
|
Merge pull request #3742 from maxpareschi/3.14.1-22dogs.1
enhancement/workfile template also matches against os.environ
|
2022-08-29 11:27:54 +02:00 |
|
pypebot
|
99413a3942
|
[Automated] Merged main into develop
|
2022-08-27 06:12:41 +02:00 |
|
OpenPype
|
55849039b5
|
[Automated] Bump version
|
2022-08-27 04:12:30 +00:00 |
|
pypebot
|
933e98e1e1
|
[Automated] Merged develop into main
|
2022-08-27 06:03:49 +02:00 |
|
64qam
|
90da5e4502
|
Merge pull request #3744 from pypeclub/feature/OP-3836_Host-addons-cleanup
General: Host addons cleanup
|
2022-08-26 16:41:34 +02:00 |
|
Jakub Trllo
|
4fda8d6ff2
|
fix addon name
|
2022-08-26 16:34:36 +02:00 |
|
Jakub Trllo
|
a0c3eb6f80
|
removed unnecessary lines
|
2022-08-26 16:32:34 +02:00 |
|