File tree Expand file tree Collapse file tree 4 files changed +33
-5
lines changed Expand file tree Collapse file tree 4 files changed +33
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ includes:
17
17
- ../common/apps.yml
18
18
- ../common/settings/tk-multi-publish2.yml
19
19
20
- shell.all :
20
+ shell.project :
21
21
apps :
22
22
tk-multi-launchapp :
23
23
use_software_entity : true
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 Tank command when it
13
+ # is running in all environments
14
+
15
+ includes :
16
+ - ../common/frameworks.yml
17
+ - ../common/apps.yml
18
+
19
+ shell.site :
20
+ apps :
21
+ tk-multi-launchapp :
22
+ use_software_entity : true
23
+ location : " @common.apps.tk-multi-launchapp.location"
24
+
25
+ location :
26
+ version : v0.5.1
27
+ type : app_store
28
+ name : tk-shell
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ includes:
18
18
- includes/nuke/project.yml
19
19
- includes/flame/project.yml
20
20
- includes/desktop/project.yml
21
- - includes/shell/all .yml
21
+ - includes/shell/project .yml
22
22
- includes/photoshopcc/project.yml
23
23
- includes/3dsmax/project.yml
24
24
- includes/shotgun/all.yml
@@ -28,7 +28,7 @@ engines:
28
28
tk-maya : ' @maya.project'
29
29
tk-nuke : ' @nuke.project'
30
30
tk-desktop : ' @desktop.project'
31
- tk-shell : ' @shell.all '
31
+ tk-shell : ' @shell.project '
32
32
tk-photoshopcc : ' @photoshopcc.project'
33
33
tk-3dsmaxplus : ' @3dsmax.project'
34
34
tk-shotgun : ' @shotgun.all'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ includes:
18
18
- includes/maya/site.yml
19
19
- includes/nuke/site.yml
20
20
- includes/desktop/site.yml
21
- - includes/shell/all .yml
21
+ - includes/shell/site .yml
22
22
- includes/photoshopcc/site.yml
23
23
- includes/3dsmax/site.yml
24
24
- includes/shotgun/all.yml
@@ -28,7 +28,7 @@ engines:
28
28
tk-maya : ' @maya.site'
29
29
tk-nuke : ' @nuke.site'
30
30
tk-desktop : ' @desktop.site'
31
- tk-shell : ' @shell.all '
31
+ tk-shell : ' @shell.site '
32
32
tk-photoshopcc : ' @photoshopcc.site'
33
33
tk-3dsmaxplus : ' @3dsmax.site'
34
34
tk-shotgun : ' @shotgun.all'
You can’t perform that action at this time.
0 commit comments