Skip to content

Releases: ImageEngine/cortex

Version 9.12.1

07 Sep 22:53

Choose a tag to compare

IECore

  • Camera
    • Added support for negative clipping planes ( useful on ortho cams )

IECoreHoudini

  • Fixed CurvesPrimitive duplication in Houdini SceneCacheSource SOP

Version 9.12.0

31 Aug 18:26

Choose a tag to compare

IECoreArnold

  • Added read/write access concept to UniverseBlock (#514).
  • Added automatic loading of metadata files to UniverseBlock (#514).
  • Stopped adding "user:" prefix to arbitrary primitive variables. Instead
    variables which clash with built in parameters are ignored instead (#519).
  • Added support for GeometricTypedData interpretation in primitive variables (#519).
  • Support setting enum parameters using integer index

IECoreMaya

  • LiveScene
    • Added support for multiple shapes under a transform, by merging them
      into a single Cortex object (#516).
  • SceneShapes
    • Added support for converting CurvesPrimitives to multiple maya curves
      under the same transform (#516).

Version 9.11.4

04 Aug 23:36

Choose a tag to compare

IECore

  • Removed code that discarded Camera crop windows outside 0-1

IECoreMaya

  • Fixed crash in ToMayaSkinClusterConverter when updating topology

IECoreArnold

  • Added support for arbitrary camera parameters

Build

  • Added DEBUG option and fixed debug build errors

Version 9.11.3

30 Jun 19:04

Choose a tag to compare

IECoreArnold

  • MeshAlgo : Fix iterator invalidation bug.

Version 9.11.2

27 Jun 16:52

Choose a tag to compare

Build

  • Fixed linking of IECoreAppleseed on OS X.

Version 9.11.1

21 Jun 17:09

Choose a tag to compare

IECoreArnold

  • Improved UV set support.
  • Support for FaceVarying primitive variables.
  • Support for Constant V3f primitive variables.
  • Support for Vertex primitive variables on PointsPrimitives.
  • Fixed incorrect output of Vertex primitive variables on CurvesPrimitives (these are not yet valid in Arnold)

IECoreAppleseed

  • Made LogTarget class public.
  • Added dataToString overload accepting a const Data*.
  • Refactored transform conversion code out of TransformStack.

Version 9.11.0

06 Jun 18:35

Choose a tag to compare

IECoreArnold

  • Added support for AI_TYPE_VECTOR in ParameterAlgo::setParameter().
  • Stopped making unnecessary copies of mesh topology in MeshAlgo::convert().
  • Added support for point arrays in ParameterAlgo::setParameter().

Version 9.10.1

30 May 16:13

Choose a tag to compare

IECoreArnold

  • Added support for matrix parameters

IECoreAppleseed

  • Fliped t coordinate for mesh UVs.
  • Removed ToAppleseed converters. Moved code to Algo files.
  • Fixed compile issues for IECoreAppleseed on gcc 4.1.2
  • Fixing SConstruct configuration for Appleseed

Build

  • Exposing OSL and OIIO build options

Version 9.10.0

16 May 16:50

Choose a tag to compare

IECoreArnold

  • Remove support for Arnold < 4.1.
  • Support for progressive renders.
  • ParameterAlgo
    • Support for arrays in getParameter().
    • Support for RGBA and Point2 parameters.
    • Support for V3fVectorData.
  • Flipped t coordinate for mesh uvs.
  • Suppressed conversion of stIndices primvar.

Version 9.9.1

03 May 07:53

Choose a tag to compare

Build

  • Added INSTALL_ARNOLDPYTHON_DIR build option, to specify an independent location
    for the installation of the IECoreArnold python module.
  • Fixed linking of IECoreArnold.