diff --git a/Changes.md b/Changes.md index 4dd9e28608..a51d988e47 100644 --- a/Changes.md +++ b/Changes.md @@ -2,7 +2,8 @@ ----- - Python : Fixed `ssl` module for Python 3. -- USD : Enabled OpenVDB support +- USD : Enabled OpenVDB support. +- Cortex : updated to version 10.2.2.0. 3.0.0 ----- diff --git a/Cortex/config.py b/Cortex/config.py index 3889bca7e5..fd69aaa6a0 100644 --- a/Cortex/config.py +++ b/Cortex/config.py @@ -2,7 +2,7 @@ "downloads" : [ - "https://github.com/ImageEngine/cortex/archive/refs/tags/10.2.0.0.tar.gz" + "https://github.com/ImageEngine/cortex/archive/refs/tags/10.2.2.0.tar.gz" ],