Skip to content

Commit 3cd0dc2

Browse files
authored
41726 add setframerange app. More cleanups. (#39)
* 41726 Adding shot environment for photoshop, flame, shell and other various cleanups * 41726 Fix to bad yml mistake i made that would not let Desktop launch * 41726 Francis asked me to update versions, tk-shell v0.5.2 and tk-shotgun v0.5.3 * 41726 Per request from Francis, moved tk-shell and tk-shotgun to common/engines.yml
1 parent 2153413 commit 3cd0dc2

File tree

5 files changed

+22
-16
lines changed

5 files changed

+22
-16
lines changed

env/includes/common/engines.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,17 @@ common.engines.tk-desktop.location:
5252
type: app_store
5353
name: tk-desktop
5454
version: v2.2.4
55+
56+
# Shell
57+
common.engines.tk-shell.location:
58+
type: app_store
59+
name: tk-shell
60+
version: v0.5.2
61+
62+
# shotgun
63+
common.engines.tk-shotgun.location:
64+
type: app_store
65+
name: tk-shotgun
66+
version: v0.5.3
67+
68+

env/includes/shell/project.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# is running in all environments
1414

1515
includes:
16+
- ../common/engines.yml
1617
- apps.yml
1718

1819
shell.project:
@@ -21,7 +22,4 @@ shell.project:
2122

2223
tk-multi-publish2: '@shell.apps.tk-multi-publish2'
2324

24-
location:
25-
version: v0.5.2
26-
type: app_store
27-
name: tk-shell
25+
location: "@common.engines.tk-shell.location"

env/includes/shell/shot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# is running in a shot environment
1414

1515
includes:
16+
- ../common/engines.yml
1617
- apps.yml
1718

1819
shell.shot:
@@ -21,7 +22,4 @@ shell.shot:
2122

2223
tk-multi-publish2: '@shell.apps.tk-multi-publish2'
2324

24-
location:
25-
version: v0.5.2
26-
type: app_store
27-
name: tk-shell
25+
location: "@common.engines.tk-shell.location"

env/includes/shell/site.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
# is running in all environments
1414

1515
includes:
16+
- ../common/engines.yml
1617
- apps.yml
1718

1819
shell.site:
1920
apps:
2021
tk-multi-launchapp: '@shell.apps.tk-multi-launchapp'
2122

22-
location:
23-
version: v0.5.2
24-
type: app_store
25-
name: tk-shell
23+
location: "@common.engines.tk-shell.location"

env/includes/shotgun/all.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# is running in its project level configuration
1414

1515
includes:
16+
- ../common/engines.yml
1617
- ../common/frameworks.yml
1718
- ../common/apps.yml
1819
- ../common/settings/tk-multi-publish2.yml
@@ -32,7 +33,4 @@ shotgun.all:
3233
use_software_entity: true
3334
location: "@common.apps.tk-multi-launchapp.location"
3435

35-
location:
36-
type: app_store
37-
name: tk-shotgun
38-
version: v0.5.3
36+
location: "@common.engines.tk-shotgun.location"

0 commit comments

Comments
 (0)