Skip to content

Commit

Permalink
CI : Update to Cortex 10.5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Feb 21, 2024
1 parent cc7b9a2 commit 5082e8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
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.6.0/cortex-10.5.6.0-{platform}-python3.{extension}".format(
defaultURL = "https://github.com/ImageEngine/cortex/releases/download/10.5.6.2/cortex-10.5.6.2-{platform}-python3.{extension}".format(
platform = { "darwin" : "osx", "win32" : "windows" }.get( sys.platform, "linux" ),
extension = "tar.gz" if sys.platform != "win32" else "zip"
)
Expand Down
12 changes: 7 additions & 5 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,20 @@ Fixes
- Windows : Fixed "{path} was unexpected at this time." startup error when environment variables such as `PATH` contain `"` characters.
- PathListingWidget : Fixed bug which caused the pointer to be stuck displaying the "values" icon after dragging cells with no value.
- SceneAlgo : Fixed computation of history through Expression nodes.

Build
-----

- Cortex : Updated to version 10.5.6.0.
- USD : Fixed loading of Arnold lights previously exported from Gaffer to USD.
- Catalogue : Fixed connection delays on Windows.

Documentation
-------------

- Added Render Pass Editor shortcuts to the "Controls and Shortcuts" section.
- Added Render Pass Editor (Arnold) example demonstrating use of the Render Pass Editor, as well as the RenderPasses and RenderPassWedge nodes.

Build
-----

- Cortex : Updated to version 10.5.6.2.

1.3.11.0 (relative to 1.3.10.0)
========

Expand Down

0 comments on commit 5082e8c

Please sign in to comment.