From 767de94d715464f674a734b6d55d1c31779ebefc Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 17 Nov 2021 18:00:47 +0000 Subject: [PATCH] Cortex : Update to version 10.3.0.0 --- Changes.md | 1 + Cortex/config.py | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Changes.md b/Changes.md index 980d047746..bab5dabe79 100644 --- a/Changes.md +++ b/Changes.md @@ -5,6 +5,7 @@ - TBB : Updated to version 2020.2. - Qt : Updated to version 5.15.2. - PySide : Updated to version 5.15.2. +- Cortex : Updated to version 10.3.0.0. 3.1.0 ----- diff --git a/Cortex/config.py b/Cortex/config.py index fd69aaa6a0..dc2cb00249 100644 --- a/Cortex/config.py +++ b/Cortex/config.py @@ -2,7 +2,7 @@ "downloads" : [ - "https://github.com/ImageEngine/cortex/archive/refs/tags/10.2.2.0.tar.gz" + "https://github.com/ImageEngine/cortex/archive/refs/tags/10.3.0.0.tar.gz" ], @@ -21,7 +21,7 @@ }, - "requiredEnvironment" : [ "ARNOLD_ROOT", "RMAN_ROOT" ], + "requiredEnvironment" : [ "RMAN_ROOT" ], "commands" : [ @@ -34,7 +34,6 @@ " INSTALL_RMANPROCEDURAL_NAME={buildDir}/renderMan/procedurals/iePython" " INSTALL_RMANDISPLAY_NAME={buildDir}/renderMan/displayDrivers/ieDisplay" " INSTALL_PYTHON_DIR={buildDir}/python" - " INSTALL_ARNOLDOUTPUTDRIVER_NAME={buildDir}/arnold/plugins/ieOutputDriver.so" " INSTALL_IECORE_OPS=''" " PYTHON_CONFIG={buildDir}/bin/python{pythonMajorVersion}-config" " PYTHON={buildDir}/bin/python" @@ -50,7 +49,6 @@ " GLEW_INCLUDE_PATH={buildDir}/include/GL" " RMAN_ROOT=$RMAN_ROOT" " NUKE_ROOT=" - " ARNOLD_ROOT=$ARNOLD_ROOT" " APPLESEED_ROOT={buildDir}/appleseed" " APPLESEED_INCLUDE_PATH={buildDir}/appleseed/include" " APPLESEED_LIB_PATH={buildDir}/appleseed/lib" @@ -69,7 +67,6 @@ "lib/libIECore*{sharedLibraryExtension}", "python/IECore*", "renderMan", - "arnold", "appleseedDisplays", "glsl/IECoreGL", "glsl/*.frag",