Skip to content

Commit

Permalink
CI : Update to Cortex version 10.5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Nov 10, 2023
1 parent bf248a4 commit 60f4159
Show file tree
Hide file tree
Showing 2 changed files with 11 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
10 changes: 10 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
1.3.x.x (relative to 1.3.6.0)
=======

Improvements
------------

- Shader : Added support for reading from USD `token` attributes in `<attr:>` string parameter substitutions.

Fixes
-----

Expand All @@ -15,6 +20,11 @@ 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 60f4159

Please sign in to comment.