Skip to content

Commit a75434a

Browse files
committed
Unreal Engine environment configuration now uses the new Github Releases type
Shotgun introduced the GIthub Releases location type for environment configuration with tk-core v0.18.165. Misc. other Shotgun components also updated to the latest.
1 parent af25a1c commit a75434a

File tree

4 files changed

+27
-25
lines changed

4 files changed

+27
-25
lines changed

core/core_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
location:
1515
type: app_store
1616
name: tk-core
17-
version: v0.18.148
17+
version: v0.18.165

env/includes/app_locations.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ apps.tk-multi-breakdown.location:
3535
apps.tk-multi-demo.location:
3636
type: app_store
3737
name: tk-multi-demo
38-
version: v1.0.2
38+
version: v1.1.0
3939

4040
# launchapp
4141
apps.tk-multi-launchapp.location:
4242
type: app_store
4343
name: tk-multi-launchapp
44-
version: v0.10.0
44+
version: v0.10.2
4545

4646
# loader2
4747
apps.tk-multi-loader2.location:
4848
type: app_store
4949
name: tk-multi-loader2
50-
version: v1.19.1
50+
version: v1.19.3
5151

5252
# publish2
5353
apps.tk-multi-publish2.location:
@@ -83,7 +83,7 @@ apps.tk-multi-setframerange.location:
8383
apps.tk-multi-shotgunpanel.location:
8484
type: app_store
8585
name: tk-multi-shotgunpanel
86-
version: v1.6.1
86+
version: v1.6.3
8787

8888
# snapshot
8989
apps.tk-multi-snapshot.location:
@@ -109,13 +109,13 @@ apps.tk-multi-workfiles2.location:
109109
apps.tk-shotgun-folders.location:
110110
type: app_store
111111
name: tk-shotgun-folders
112-
version: v0.1.6
112+
version: v0.1.7
113113

114114
# shotgun launchfolder
115115
apps.tk-shotgun-launchfolder.location:
116116
type: app_store
117117
name: tk-shotgun-launchfolder
118-
version: v0.1.5
118+
version: v0.2.1
119119

120120
# shotgun launchpublish
121121
apps.tk-shotgun-launchpublish.location:
@@ -129,7 +129,7 @@ apps.tk-shotgun-launchpublish.location:
129129
apps.tk-hiero-export.location:
130130
type: app_store
131131
name: tk-hiero-export
132-
version: v0.5.1
132+
version: v0.5.2
133133

134134
# hiero openinshotgun
135135
apps.tk-hiero-openinshotgun.location:
@@ -143,13 +143,13 @@ apps.tk-hiero-openinshotgun.location:
143143
apps.tk-houdini-alembicnode.location:
144144
type: app_store
145145
name: tk-houdini-alembicnode
146-
version: v0.3.0
146+
version: v0.3.1
147147

148148
# houdini mantranode
149149
apps.tk-houdini-mantranode.location:
150150
type: app_store
151151
name: tk-houdini-mantranode
152-
version: v0.3.0
152+
version: v0.3.1
153153

154154
# ---- Nuke apps
155155

@@ -185,7 +185,7 @@ apps.tk-flame-review.location:
185185
apps.tk-mari-projectmanager.location:
186186
name: tk-mari-projectmanager
187187
type: app_store
188-
version: v1.2.0
188+
version: v1.2.1
189189

190190
################################################################################
191191
# reference all of the common frameworks

env/includes/engine_locations.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
engines.tk-3dsmaxplus.location:
1818
type: app_store
1919
name: tk-3dsmaxplus
20-
version: v0.5.3
20+
version: v0.5.6
2121

2222
# Desktop
2323
engines.tk-desktop.location:
@@ -35,31 +35,31 @@ engines.tk-flame.location:
3535
engines.tk-houdini.location:
3636
type: app_store
3737
name: tk-houdini
38-
version: v1.5.6
38+
version: v1.6.1
3939

4040
# Mari
4141
engines.tk-mari.location:
4242
type: app_store
4343
name: tk-mari
44-
version: v1.2.0
44+
version: v1.2.2
4545

4646
# Maya
4747
engines.tk-maya.location:
4848
type: app_store
4949
name: tk-maya
50-
version: v0.9.3
50+
version: v0.9.7
5151

5252
# Motion Builder
5353
engines.tk-motionbuilder.location:
5454
type: app_store
5555
name: tk-motionbuilder
56-
version: v0.4.2
56+
version: v0.5.0
5757

5858
# Nuke
5959
engines.tk-nuke.location:
6060
type: app_store
6161
name: tk-nuke
62-
version: v0.11.1
62+
version: v0.12.0
6363

6464
# Photoshop
6565
engines.tk-photoshopcc.location:
@@ -81,6 +81,7 @@ engines.tk-shotgun.location:
8181

8282
# Unreal
8383
engines.tk-unreal.location:
84-
type: git
85-
path: https://github.com/ue4plugins/tk-unreal.git
84+
type: github_release
85+
organization: ue4plugins
86+
repository: tk-unreal
8687
version: v1.0.0

env/includes/frameworks.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ frameworks:
1717
# adminui - provides GUIs for administrative commands
1818
tk-framework-adminui_v0.x.x:
1919
location:
20-
version: v0.3.2
20+
version: v0.5.2
2121
type: app_store
2222
name: tk-framework-adminui
2323

2424
# desktopserver - provides a server to run local commands.
2525
tk-framework-desktopserver_v1.x.x:
2626
location:
27-
version: v1.3.3
27+
version: v1.3.7
2828
type: app_store
2929
name: tk-framework-desktopserver
3030

3131
# qtwidgets - collection of Toolkit related QT Widgets
3232
tk-framework-qtwidgets_v2.x.x:
3333
location:
34-
version: v2.8.1
34+
version: v2.8.3
3535
type: app_store
3636
name: tk-framework-qtwidgets
3737
# shotgunutils v4 - Shotgun Related Utilities
@@ -44,7 +44,7 @@ frameworks:
4444
# shotgunutils v5 - Shotgun Related Utilities
4545
tk-framework-shotgunutils_v5.x.x:
4646
location:
47-
version: v5.4.5
47+
version: v5.6.1
4848
type: app_store
4949
name: tk-framework-shotgunutils
5050

@@ -58,6 +58,7 @@ frameworks:
5858
# unrealqt - PySide build for Unreal (Windows-only)
5959
tk-framework-unrealqt_v1.x.x:
6060
location:
61-
type: git
62-
path: https://github.com/ue4plugins/tk-framework-unrealqt.git
61+
type: github_release
62+
organization: ue4plugins
63+
repository: tk-framework-unrealqt
6364
version: v1.0.0

0 commit comments

Comments
 (0)