File tree Expand file tree Collapse file tree 8 files changed +99
-29
lines changed
Expand file tree Collapse file tree 8 files changed +99
-29
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ common.apps.tk-multi-setframerange:
4040common.apps.tk-multi-publish2.location :
4141 type : app_store
4242 name : tk-multi-publish2
43- version : v2.2.2
43+ version : v2.3.0
4444
4545common.apps.tk-multi-loader2.location :
4646 type : app_store
Original file line number Diff line number Diff line change 1313
1414# 3dsMax
1515common.engines.tk-3dsmaxplus.location :
16- type : app_store
17- name : tk-3dsmaxplus
18- version : v0.5.3
16+ type : app_store
17+ name : tk-3dsmaxplus
18+ version : v0.5.3
1919
2020# Houdini
2121common.engines.tk-houdini.location :
22- type : app_store
23- name : tk-houdini
24- version : v1.5.6
22+ type : app_store
23+ name : tk-houdini
24+ version : v1.5.6
2525
2626# Maya
2727common.engines.tk-maya.location :
28- type : app_store
29- name : tk-maya
30- version : v0.9.4
28+ type : app_store
29+ name : tk-maya
30+ version : v0.9.4
3131
3232# Nuke
3333common.engines.tk-nuke.location :
34- type : app_store
35- name : tk-nuke
36- version : v0.11.4
34+ type : app_store
35+ name : tk-nuke
36+ version : v0.11.4
3737
3838# Photoshop
3939common.engines.tk-photoshopcc.location :
40- type : app_store
41- name : tk-photoshopcc
42- version : v1.6.3
40+ type : app_store
41+ name : tk-photoshopcc
42+ version : v1.6.3
4343
4444# Flame
4545common.engines.tk-flame.location :
46- type : app_store
47- name : tk-flame
48- version : v1.14.6
46+ type : app_store
47+ name : tk-flame
48+ version : v1.14.7
4949
5050# Desktop
5151common.engines.tk-desktop.location :
52- type : app_store
53- name : tk-desktop
54- version : v2.4.12
52+ type : app_store
53+ name : tk-desktop
54+ version : v2.4.12
55+
56+ # Desktop2
57+ common.engines.tk-desktop2.location :
58+ type : app_store
59+ name : tk-desktop2
60+ version : v0.3.1
5561
5662# Shell
5763common.engines.tk-shell.location :
58- type : app_store
59- name : tk-shell
60- version : v0.6.0
64+ type : app_store
65+ name : tk-shell
66+ version : v0.6.0
6167
6268# shotgun
6369common.engines.tk-shotgun.location :
64- type : app_store
65- name : tk-shotgun
66- version : v0.8.2
70+ type : app_store
71+ name : tk-shotgun
72+ version : v0.8.2
6773
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ frameworks:
2424 name : tk-framework-shotgunutils
2525 tk-framework-shotgunutils_v5.x.x :
2626 location :
27- version : v5.4.5
27+ version : v5.5.0
2828 type : app_store
2929 name : tk-framework-shotgunutils
3030 tk-framework-adminui_v0.x.x :
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2016 Shotgun Software Inc.
2+ #
3+ # CONFIDENTIAL AND PROPRIETARY
4+ #
5+ # This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit
6+ # Source Code License included in this distribution package. See LICENSE.
7+ # By accessing, using, copying or modifying this work you indicate your
8+ # agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
9+ # not expressly granted therein are reserved by Shotgun Software Inc.
10+ #
11+
12+ # this configuration defines the behavior of the Shotgun Desktop when it
13+ # is running in any configuration except the site configuration.
14+
15+ includes :
16+ - ../common/engines.yml
17+ - ../common/frameworks.yml
18+ - ../common/apps.yml
19+ - ../common/settings/tk-multi-publish2.yml
20+
21+ desktop2.all :
22+ apps :
23+
24+ tk-multi-publish2 :
25+ collector : " {self}/collector.py"
26+ publish_plugins :
27+ - ' @common.settings.tk-multi-publish2.publish_file'
28+ - ' @common.settings.tk-multi-publish2.upload_version'
29+ location : " @common.apps.tk-multi-publish2.location"
30+
31+ tk-multi-launchapp :
32+ scan_all_projects : true
33+ use_software_entity : true
34+ location : " @common.apps.tk-multi-launchapp.location"
35+
36+ location : " @common.engines.tk-desktop2.location"
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2016 Shotgun Software Inc.
2+ #
3+ # CONFIDENTIAL AND PROPRIETARY
4+ #
5+ # This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit
6+ # Source Code License included in this distribution package. See LICENSE.
7+ # By accessing, using, copying or modifying this work you indicate your
8+ # agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
9+ # not expressly granted therein are reserved by Shotgun Software Inc.
10+ #
11+
12+ # this configuration defines the behavior of the Shotgun Desktop when it
13+ # is running in its site level configuration
14+
15+ includes :
16+ - ../common/engines.yml
17+ - ../common/frameworks.yml
18+
19+ desktop2.site :
20+ apps :
21+ location : " @common.engines.tk-desktop2.location"
22+
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ includes:
1818- includes/nuke/project.yml
1919- includes/flame/project.yml
2020- includes/desktop/project.yml
21+ - includes/desktop2/all.yml
2122- includes/shell/project.yml
2223- includes/photoshopcc/project.yml
2324- includes/3dsmax/project.yml
@@ -29,6 +30,7 @@ engines:
2930 tk-nuke : ' @nuke.project'
3031 tk-nukestudio : ' @nukestudio.project'
3132 tk-desktop : ' @desktop.project'
33+ tk-desktop2 : ' @desktop2.all'
3234 tk-shell : ' @shell.project'
3335 tk-photoshopcc : ' @photoshopcc.project'
3436 tk-3dsmaxplus : ' @3dsmax.project'
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ description: Toolkit configuration to be loaded whenever an association with a
1313 shot has been established.
1414
1515includes :
16+ - includes/desktop2/all.yml
1617- includes/houdini/shot.yml
1718- includes/maya/shot.yml
1819- includes/nuke/shot.yml
@@ -23,6 +24,7 @@ includes:
2324- includes/shotgun/all.yml
2425
2526engines :
27+ tk-desktop2 : ' @desktop2.all'
2628 tk-houdini : ' @houdini.shot'
2729 tk-maya : ' @maya.shot'
2830 tk-nuke : ' @nuke.shot'
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ includes:
1818- includes/maya/site.yml
1919- includes/nuke/site.yml
2020- includes/desktop/site.yml
21+ - includes/desktop2/site.yml
2122- includes/shell/site.yml
2223- includes/photoshopcc/site.yml
2324- includes/3dsmax/site.yml
@@ -29,6 +30,7 @@ engines:
2930 tk-nuke : ' @nuke.site'
3031 tk-nukestudio : ' @nuke.site'
3132 tk-desktop : ' @desktop.site'
33+ tk-desktop2 : ' @desktop2.site'
3234 tk-shell : ' @shell.site'
3335 tk-photoshopcc : ' @photoshopcc.site'
3436 tk-3dsmaxplus : ' @3dsmax.site'
You can’t perform that action at this time.
0 commit comments