Cortex 10.7.0.0a8
Pre-release
Pre-release
Improvements
- CurvesPrimitive :
- Added
Wrapenum, withPeriodic,NonPeriodicandPinned. This generalises the previousperiodicboolean property. - Added argument names to
variableSize()andnumSegments()Python bindings, so they can be passed as keywords.
- Added
- USDScene : Added support for pinned curves.
- CurvesAlgo : Added
isPinned()andconvertPinnedToNonPeriodic()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.