Skip to content

Commit d2ae6d1

Browse files
committed
Engines and Core updates
tk-core - Added a new descriptor, github_release, to allow downloading a tagged release directly from Github. tk-houdini - Fixed slow startup issue with Houdini 17.0.506 + on Windows. tk-maya - Added logging around the automatic context switching in tk-maya engine. tk-nuke - Fixed an issue where it errored trying to display the error menu in Nuke Studio. tk-photoshopcc - Fixed a Photoshop CC regression in export_as_jpeg introduced in v1.7.1, which caused generate_thumbnail to fail.
1 parent d0295d3 commit d2ae6d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

core/core_api.yml

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

env/includes/common/engines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ common.engines.tk-3dsmaxplus.location:
2121
common.engines.tk-houdini.location:
2222
type: app_store
2323
name: tk-houdini
24-
version: v1.6.0
24+
version: v1.6.1
2525

2626
# Maya
2727
common.engines.tk-maya.location:
2828
type: app_store
2929
name: tk-maya
30-
version: v0.9.6
30+
version: v0.9.7
3131

3232
# Nuke
3333
common.engines.tk-nuke.location:
3434
type: app_store
3535
name: tk-nuke
36-
version: v0.11.5
36+
version: v0.12.0
3737

3838
# Photoshop
3939
common.engines.tk-photoshopcc.location:
4040
type: app_store
4141
name: tk-photoshopcc
42-
version: v1.7.1
42+
version: v1.7.2
4343

4444
# After Effects
4545
common.engines.tk-aftereffects.location:

0 commit comments

Comments
 (0)