Skip to content

Commit

Permalink
Merge pull request #5957 from ericmehl/cortex-10.5.9.1
Browse files Browse the repository at this point in the history
Update to Cortex 10.5.9.1
  • Loading branch information
murraystevenson authored Jul 11, 2024
2 parents 6df201e + b4802ca commit 862e41e
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.9.0/cortex-10.5.9.0-{platform}{buildEnvironment}.{extension}"
defaultURL = "https://github.com/ImageEngine/cortex/releases/download/10.5.9.1/cortex-10.5.9.1-{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 @@ -36,12 +36,18 @@ Fixes
- Windows : Fixed conflicts with other software installations on `PATH`. The `PXR_USD_WINDOWS_DLL_PATH` environment variable is now set to an empty string if it is not already set, preventing USD from adding all entries from `PATH` to Python's DLL search paths.
- AnnotationsGadget : Fixed potential hang in `annotationText()` Python binding.
- FormatPlug : Fixed potential hang in `acquireDefaultFormatPlug()` Python binding.
- ImageReader : Fixed array metadata loading bugs, including the loading of `ICCProfile` metadata.

API
---

- PopupWindow : Added `parent` argument to `popup()` method. This allows popup windows to inherit the display transform from the main UI.

Build
-----

- Cortex : Updated to version 10.5.9.1.

1.4.8.0 (relative to 1.4.7.0)
=======

Expand Down

0 comments on commit 862e41e

Please sign in to comment.