From b72bfb0c8749089083ad8a311c2b243911065a47 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Tue, 25 Feb 2025 11:45:41 +0000 Subject: [PATCH] CI : Update to Cortex 10.5.13.0 --- .github/workflows/main/installDependencies.py | 2 +- Changes.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main/installDependencies.py b/.github/workflows/main/installDependencies.py index 500461c5aa..5fd5ef025e 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/GafferHQ/dependencies/releases/download/9.1.0/gafferDependencies-9.1.0-{platform}{buildEnvironment}.{extension}" +defaultURL = "https://github.com/ImageEngine/cortex/releases/download/10.5.13.0/cortex-10.5.13.0-{platform}{buildEnvironment}.{extension}" # Parse command line arguments. diff --git a/Changes.md b/Changes.md index 835d00710b..f4f9f484ec 100644 --- a/Changes.md +++ b/Changes.md @@ -6,6 +6,17 @@ Improvements - 3Delight : Added light muting support. +Fixes +----- + +- SceneWriter : Fixed writing of animated attributes and bounds to USD. +- NumericPlug : Fixed serialisation of plugs with infinite min/max values, for example the promoted outputs of an ImageStats node. + +Build +----- + +- Cortex : Updated to version 10.5.13.0. + 1.5.6.0 (relative to 1.5.5.0) =======