File tree Expand file tree Collapse file tree 3 files changed +76
-0
lines changed Expand file tree Collapse file tree 3 files changed +76
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ includes:
22
22
- includes/photoshopcc/asset_step.yml
23
23
- includes/aftereffects/asset_step.yml
24
24
- includes/3dsmax/asset_step.yml
25
+ - includes/alias/asset_step.yml
26
+ - includes/vred/asset_step.yml
25
27
- includes/shotgun/all.yml
26
28
27
29
engines :
@@ -36,4 +38,6 @@ engines:
36
38
tk-aftereffects : ' @aftereffects.asset_step'
37
39
tk-3dsmaxplus : ' @3dsmaxplus.asset_step'
38
40
tk-3dsmax : ' @3dsmax.asset_step'
41
+ tk-alias : ' @alias.asset_step'
42
+ tk-vred : ' @vred.asset_step'
39
43
tk-shotgun : ' @shotgun.all'
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2017 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 Alias Integration when it
13
+ # is running in its asset_step level configuration
14
+
15
+ includes :
16
+ - ../common/engines.yml
17
+ - ../common/apps.yml
18
+ - apps.yml
19
+
20
+ alias.asset_step :
21
+ apps :
22
+ tk-multi-about : ' @common.apps.tk-multi-about'
23
+
24
+ tk-multi-publish2 : ' @alias.apps.tk-multi-publish2'
25
+
26
+ tk-multi-loader2 : ' @alias.apps.tk-multi-loader2'
27
+
28
+ tk-multi-shotgunpanel : ' @alias.apps.tk-multi-shotgunpanel'
29
+
30
+
31
+ location : " @common.engines.tk-alias.location"
32
+ menu_favourites : []
33
+ run_at_startup :
34
+ - {app_instance: tk-multi-shotgunpanel, name: ''}
35
+ launch_builtin_plugins : [basic]
36
+ automatic_context_switch : false
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2017 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 Vred Integration when it
13
+ # is running in its asset_step level configuration
14
+
15
+ includes :
16
+ - ../common/engines.yml
17
+ - ../common/apps.yml
18
+ - apps.yml
19
+
20
+ vred.asset_step :
21
+ apps :
22
+ tk-multi-about : ' @common.apps.tk-multi-about'
23
+
24
+ tk-multi-publish2 : ' @vred.apps.tk-multi-publish2'
25
+
26
+ tk-multi-loader2 : ' @vred.apps.tk-multi-loader2'
27
+
28
+ tk-multi-shotgunpanel : ' @vred.apps.tk-multi-shotgunpanel'
29
+
30
+
31
+ location : " @common.engines.tk-vred.location"
32
+ menu_favourites : []
33
+ run_at_startup :
34
+ - {app_instance: tk-multi-shotgunpanel, name: ''}
35
+ launch_builtin_plugins : [basic]
36
+ automatic_context_switch : false
You can’t perform that action at this time.
0 commit comments