Skip to content

Version 1.35.5

Compare
Choose a tag to compare
@jstone-lucasfilm jstone-lucasfilm released this 08 May 03:29
c963ef8

Added

  • Added material inheritance support to graph traversal and the high-level Material API.
  • Added Material methods getActiveShaderRefs and getActiveOverrides.
  • Added PropertySet methods setPropertyValue and getPropertyValue.
  • Added Element methods setInheritsFrom, getInheritsFrom, traverseInheritance, hasInheritanceCycle, and getDescendant.
  • Added function templates MaterialX::fromValueString and MaterialX::toValueString.
  • Added math functionality to the vector and matrix classes.
  • Added support for Visual Studio 2017, GCC 7, and Clang 5.

Changed

  • Renamed Matrix3x3 to Matrix33 and Matrix4x4 to Matrix44.
  • Renamed VectorN::length to VectorN::numElements.
  • Updated Python bindings to PyBind11 2.2.1.