Skip to content

Commit

Permalink
Merge pull request #5535 from johnhaddon/cortexUpdate
Browse files Browse the repository at this point in the history
CI : Update to Cortex version 10.5.4.0
  • Loading branch information
johnhaddon authored Nov 10, 2023
2 parents bf248a4 + 6c6e9c5 commit 0c4438d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main/installDependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# Determine default archive URL.

defaultURL = "https://github.com/ImageEngine/cortex/releases/download/10.5.3.0/cortex-10.5.3.0-{platform}-python3.{extension}".format(
defaultURL = "https://github.com/ImageEngine/cortex/releases/download/10.5.4.0/cortex-10.5.4.0-{platform}-python3.{extension}".format(
platform = { "darwin" : "osx", "win32" : "windows" }.get( sys.platform, "linux" ),
extension = "tar.gz" if sys.platform != "win32" else "zip"
)
Expand Down
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ Fixes
- Fixed failure to update encapsulated instancers when prototype properties changed during interactive renders.
- Prevented unnecessary updates for encapsulated instancers when prototype globals changed.
- Process : Fixed bug which caused a `No result found` exception to be thrown when a more descriptive exception should have been thrown instead.
- Shader : Added support for reading from USD `token` attributes in `<attr:>` string parameter substitutions.

API
---

- Display : Added `driverClosed()` method.

Build
-----

- Cortex : Updated to version 10.5.4.0.

1.3.6.0 (relative to 1.3.5.0)
=======

Expand Down

0 comments on commit 0c4438d

Please sign in to comment.