Commit graph

381 commits

Author SHA1 Message Date
Jakub Trllo
4a5e0afbfe
Merge pull request #3820 from BigRoy/fix_mayaascii_family_name_defaults
Maya+Ftrack: Change typo in family name `mayaascii` -> `mayaAscii`
2022-09-13 16:23:59 +02:00
Roy Nieterau
1bc37ace46 Actually break loop early on detected mapping 2022-09-13 15:45:48 +02:00
Roy Nieterau
4466d8a942 Remove redundant logic since just above it's forced to be "upload" when not asset_type 2022-09-13 15:45:11 +02:00
Roy Nieterau
778e0b2e49 Perform case-insensitive lookup 2022-09-13 15:44:20 +02:00
Jakub Trllo
477266f140 better variable name for ftrack url value check 2022-09-13 15:18:56 +02:00
Jakub Trllo
09519c25a8 removed unused argument 'log_errors' 2022-09-13 15:17:25 +02:00
Jakub Trllo
0291d2a705 renamed 'check_ftrack_url' to 'resolve_ftrack_url' 2022-09-13 15:15:18 +02:00
Jakub Trllo
aead601397 unify messages 2022-09-13 15:11:20 +02:00
Jakub Trllo
98f1312ce9
Modify log message
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-09-13 15:06:31 +02:00
Jakub Trllo
21e050a8f1 use new import of 'check_ftrack_url' 2022-09-13 14:05:25 +02:00
Jakub Trllo
b29f26b28c changed imports in ftrack tray 2022-09-13 14:02:42 +02:00
Jakub Trllo
ecee2d2be5 implemented 'check_ftrack_url' in ftrack module 2022-09-13 14:02:11 +02:00
Roy Nieterau
d0665c3928 Change mayaascii -> mayaAscii 2022-09-09 13:06:12 +02:00
Jakub Trllo
225fadac9f
Merge pull request #3768 from pypeclub/feature/OP-3394_Move-create-project-folders-to-pipeline
General: Move create project folders to pipeline
2022-09-08 11:45:53 +02:00
Jakub Trllo
41f0e4cd34 Merge branch 'develop' into feature/OP-3394_Move-create-project-folders-to-pipeline 2022-09-07 12:05:07 +02:00
Jakub Trllo
3ac5305f65 better user query 2022-09-01 13:54:58 +02:00
Jakub Trllo
8e6b0567c9 skip 'WEBPUBLISH_OPENPYPE_USERNAME' usage 2022-09-01 13:54:29 +02:00
Jakub Trllo
6bcbf34d27 changed class name to 'CollectUsernameForWebpublish' 2022-09-01 13:53:39 +02:00
Jakub Trllo
c7ffda124e moved 'create_project_folders' and 'get_project_basic_paths' 2022-08-31 16:10:54 +02:00
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