Commit graph

133 commits

Author SHA1 Message Date
Milan Kolar
8705ac4a62 Merge branch 'master' into 2.x/develop 2020-09-09 17:01:55 +02:00
iLLiCiTiT
c68423279c everywhere where io_nonsingleton was used is used AvalonmongoDB now 2020-09-08 15:10:34 +02:00
iLLiCiTiT
427a6109b7 removed all io_nonsingleton files from pype 2020-09-08 15:09:42 +02:00
Jakub Ježek
0ed651ceed
Merge pull request #489 from pypeclub/feature/better_ftrack_gui
Enhanced Ftrack credentials GUI
2020-08-28 12:02:23 +02:00
iLLiCiTiT
992ec517f5 Merge branch 'master' into release/2.12.0-rc 2020-08-27 15:05:35 +02:00
iLLiCiTiT
4466db6e12 fix user id missing formatting brackets 2020-08-27 14:02:38 +02:00
iLLiCiTiT
7cdacafb83 Moved PR from 2.x/develop 2020-08-27 12:54:53 +02:00
iLLiCiTiT
2f05d7cb19 fixed closing widget 2020-08-26 13:08:37 +02:00
iLLiCiTiT
b98db04a86 close widget when successfully logged in 2020-08-26 13:01:03 +02:00
iLLiCiTiT
ca05176ce5 thread does not have stop method 2020-08-26 12:54:40 +02:00
iLLiCiTiT
c49ad39965 more secure icon changes 2020-08-26 12:46:21 +02:00
iLLiCiTiT
15cb739329 ftrack module modified to be able handle new ftrack login dialog 2020-08-26 12:45:16 +02:00
iLLiCiTiT
e0e4b4eb9f login dialog was rewriten from base 2020-08-26 12:44:50 +02:00
iLLiCiTiT
bda8cb8801 login thread is not qthread based 2020-08-26 12:44:32 +02:00
Toke Stuart Jepsen
76d65ca6d3 Thumbnail parent
Assetversion was not found when its not linked to a task. assetversion["task"] returns None instead of raising exception.
2020-08-26 11:06:49 +01:00
Jakub Trllo
576beb7446
removed unused variable 2020-08-20 20:34:50 +02:00
iLLiCiTiT
009a02f104 removed unnecessary logs 2020-08-20 19:39:49 +02:00
iLLiCiTiT
293ceb8e0b fixed few minor bugs 2020-08-20 19:33:53 +02:00
iLLiCiTiT
a628260c82 moved code in better order 2020-08-20 19:33:42 +02:00
iLLiCiTiT
044434b352 event handle the same way as action 2020-08-20 19:32:36 +02:00
iLLiCiTiT
fb6de46cd6 pushing is also pushing to item itself 2020-08-20 19:05:56 +02:00
iLLiCiTiT
07b34dec92 show only on project 2020-08-20 17:45:59 +02:00
iLLiCiTiT
97b42d8703 ignore action by default 2020-08-20 16:46:35 +02:00
iLLiCiTiT
a37da37bd1 commit all changes at once 2020-08-20 16:42:56 +02:00
iLLiCiTiT
8ae527a154 action converted to server action 2020-08-20 16:39:47 +02:00
iLLiCiTiT
516fafbfec moved action to server 2020-08-20 16:39:16 +02:00
iLLiCiTiT
1431930e6a implemented event handler for pushing frameStart and frameEnd values to task specific custom attributes 2020-08-20 16:05:13 +02:00
iLLiCiTiT
4c6e5fefb4 implemented action for pushing frameStart and frameEnd values to task specific custom attributes 2020-08-20 16:05:03 +02:00
iLLiCiTiT
8f9fb484ce added missing argument to launch_application in ftrack app handler 2020-08-18 17:33:58 +02:00
Milan Kolar
68deeccad2
Merge pull request #443 from pypeclub/draft/no_qml_launhcer
Implementation of non QML launcher
2020-08-17 14:10:07 +02:00
Milan Kolar
7e9787ee8c
Merge pull request #436 from pypeclub/bugfix/empty_enumerator_attributes
Bugfix/empty enumerator attributes
2020-08-17 11:55:58 +02:00
iLLiCiTiT
7f7b220d32 moved app launching to pype.lib 2020-08-15 01:39:18 +02:00
iLLiCiTiT
8d5c2750c0 implemented task to version status event handler 2020-08-14 13:45:33 +02:00
iLLiCiTiT
40accd1c39 Make sure tools and applications attributes always have at least one item in to not raise an exception 2020-08-12 21:22:54 +02:00
Milan Kolar
1923d60600 Merge branch 'hotfix/invalid-scope' into 2.x/develop 2020-08-12 14:18:07 +02:00
iLLiCiTiT
0c3076c931 it is not checked blocked state on parents tasks but if status name is omitted 2020-08-11 11:30:35 +02:00
Jakub Jezek
1db9d9e247 fix delivery action variable and create directories 2020-08-10 17:09:17 +01:00
iLLiCiTiT
ca165f6139 blocked statuses are ignored when done statuses are checked 2020-08-10 16:25:23 +02:00
iLLiCiTiT
0c67a85ce7 moved few steps 2020-08-10 14:28:58 +02:00
iLLiCiTiT
151631596a minor fixes 2020-08-10 13:23:29 +02:00
iLLiCiTiT
63464d14b4 splitted next_task_update into more parts 2020-08-10 13:22:18 +02:00
Milan Kolar
72dc0246d7 custom path wasn't working for delivery 2020-08-10 10:04:23 +02:00
Milan Kolar
1802ea5ec3
Merge pull request #397 from pypeclub/bugfix/delivery_action_can_work_with_entered_path
Delivery action can now work with entered path
2020-08-07 15:26:32 +02:00
Milan Kolar
edd79ade52 Merge branch 'feature/ftrack_group_is_fwd_compatible' into 2.x/develop 2020-08-07 14:48:40 +02:00
iLLiCiTiT
ce3271de02 query also pype group in ftrack attributes 2020-08-07 12:41:53 +02:00
iLLiCiTiT
941f6be192 query also avalon group in get_pype_attr 2020-08-07 12:39:47 +02:00
iLLiCiTiT
def7fa7e08 added check for template value that it is a string 2020-08-06 11:06:16 +02:00
iLLiCiTiT
3770d642e9 use only keys in delivery with {root in value 2020-08-06 10:57:49 +02:00
Milan Kolar
16f38545eb
Merge pull request #374 from tokejepsen/2.x/feature/ftrack_action_delete_size
Calculate size
2020-08-06 10:55:53 +02:00
iLLiCiTiT
bb9e5ef4f9 args for proces methods are pre-pared 2020-07-29 14:21:57 +02:00