Skip to content

Commit 9ce1b0b

Browse files
authored
SG-9252: Merges tk-desktop2 into the basic config. (#67)
* Merges tk-desktop2 into the basic config. * Latest apps and engines.
1 parent b445646 commit 9ce1b0b

File tree

8 files changed

+99
-29
lines changed

8 files changed

+99
-29
lines changed

env/includes/common/apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ common.apps.tk-multi-setframerange:
4040
common.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

4545
common.apps.tk-multi-loader2.location:
4646
type: app_store

env/includes/common/engines.yml

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,55 +13,61 @@
1313

1414
# 3dsMax
1515
common.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
2121
common.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
2727
common.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
3333
common.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
3939
common.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
4545
common.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
5151
common.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
5763
common.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
6369
common.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

env/includes/common/frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

env/includes/desktop2/all.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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"

env/includes/desktop2/site.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

env/project.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

env/shot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ description: Toolkit configuration to be loaded whenever an association with a
1313
shot has been established.
1414

1515
includes:
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

2526
engines:
27+
tk-desktop2: '@desktop2.all'
2628
tk-houdini: '@houdini.shot'
2729
tk-maya: '@maya.shot'
2830
tk-nuke: '@nuke.shot'

env/site.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)