diff --git a/.github/workflows/main/installDependencies.py b/.github/workflows/main/installDependencies.py index 744fd9afe75..7ea0f2fd86f 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.9.4/cortex-10.5.9.4-{platform}{buildEnvironment}.{extension}" +defaultURL = "https://github.com/ImageEngine/cortex/releases/download/10.5.9.5/cortex-10.5.9.5-{platform}{buildEnvironment}.{extension}" # Parse command line arguments. diff --git a/Changes.md b/Changes.md index 79d9b20e948..3934dc25260 100644 --- a/Changes.md +++ b/Changes.md @@ -9,8 +9,14 @@ Improvements Fixes ----- +- SceneReader : Fixed crash reading facevarying normals skinned with UsdSkel. - ShaderView : Fixed crash caused by a SceneCreator returning `None`. +Build +----- + +- Cortex : Updated to version 10.5.9.5. + 1.4.14.0 (relative to 1.4.13.0) ========