From 5082e8ce5e2f1d8c3b298158f752b322ba5dc9c0 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 21 Feb 2024 09:46:35 +0000 Subject: [PATCH] CI : Update to Cortex 10.5.6.2 --- .github/workflows/main/installDependencies.py | 2 +- Changes.md | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main/installDependencies.py b/.github/workflows/main/installDependencies.py index ab35e1ab4ab..8bb5bbe4cc3 100755 --- a/.github/workflows/main/installDependencies.py +++ b/.github/workflows/main/installDependencies.py @@ -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" ) diff --git a/Changes.md b/Changes.md index ee1c072de55..249f9a84679 100644 --- a/Changes.md +++ b/Changes.md @@ -16,11 +16,8 @@ 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 ------------- @@ -28,6 +25,11 @@ 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) ========