Commit graph

362 commits

Author SHA1 Message Date
Jakub Trllo
a1b20c2268 use new location of 'create_project' function 2022-08-31 15:03:49 +02:00
Jakub Trllo
cd4b5ce227 Merge branch 'develop' into feature/OP-3835_Move-publish-utils-to-pipeline 2022-08-30 13:48:02 +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
e2060b9d65 marked 'get_format_dict' as deprecated and moved it to pipeline delivery 2022-08-29 15:00:08 +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
c26119cc9f use new functions in code 2022-08-29 14:13:08 +02:00
Jakub Trllo
fcb047770a fix import in collect ftrack api 2022-08-29 12:07:51 +02:00
Jakub Trllo
10758ec144 use new source of order variables 2022-08-26 14:51:22 +02:00
Jakub Trllo
d0245ee23f
Merge pull request #3731 from pypeclub/feature/module_interfaces_cleanup
General: Module interfaces cleanup
2022-08-26 11:33:00 +02:00
Jakub Trllo
8cc6086e92 removed usage of 'ILaunchHookPaths' 2022-08-25 12:22:19 +02:00
Jakub Trllo
08efc477ca small tweaks in usage of Logger 2022-08-24 16:21:04 +02:00
Jakub Trllo
882e00baef use Logger instead of PypeLogger 2022-08-24 15:52:47 +02:00
Jakub Trllo
7a1d161ab4
Merge pull request #3677 from pypeclub/feature/OP-3733_Ftrack-set-version-status-on-integration
Ftrack: Store ftrack entities on hierarchy integration to instances
2022-08-24 14:08:37 +02:00
Jakub Trllo
bc7aa718ad use current schemas from client 2022-08-23 17:45:49 +02:00
Jakub Trllo
40a667c3cf
Merge pull request #3671 from pypeclub/feature/OP-3727_Sync-to-avalon-logs
Ftrack: More logs related to auto sync value change
2022-08-19 11:38:08 +02:00
Jakub Trllo
de0e5cf8f9
Merge branch 'develop' into feature/OP-3733_Ftrack-set-version-status-on-integration 2022-08-18 13:40:05 +02:00
Jakub Trllo
8b4cc9037b Merge branch 'develop' into feature/OP-2356_ftrack-enhance-component-metadata 2022-08-18 09:42:24 +02:00
Jakub Trllo
5a0b15c63b fix typo in codec 2022-08-17 15:35:46 +02:00
Jakub Trllo
40be8f0d5f
Merge pull request #3680 from pypeclub/feature/OP-3734_Set-task-status-on-farm-publishing
Ftrack: Set task status on farm publishing
2022-08-17 14:29:21 +02:00
Jakub Trllo
6d4a80cd30 added some logs related to status changes 2022-08-17 14:28:27 +02:00
Jakub Trllo
671cf183fd fix statuses lookup by task type 2022-08-17 14:18:13 +02:00
Jakub Trllo
bc3aa4b160 fix getting of task statuses 2022-08-17 13:54:06 +02:00
Jakub Trllo
cb34f4619e log availabl status names 2022-08-17 13:30:20 +02:00
Jakub Trllo
4dba68c5bd fix function import and call 2022-08-17 13:30:14 +02:00
Jakub Trllo
05f1b732b6 fill context task entity in collect ftrack api 2022-08-17 13:22:34 +02:00
Jakub Trllo
51c27f28c0 added ability to add additional metadata to components 2022-08-17 12:20:06 +02:00
Jakub Trllo
95c19cc412 fill context entities in all instances 2022-08-17 11:22:56 +02:00
Jakub Trllo
346e3b8300 removed families filter 2022-08-17 11:11:39 +02:00
Jakub Trllo
58f19f15f4 skip disabled instances 2022-08-17 11:05:04 +02:00
Jakub Trllo
2f3e6a73e3 Change label of plugin 2022-08-17 10:48:50 +02:00
Jakub Trllo
e0c7ba8617 added new plugin which change task status for instances if they are rendered on farm 2022-08-16 17:53:16 +02:00
Jakub Trllo
b679a46b9c changed default value of 'asset_versions_status_profiles' to match settings 2022-08-16 14:32:55 +02:00
Jakub Trllo
a8bc744185 store ftrack task to instance on creation 2022-08-16 13:56:40 +02:00
Jakub Trllo
088a2d2003 use task status profiles to change task status id on creation 2022-08-16 11:55:23 +02:00
Jakub Trllo
4193b54700 added more information when auto sync is turned on/off 2022-08-15 18:36:33 +02:00
Jakub Trllo
b89e99e890 change imports of 'get_workfile_template_key', 'get_workfile_template_key_from_context' and 'get_workdir_with_workdir_data' and 'get_workdir' in code 2022-08-09 12:47:29 +02:00
Milan Kolar
ddb8ad2666
Merge pull request #3627 from pypeclub/release/3.13.x 2022-08-09 10:18:34 +02:00
Jakub Trllo
7e2f7efa64 handle new added entities 2022-08-04 18:07:07 +02:00
Jakub Trllo
b7c377e422 handle create, update and delete operations properly 2022-08-04 18:07:01 +02:00
Jakub Trllo
d5a6ef475f
Merge pull request #3615 from pypeclub/feature/OP-3473_Leaving-comment-with-publishing
Ftrack: Comment template can contain optional keys
2022-08-04 14:29:12 +02:00
Jakub Trllo
09e68b5a25 use StringTemplate in integrate ftrack note 2022-08-03 18:30:25 +02:00
Jakub Trllo
c4fce5fea9 integrate description can use optional keys 2022-08-03 17:40:47 +02:00
Jakub Trllo
e4c1c204d1 add metada also for src components 2022-08-03 16:33:17 +02:00
Jakub Trllo
502a8c6ee7 add more metadata to ftrack components 2022-08-03 16:12:52 +02:00
Jakub Trllo
bd4ebab60d make sure ftrackreview-image is renamed to thumbnail if there is ftrackreview-mp4 to be able play it 2022-08-03 16:03:48 +02:00
Jakub Jezek
4160713a62
Merge branch 'develop' into feature/OP-3445_tray-publisher-editorial 2022-07-28 17:39:56 +02:00
Jakub Trllo
ee374b1295
Merge pull request #3574 from pypeclub/feature/OP-3647_Separate-extraction-of-template-data-into-more-functions
General: Separate extraction of template data into more functions
2022-07-28 11:53:13 +02:00
Jakub Trllo
2d75a57a90
Merge pull request #3570 from pypeclub/bugfix/OP-3644_Handle-missing-published-path-in-ftrack-integrator
Ftrack: Handle missing published path in integrator
2022-07-28 10:15:33 +02:00