Skip to content

Commit

Permalink
Apps and Engines updates
Browse files Browse the repository at this point in the history
tk-multi-publish2
- Fixed a bug for the tk-multi-publish2 Tree.save method, where it wouldn't throw the correct error if an object in the tree was not serializable.

tk-shotgun-launchpublish
- Added support for opening Photoshop .psb files on startup.

tk-motionbuilder
- Official support for MotionBuilder 2020

tk-nuke
- Official support for Nuke 12.0

tk-photoshopcc
- Fixed a bug where launching Photoshop through Shotgun and passing a file, would not open the file if Photoshop was already running on Windows.
  • Loading branch information
mathurf committed Dec 17, 2019
1 parent aa424b8 commit 2642261
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions env/includes/app_locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ apps.tk-multi-loader2.location:
apps.tk-multi-publish2.location:
type: app_store
name: tk-multi-publish2
version: v2.4.0
version: v2.4.1

# pythonconsole
apps.tk-multi-pythonconsole.location:
Expand Down Expand Up @@ -127,7 +127,7 @@ apps.tk-shotgun-launchfolder.location:
apps.tk-shotgun-launchpublish.location:
type: app_store
name: tk-shotgun-launchpublish
version: v0.3.1
version: v0.3.2

# ---- Hiero apps

Expand Down
6 changes: 3 additions & 3 deletions env/includes/engine_locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@ engines.tk-maya.location:
engines.tk-motionbuilder.location:
type: app_store
name: tk-motionbuilder
version: v0.5.0
version: v0.5.1

# Nuke
engines.tk-nuke.location:
type: app_store
name: tk-nuke
version: v0.12.4
version: v0.12.5

# Photoshop
engines.tk-photoshopcc.location:
type: app_store
name: tk-photoshopcc
version: v1.7.4
version: v1.7.5

# Shell
engines.tk-shell.location:
Expand Down

0 comments on commit 2642261

Please sign in to comment.