Skip to content

Cortex 10.7.0.0a8

Pre-release
Pre-release

Choose a tag to compare

@johnhaddon johnhaddon released this 27 Mar 11:21
· 9 commits to main since this release

Improvements

  • CurvesPrimitive :
    • Added Wrap enum, with Periodic, NonPeriodic and Pinned. This generalises the previous periodic boolean property.
    • Added argument names to variableSize() and numSegments() Python bindings, so they can be passed as keywords.
  • USDScene : Added support for pinned curves.
  • CurvesAlgo : Added isPinned() and convertPinnedToNonPeriodic() utilities.

Fixes

  • CurvesAlgo : Fixed handling of periodic curves in deleteCurves().
  • CurvesAlgo : Fixed resamplePrimitiveVariable() to handle Vertex<->Varying conversion for linear curves correctly.

Breaking Changes

  • CurvesPrimitive : Made protected members private.