Skip to content

Releases: ImageEngine/cortex

Cortex 10.4.0.0a6

17 Jun 10:05
Compare
Choose a tag to compare
Cortex 10.4.0.0a6 Pre-release
Pre-release

Improvements

  • USDScene : Added support for reading and writing purpose-based material bindings (#1273).
  • IECoreGL::Shader : Added support for buffer samplers (#1264).
  • Adopted stricter default compilation flags (#1266).

Fixes

  • PointDistribution : Fixed inconsistent distributions between MacOS and Linux. The Linux distribution is now used on all platforms (#1269).
  • Fixed compilation with C++17 (#1269, #1265).
  • IECoreGL : Fixed build errors on MacOS (#1271).

Breaking Changes

  • PerlinNoise/Turbulence : Removed. We recommend OpenShadingLanguage's liboslnoise instead (#1269).

Cortex 10.4.0.0a5

18 May 23:40
19b4a1c
Compare
Choose a tag to compare
Cortex 10.4.0.0a5 Pre-release
Pre-release

Note : Changes marked with "(RB-10.3)" don't need to be mentioned in the release notes for the final release version of 10.4.0.0. They are all inherited from RB-10.3.

Build

  • Update IE options file to support Nuke 13.x custom dependencies (#1263).

Cortex 10.4.0.0a4

12 May 07:15
Compare
Choose a tag to compare
Cortex 10.4.0.0a4 Pre-release
Pre-release

Note : Changes marked with "(RB-10.3)" don't need to be mentioned in the release notes for the final release version of 10.4.0.0. They are all inherited from RB-10.3.

Fixes

  • USDScene : Fixed read/write of Color4f parameters, including component connections (RB-10.3).
  • ShaderNetworkAlgo : Added support for Color4f parameters in add|removeComponentConnectionAdapters() (RB-10.3).

Cortex 10.3.6.1

12 May 07:08
Compare
Choose a tag to compare

Fixes

  • USDScene : Fixed read/write of Color4f parameters, including component connections.
  • ShaderNetworkAlgo : Added support for Color4f parameters in add|removeComponentConnectionAdapters().

Cortex 10.4.0.0 alpha 3

03 May 09:36
Compare
Choose a tag to compare
Pre-release

Improvements

  • USDScene :
    • Added basic support for loading UsdLux lights (#1256).
    • Registered .usdz file format.
    • USDScene : Added support for the doubleSided attribute.
  • IECoreGL::Shader : Added support for integer sampler parameters (#1261).

Cortex 10.3.6.0

26 Apr 08:22
Compare
Choose a tag to compare

Improvements

  • USDScene : Added support for the doubleSided attribute.

Cortex 10.3.5.1

21 Apr 00:56
366b72f
Compare
Choose a tag to compare

Fixes

  • USDScene : Fixed compatibility with USD 21.08 (#1259).

Cortex 10.3.5.0

08 Apr 22:16
6a0316d
Compare
Choose a tag to compare

Improvements

  • USDScene : Registered .usdz file format (#1257).

Cortex 10.3.4.1

30 Mar 22:06
210c457
Compare
Choose a tag to compare

Build

  • IECoreUSD : Support for USD 20.?? (#1255)

Cortex 10.4.0.0 alpha 2

28 Mar 10:05
Compare
Choose a tag to compare
Pre-release

Improvements

  • USDScene :
    • Improved loading speed for stages where the same material is bound to many prims (#1253).
    • Added support for SdfAssetPath attributes, which are now loaded as StringData containing the resolved asset path (#1252).

Fixes

  • CurvesAlgo : Fixed resamplePrimitiveVariable() to support vertex-to-varying and varying-to-vertex conversion for V2f primitive variables (#1251).
  • USDScene : Fixed loading of materials containing shaders with exposed inputs (#1252).