Skip to content

Cortex 10.4.2.0

Compare
Choose a tag to compare
@johnhaddon johnhaddon released this 15 Sep 11:18
· 214 commits to RB-10.4 since this release

Improvements

  • AlembicScene : Added support for unsigned char, uint16, int16 and uint32 GeomParams, mapping them to and from
    UCharVectorData, UShortVectorData, ShortVectorData and UIntVectorData PrimitiveVariables respectively (#1297).
  • CubicBasis (#1298) :
    • Added Constant standard basis, for performing stepped interpolation.
    • Bound numCoefficients() method to Python.
  • ShaderNetworkAlgo : Added support for spline parameters with Constant basis. These are mapped to the constant interpolation type in OSL (#1298).

Fixes

  • Spline : Fixed bugs evaluating splines with discontinuities in the basis (#1298).