File tree Expand file tree Collapse file tree 10 files changed +30
-11
lines changed Expand file tree Collapse file tree 10 files changed +30
-11
lines changed Original file line number Diff line number Diff line change 14
14
location :
15
15
type : app_store
16
16
name : tk-core
17
- version : v0.18.120
17
+ version : v0.18.124
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ includes:
85
85
- actions :
86
86
- quicktime_clipboard
87
87
- sequence_clipboard
88
+ - add_to_playlist
88
89
filters : {}
89
90
enable_context_switch : true
90
91
location : " @common.apps.tk-multi-shotgunpanel.location"
Original file line number Diff line number Diff line change @@ -29,12 +29,18 @@ common.apps.tk-multi-pythonconsole:
29
29
type : app_store
30
30
name : tk-multi-pythonconsole
31
31
32
+ common.apps.tk-multi-setframerange :
33
+ location :
34
+ version : v0.3.0
35
+ type : app_store
36
+ name : tk-multi-setframerange
37
+
32
38
# locations for common apps
33
39
34
40
common.apps.tk-multi-publish2.location :
35
41
type : app_store
36
42
name : tk-multi-publish2
37
- version : v2.0.6
43
+ version : v2.0.9
38
44
39
45
common.apps.tk-multi-loader2.location :
40
46
type : app_store
@@ -44,18 +50,17 @@ common.apps.tk-multi-loader2.location:
44
50
common.apps.tk-multi-shotgunpanel.location :
45
51
type : app_store
46
52
name : tk-multi-shotgunpanel
47
- version : v1.4.9
53
+ version : v1.5.0
48
54
49
55
common.apps.tk-multi-launchapp.location :
50
56
type : app_store
51
57
name : tk-multi-launchapp
52
58
version : v0.9.15
53
59
54
- common.apps.tk-multi-setframerange :
55
- location :
56
- version : v0.3.0
57
- type : app_store
58
- name : tk-multi-setframerange
60
+ common.apps.tk-nuke-quickreview.location :
61
+ type : app_store
62
+ name : tk-nuke-quickreview
63
+ version : v1.0.1
59
64
60
65
# help urls
61
66
Original file line number Diff line number Diff line change 14
14
frameworks :
15
15
tk-framework-qtwidgets_v2.x.x :
16
16
location :
17
- version : v2.6.6
17
+ version : v2.7.1
18
18
type : app_store
19
19
name : tk-framework-qtwidgets
20
20
tk-framework-shotgunutils_v4.x.x :
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ houdini.apps.tk-multi-shotgunpanel:
86
86
- actions :
87
87
- quicktime_clipboard
88
88
- sequence_clipboard
89
+ - add_to_playlist
89
90
filters : {}
90
91
enable_context_switch : true
91
92
location : " @common.apps.tk-multi-shotgunpanel.location"
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ maya.apps.tk-multi-shotgunpanel:
80
80
- actions : [assign_task, task_to_ip]
81
81
filters : {}
82
82
Version :
83
- - actions : [quicktime_clipboard, sequence_clipboard]
83
+ - actions : [quicktime_clipboard, sequence_clipboard, add_to_playlist ]
84
84
filters : {}
85
85
enable_context_switch : true
86
86
location : " @common.apps.tk-multi-shotgunpanel.location"
Original file line number Diff line number Diff line change @@ -92,10 +92,18 @@ nuke.apps.tk-multi-shotgunpanel:
92
92
filters : {published_file_type: Rendered Image}
93
93
- actions : [read_node]
94
94
filters : {published_file_type: Texture}
95
+ - actions : [publish_clipboard]
96
+ filters : {}
95
97
Task :
96
98
- actions : [assign_task, task_to_ip]
97
99
filters : {}
100
+ Version :
101
+ - actions : [quicktime_clipboard, sequence_clipboard, add_to_playlist]
102
+ filters : {}
103
+
98
104
actions_hook : ' {self}/general_actions.py:{self}/tk-nuke_actions.py'
99
105
enable_context_switch : true
100
106
location : " @common.apps.tk-multi-shotgunpanel.location"
101
107
108
+ nuke.apps.tk-nuke-quickreview :
109
+ location : " @common.apps.tk-nuke-quickreview.location"
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ nuke.project:
27
27
28
28
tk-multi-shotgunpanel : ' @nuke.apps.tk-multi-shotgunpanel'
29
29
30
+ tk-nuke-quickreview : ' @nuke.apps.tk-nuke-quickreview'
31
+
30
32
location : " @common.engines.tk-nuke.location"
31
33
menu_favourites : []
32
34
run_at_startup :
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ nuke.shot:
30
30
31
31
tk-multi-shotgunpanel : ' @nuke.apps.tk-multi-shotgunpanel'
32
32
33
+ tk-nuke-quickreview : ' @nuke.apps.tk-nuke-quickreview'
34
+
33
35
location : " @common.engines.tk-nuke.location"
34
36
menu_favourites : []
35
37
run_at_startup :
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ photoshopcc.apps.tk-multi-shotgunpanel:
79
79
- actions : [assign_task, task_to_ip]
80
80
filters : {}
81
81
Version :
82
- - actions : [quicktime_clipboard, sequence_clipboard]
82
+ - actions : [quicktime_clipboard, sequence_clipboard, add_to_playlist ]
83
83
filters : {}
84
84
enable_context_switch : true
85
85
location : " @common.apps.tk-multi-shotgunpanel.location"
You can’t perform that action at this time.
0 commit comments