diff --git a/.github/workflows/main/installDependencies.py b/.github/workflows/main/installDependencies.py index 7d22f2327e8..f2d1f7c6f28 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.0.0/gafferDependencies-9.0.0-{platform}{buildEnvironment}.{extension}" +defaultURL = "https://github.com/GafferHQ/dependencies/releases/download/9.1.0/gafferDependencies-9.1.0-{platform}{buildEnvironment}.{extension}" # Parse command line arguments. diff --git a/Changes.md b/Changes.md index 10cc16669d5..5f54ad7ae84 100644 --- a/Changes.md +++ b/Changes.md @@ -44,6 +44,7 @@ Fixes - AnimationEditor : Fixed changing of the current frame by dragging the frame indicator or clicking on the time axis. - ImageWriter : Matched view metadata to Nuke when using the Nuke options for `layout`. This should address an issue where EXRs written from Gaffer using Nuke layouts sometimes did not load correctly in Nuke (#6120). In the unlikely situation that you were relying on the old behaviour, you can set the env var `GAFFERIMAGE_IMAGEWRITER_OMIT_DEFAULT_NUKE_VIEW = 1` in order to keep the old behaviour. - OSLObject : Fixed `getattribute()` to support 64 bit integer data, such as an `instanceId` primitive variable loaded from USD. Since OSL doesn't provide a 64 bit integer type, values are truncated to 32 bits. +- MeshSplit : Vertex order is now preserved. API --- @@ -55,6 +56,11 @@ API - SceneEditor : Added `editScope()` method. - Image : Added optional `image` argument to `createSwatch()` static method. +Build +----- + +- Cortex : Updated to version 10.5.11.0. + 1.5.0.1 (relative to 1.5.0.0) =======