Skip to content

Cortex 10.5.11.0

Latest
Compare
Choose a tag to compare
@johnhaddon johnhaddon released this 20 Nov 16:13

Improvements

  • OpenImageIOAlgo::DataView : Added support for Int64Data, UInt64Data, Int64VectorData and UInt64VectorData.
  • IECoreHoudini : Updated to support Houdini 20.0 and 20.5.
  • IECoreMaya : Avoid compilation warnings with new gcc.

Fixes

  • MeshAlgo::MeshSplitter/segment : Fixed so that we now preserve vertex order while splitting. This matches the old behvaviour before 1.4.6.0 when segment was optimized. This doesn't affect the correctness of the result, but is a better convention to match user expectations - when combining meshes followed by splitting, it's better if you get back the same vertex ids you started with.

Build

  • SConstruct :

    • Added PYBIND11_INCLUDE_PATH option.
    • Added VDB_PYTHON_PATH to USD tests.
    • Added INSTALL_CREATE_SYMLINKS, which allows you to disable the creation of version symlinks at the end of the install.
    • Added USG_SHIMLIB_PATH which may be necessary to run nuke tests.
  • CI :

    • IECoreHoudini tests updated to pass on newer environments.
    • IECoreGL tests updated with relaxed precisions for image comparisons.