Skip to content

Commit

Permalink
Merge pull request #5918 from johnhaddon/cortex-10.9.5.0
Browse files Browse the repository at this point in the history
CI : Update to Cortex 10.5.9.0
  • Loading branch information
murraystevenson authored Jun 24, 2024
2 parents 21c0581 + d8209ac commit a53fec6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main/installDependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -30,6 +31,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)
=======

Expand Down

0 comments on commit a53fec6

Please sign in to comment.