Commit graph

59 commits

Author SHA1 Message Date
Petr Kalis
7013c6e25e OP-2003 - attempt to remove IS_HEADLESS and replace it with targets
WIP, targets not working yet
2021-11-12 17:36:18 +01:00
iLLiCiTiT
88ac91c82c fix help 2021-11-09 17:50:44 +01:00
iLLiCiTiT
afd93a4035 ftrack uses new cli option to register it's cli commands 2021-11-09 16:57:02 +01:00
Jakub Trllo
ce99081b7a
Merge pull request #2203 from pypeclub/bugfix/ftrack_sync_not_expect_set_ftrack_id
Ftrack: Fill missing ftrack id on mongo project
2021-11-03 18:02:59 +01:00
iLLiCiTiT
9b0dc76c2e replaced Queue with deque in avalon sync lib 2021-11-03 17:16:41 +01:00
iLLiCiTiT
0094e956ff replaced Queue with deque in delete asset action 2021-11-03 17:16:24 +01:00
iLLiCiTiT
043fed0d00 replaced Queue with deque in event sync to avalon 2021-11-03 17:16:08 +01:00
iLLiCiTiT
91b30c1f10 fill missing 'ftrackId' key on project if is not available 2021-11-03 17:09:18 +01:00
Petr Kalis
479878dc08 Merge remote-tracking branch 'origin/develop' into OP-1206_Add-loader-for-linked-smart-objects-in-Photoshop 2021-10-25 14:01:53 +02:00
iLLiCiTiT
71d79a2dc9 ignore save warnings exception in prepare project 2021-10-19 15:25:16 +02:00
Petr Kalis
15b67e239b PYPE-1901 - fix missing return for standard publishing 2021-10-13 14:44:51 +02:00
iLLiCiTiT
c9b760fcde stop all threads in ftrack 2021-10-13 10:55:21 +02:00
Petr Kalis
5d1a83a28a PYPE-1901 - add resolving of ftrack username to remote publish of Photoshop too 2021-10-12 18:42:57 +02:00
Toke Stuart Jepsen
b4d55bf1fa Merge branch 'develop' into feature/timers_manager_get_task_time
# Conflicts:
#	openpype/modules/default_modules/ftrack/ftrack_module.py
2021-10-07 15:57:50 +01:00
iLLiCiTiT
c55ca5af2d skip keys before they're checked 2021-10-05 10:26:17 +02:00
iLLiCiTiT
c03ba80974 fix set adding 2021-10-05 10:22:55 +02:00
iLLiCiTiT
253f7f97c4 raise not found custom attributes only for attributes that can be set on ftrack 2021-10-05 10:19:56 +02:00
iLLiCiTiT
a2a350b434 use constant for "intent" custom attribute 2021-10-05 10:19:25 +02:00
iLLiCiTiT
b7581c4c7d event server cli uses validate mongo url from openpype.lib 2021-10-01 18:14:09 +02:00
iLLiCiTiT
d684cac9bf added session check to ftrack mongo connection 2021-10-01 14:56:28 +02:00
iLLiCiTiT
886188a489 change expected method name to 'get_ftrack_event_handler_paths' 2021-09-20 19:23:55 +02:00
iLLiCiTiT
ba6934946f removed unused functions 2021-09-20 19:20:21 +02:00
iLLiCiTiT
9bf53533cd removed IFtrackEventHandlerPaths 2021-09-20 19:19:20 +02:00
iLLiCiTiT
885b84fc15 ftrack module does not check IFtrackEventHandlerPaths 2021-09-20 19:19:15 +02:00
iLLiCiTiT
a447879ab9 Merge branch 'develop' into feature/timers_manager_wihtout_interface 2021-09-20 17:21:38 +02:00
iLLiCiTiT
658583fb19 added missing settings key for delete old versions action 2021-09-17 11:12:16 +02:00
iLLiCiTiT
4f19f335ca Merge branch 'develop' into feature/staging_icon 2021-09-16 18:59:54 +02:00
iLLiCiTiT
3704b0c4cf modified ftrack to not use ITimersManager but defined attributes with predefined methods 2021-09-15 11:35:11 +02:00
Jakub Trllo
0ff8e4a5ea
Merge pull request #2015 from pypeclub/bugfix/1310-ftrack-actions-in-job-monitor
Ftrack: Sync to avalon actions have jobs
2021-09-14 21:21:26 +02:00
iLLiCiTiT
01a3e96b72 added openpype executable to main process info 2021-09-14 16:26:20 +02:00
iLLiCiTiT
ce379e3cb4 add openpype version information about each process 2021-09-14 16:26:05 +02:00
iLLiCiTiT
9e7a445275 Statuser converts status data to OrderedDict 2021-09-14 16:19:30 +02:00
iLLiCiTiT
1f55ae8701 use 'get_openpype_icon_filepath' instead of 'pype_icon_filepath' 2021-09-14 15:20:51 +02:00
iLLiCiTiT
57af5bdf08 removed unused exception variables 2021-09-14 10:41:54 +02:00
iLLiCiTiT
0749a96492 show_interface can change submit button label 2021-09-14 10:36:29 +02:00
iLLiCiTiT
c13f6132d6 removed irelevant comments 2021-09-14 10:36:07 +02:00
iLLiCiTiT
71a2dd8a67 added job of synchronization where can be uploaded traceback 2021-09-14 10:35:40 +02:00
iLLiCiTiT
2bd9ef0b53 exception handling moved from 'synchronization' to 'launch' 2021-09-14 10:35:10 +02:00
iLLiCiTiT
e7046b09d7 synchronization logic is encapsulated in synchronization method 2021-09-14 10:30:37 +02:00
felix.wang
b2b248f818 addressing comments PR#1996 2021-09-10 14:43:09 -07:00
felix.wang
fca3559896 Merge branch 'develop' of https://github.com/pypeclub/OpenPype into pypeclub-develop 2021-09-08 17:28:58 -07:00
Petr Kalis
53c6c98184 #1938 - changed warning to info method
Modified logging a bit
2021-09-07 12:08:49 +02:00
Toke Stuart Jepsen
7158924628 Merge branch 'develop' into feature/timers_manager_get_task_time
# Conflicts:
#	repos/avalon-core
2021-09-01 08:22:59 +01:00
Toke Jepsen
d1e8032fcd
Failsafe for not finding the task.
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2021-09-01 09:06:04 +02:00
iLLiCiTiT
8c04008b4f fix attribute name from host to hosts 2021-08-31 10:25:11 +02:00
Toke Stuart Jepsen
dcfa8b1ff2 Merge branch 'develop' into feature/timers_manager_get_task_time
# Conflicts:
#	openpype/modules/default_modules/ftrack/ftrack_module.py
2021-08-30 14:08:32 +01:00
Petr Kalis
430801da30 Webpublisher - move plugin to Ftrack 2021-08-25 14:36:37 +02:00
iLLiCiTiT
7831e6a381 Merge branch 'develop' into feature/dynamic_modules 2021-08-17 10:14:00 +02:00
iLLiCiTiT
abd7bfa375 moved new file to right folder 2021-08-10 15:41:03 +02:00
iLLiCiTiT
3d4c18941a modified imports in comments 2021-08-10 15:25:45 +02:00