Skip to content

Commit

Permalink
Apps, Engines and Core updates
Browse files Browse the repository at this point in the history
*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.
  • Loading branch information
mathurf committed May 14, 2018
1 parent 72cb601 commit da25e47
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/core_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
location:
type: app_store
name: tk-core
version: v0.18.143
version: v0.18.147
4 changes: 2 additions & 2 deletions env/includes/common/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions env/includes/common/engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit da25e47

Please sign in to comment.