Skip to content

Commit da25e47

Browse files
committed
Apps, Engines and Core updates
*tk-core v0.18.147* - Fixes an issue where the PublishedFile.path_cache field would not be correctly populated when using a windows local storage with a drive letter on the form X:\ [SG-6314] - Fixes an issue in the bootstrap code where an isinstance() check would fail when core swapping multiple times [SG-3022] - Removed warning about missing default if no roots defined [SG-6208] - Fixed bug related to forking subprocesses when using baked configurations - Minor tweak to how the Open Sans font family is installed to address a Windows 10 font weight issue. - Frameworks on app.frameworks are now properly named after the name of the framework dependencies inside an application's info.yml and not after the descriptor's system_name. - Toolkit dialogs will now display their icon, if available, in the title bar. Note that for certain combinations of OSes and versions of PySide2, the icon may not appear due to bugs in PySide2 and/or Qt5. *tk-multi-loader2* - Adds support for complex filters to be used when setting the tab filters. *tk-multi-publish2* - Makes common file info dictionary part of the base collector API - Fixes regression related to sequence publishing - Workaround to make the scrollback work properly for QT version 4 *tk-houdini v1.5.4* - Fix for slow Houdini launching on Windows. - Changes how we path to a checkbox image in qss. No visible change in functionality or styling. *tk-3dsmaxplus* - Now ensures that the work folder exists when saving the scene at publish time. *tk-maya* - Now ensures that the work file folder exists when saving the next work file version during publishing. *tk-nuke* - Properly handles "node" type engine commands in Nuke Studio when building menus. - When publishing it now ensures that the work folder exists before attempting to save the script/project, in both Nuke and Nuke Studio. - Updates Flame icon to the 2019 version. - Fixed a bug with the publish description for "Submit for Review" plugin. It should now display the correct description, and not cause an error. - No longer imports the QWebEngineWidgets submodule from PySide2 on Windows in Nuke 11+. *tk-photoshopcc* - Now ensures that the work file folder exists when versioning up the work file during publishing. *tk-flame* - Use the sequence drop flag instead of the source one for the cut - Upgraded to Flame 2019 icons.
1 parent 72cb601 commit da25e47

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.143
17+
version: v0.18.147

env/includes/common/apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ common.apps.tk-multi-setframerange:
4040
common.apps.tk-multi-publish2.location:
4141
type: app_store
4242
name: tk-multi-publish2
43-
version: v2.1.0
43+
version: v2.1.4
4444

4545
common.apps.tk-multi-loader2.location:
4646
type: app_store
4747
name: tk-multi-loader2
48-
version: v1.18.3
48+
version: v1.18.4
4949

5050
common.apps.tk-multi-shotgunpanel.location:
5151
type: app_store

env/includes/common/engines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,37 +15,37 @@
1515
common.engines.tk-3dsmaxplus.location:
1616
type: app_store
1717
name: tk-3dsmaxplus
18-
version: v0.5.2
18+
version: v0.5.3
1919

2020
# Houdini
2121
common.engines.tk-houdini.location:
2222
type: app_store
2323
name: tk-houdini
24-
version: v1.5.1
24+
version: v1.5.4
2525

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

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

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

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

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

0 commit comments

Comments
 (0)