Skip to content

Commit ddd7800

Browse files
committed
Updated tk-core/apps/engines/frameworks to latest versions
tk-core - Improved logging on tank commands. - Fixes an issue where clicking the 'Documentation' button in an app's info sidebar wasn't working - Added style sheet file watchers for interactive styling when developing apps. tk-desktop - Ensures widget instance is properly returned from show_panel tk-houdini - Fixes to improve compatibility with Houdini 16. tk-maya - Shotgun menu improvements tk-nuke - Fixed a crash on close in Nuke 11 on Linux.
1 parent f36290a commit ddd7800

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.101
17+
version: v0.18.104

env/includes/common/apps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ common.apps.tk-multi-about:
2525

2626
common.apps.tk-multi-pythonconsole:
2727
location:
28-
version: v1.1.0
28+
version: v1.1.1
2929
type: app_store
3030
name: tk-multi-pythonconsole
3131

@@ -39,12 +39,12 @@ common.apps.tk-multi-publish2.location:
3939
common.apps.tk-multi-loader2.location:
4040
type: app_store
4141
name: tk-multi-loader2
42-
version: v1.17.3
42+
version: v1.17.5
4343

4444
common.apps.tk-multi-shotgunpanel.location:
4545
type: app_store
4646
name: tk-multi-shotgunpanel
47-
version: v1.4.4
47+
version: v1.4.7
4848

4949
common.apps.tk-multi-launchapp.location:
5050
type: app_store

env/includes/common/engines.yml

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

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

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

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

4444
# Flame
4545
common.engines.tk-flame.location:
4646
type: app_store
4747
name: tk-flame
48-
version: v1.9.4
48+
version: v1.9.6
4949

5050
# Desktop
5151
common.engines.tk-desktop.location:

env/includes/common/frameworks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
frameworks:
1515
tk-framework-qtwidgets_v2.x.x:
1616
location:
17-
version: v2.6.3
17+
version: v2.6.5
1818
type: app_store
1919
name: tk-framework-qtwidgets
2020
tk-framework-shotgunutils_v4.x.x:
@@ -24,7 +24,7 @@ frameworks:
2424
name: tk-framework-shotgunutils
2525
tk-framework-shotgunutils_v5.x.x:
2626
location:
27-
version: v5.2.1
27+
version: v5.2.2
2828
type: app_store
2929
name: tk-framework-shotgunutils
3030
tk-framework-adminui_v0.x.x:

0 commit comments

Comments
 (0)