Skip to content

Commit 6998f13

Browse files
Brandon Taskerbltasker
andauthored
Adding asset_step.yml to support Set Work Area in Basic (#89)
Co-authored-by: Brandon Tasker <[email protected]>
1 parent f0a782a commit 6998f13

File tree

3 files changed

+76
-0
lines changed

3 files changed

+76
-0
lines changed

env/asset_step.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ includes:
2222
- includes/photoshopcc/asset_step.yml
2323
- includes/aftereffects/asset_step.yml
2424
- includes/3dsmax/asset_step.yml
25+
- includes/alias/asset_step.yml
26+
- includes/vred/asset_step.yml
2527
- includes/shotgun/all.yml
2628

2729
engines:
@@ -36,4 +38,6 @@ engines:
3638
tk-aftereffects: '@aftereffects.asset_step'
3739
tk-3dsmaxplus: '@3dsmaxplus.asset_step'
3840
tk-3dsmax: '@3dsmax.asset_step'
41+
tk-alias: '@alias.asset_step'
42+
tk-vred: '@vred.asset_step'
3943
tk-shotgun: '@shotgun.all'

env/includes/alias/asset_step.yml

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

env/includes/vred/asset_step.yml

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

0 commit comments

Comments
 (0)