From da25e473d64e1d45aa47c30d2a9e54cabe226ad0 Mon Sep 17 00:00:00 2001 From: mathurf Date: Mon, 14 May 2018 11:26:40 -0400 Subject: [PATCH] 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. --- core/core_api.yml | 2 +- env/includes/common/apps.yml | 4 ++-- env/includes/common/engines.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/core_api.yml b/core/core_api.yml index ee075b06..2eee1b76 100644 --- a/core/core_api.yml +++ b/core/core_api.yml @@ -14,4 +14,4 @@ location: type: app_store name: tk-core - version: v0.18.143 + version: v0.18.147 diff --git a/env/includes/common/apps.yml b/env/includes/common/apps.yml index 96dc3343..22f61230 100644 --- a/env/includes/common/apps.yml +++ b/env/includes/common/apps.yml @@ -40,12 +40,12 @@ common.apps.tk-multi-setframerange: common.apps.tk-multi-publish2.location: type: app_store name: tk-multi-publish2 - version: v2.1.0 + version: v2.1.4 common.apps.tk-multi-loader2.location: type: app_store name: tk-multi-loader2 - version: v1.18.3 + version: v1.18.4 common.apps.tk-multi-shotgunpanel.location: type: app_store diff --git a/env/includes/common/engines.yml b/env/includes/common/engines.yml index d803e127..8aac5a33 100644 --- a/env/includes/common/engines.yml +++ b/env/includes/common/engines.yml @@ -15,37 +15,37 @@ common.engines.tk-3dsmaxplus.location: type: app_store name: tk-3dsmaxplus - version: v0.5.2 + version: v0.5.3 # Houdini common.engines.tk-houdini.location: type: app_store name: tk-houdini - version: v1.5.1 + version: v1.5.4 # Maya common.engines.tk-maya.location: type: app_store name: tk-maya - version: v0.9.2 + version: v0.9.3 # Nuke common.engines.tk-nuke.location: type: app_store name: tk-nuke - version: v0.10.1 + version: v0.11.0 # Photoshop common.engines.tk-photoshopcc.location: type: app_store name: tk-photoshopcc - version: v1.5.2 + version: v1.5.3 # Flame common.engines.tk-flame.location: type: app_store name: tk-flame - version: v1.12.0 + version: v1.12.3 # Desktop common.engines.tk-desktop.location: