From d8209ac8b88c4e2740d3a43db1114772e0a50e64 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Mon, 24 Jun 2024 14:52:53 +0100 Subject: [PATCH] CI : Update to Cortex 10.5.9.0 --- .github/workflows/main/installDependencies.py | 2 +- Changes.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main/installDependencies.py b/.github/workflows/main/installDependencies.py index 5a6337f53f8..04e5a5b7cb4 100755 --- a/.github/workflows/main/installDependencies.py +++ b/.github/workflows/main/installDependencies.py @@ -49,7 +49,7 @@ # Determine default archive URL. -defaultURL = "https://github.com/ImageEngine/cortex/releases/download/10.5.8.0/cortex-10.5.8.0-{platform}{buildEnvironment}.{extension}" +defaultURL = "https://github.com/ImageEngine/cortex/releases/download/10.5.9.0/cortex-10.5.9.0-{platform}{buildEnvironment}.{extension}" # Parse command line arguments. diff --git a/Changes.md b/Changes.md index 617ad4e70b7..04e878ea2bb 100644 --- a/Changes.md +++ b/Changes.md @@ -4,6 +4,7 @@ Improvements ------------ +- SceneReader : ModelAPI `extentsHints` are now considered when loading the bounding box for a location in Gaffer. This can significantly reduce the time taken to load bounds for large USD assemblies. If necessary, this behaviour can be disabled by setting the `IECOREUSD_USE_MODELAPI_BOUNDS` environment variable with a value of `0`. - ColorChooser : - Added channel names to identify sliders. - Setting the saturation to zero no longer resets the hue and setting the value to zero no longer resets the hue and saturation. @@ -27,6 +28,11 @@ API - AnnotationsGadget : Added `annotationText()` method. - ParallelAlgoTest : Added `UIThreadCallHandler.receive()` method. +Build +----- + +- Cortex : Updated to version 10.5.9.0. + 1.4.7.0 (relative to 1.4.6.0) =======