Skip to content

Commit

Permalink
Apps, Engines, Frameworks and Core updates
Browse files Browse the repository at this point in the history
tk-core
- Allows a parent object to be given when bootstrapping asynchronously. Minor tweaks to the Qt5 color palette provided out of the box.
- Introduces a new core hook called Bootstrap that can be used to cache Toolkit bundles from another location than the original one, i.e. Git or the Toolkit AppStore.

tk-multi-publish2
- Add items name in publish completed and finialize complete messages

tk-multi-loader2
- Added Mp4 to Valid Extensions

tk-multi-shotgunpanel
- Added Mp4 to Valid Extensions

tk-multi-launchapp
- The application will now skip over undownloadable software icons instead of failing.

tk-nuke
- added ability to set hotkeys in the tk-nuke.yml settings file.

tk-photoshopcc
- Reduces considerably the risk of a filename length issue on Windows.

tk-flame
- Fix import of Wiretap Python API from adsk site-packages
- Support creating transcoding job of unwritten quicktime file

tk-framework-qtwidget
- Minor tweak to the activity stream to fix a crash bug in some PySide2 environments.
  • Loading branch information
mathurf committed Sep 27, 2018
1 parent 05a9666 commit 9488012
Show file tree
Hide file tree
Showing 4 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.151
version: v0.18.153
8 changes: 4 additions & 4 deletions env/includes/common/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@ common.apps.tk-multi-setframerange:
common.apps.tk-multi-publish2.location:
type: app_store
name: tk-multi-publish2
version: v2.1.6
version: v2.1.7

common.apps.tk-multi-loader2.location:
type: app_store
name: tk-multi-loader2
version: v1.19.1
version: v1.19.2

common.apps.tk-multi-shotgunpanel.location:
type: app_store
name: tk-multi-shotgunpanel
version: v1.6.2
version: v1.6.3

common.apps.tk-multi-launchapp.location:
type: app_store
name: tk-multi-launchapp
version: v0.10.0
version: v0.10.1

common.apps.tk-nuke-quickreview.location:
type: app_store
Expand Down
6 changes: 3 additions & 3 deletions env/includes/common/engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ common.engines.tk-maya.location:
common.engines.tk-nuke.location:
type: app_store
name: tk-nuke
version: v0.11.3
version: v0.11.4

# Photoshop
common.engines.tk-photoshopcc.location:
type: app_store
name: tk-photoshopcc
version: v1.6.2
version: v1.6.3

# Flame
common.engines.tk-flame.location:
type: app_store
name: tk-flame
version: v1.14.0
version: v1.14.4

# Desktop
common.engines.tk-desktop.location:
Expand Down
2 changes: 1 addition & 1 deletion env/includes/common/frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
frameworks:
tk-framework-qtwidgets_v2.x.x:
location:
version: v2.8.1
version: v2.8.2
type: app_store
name: tk-framework-qtwidgets
tk-framework-shotgunutils_v4.x.x:
Expand Down

0 comments on commit 9488012

Please sign in to comment.