Cortex 10.6.0.0
·
52 commits
to RB-10.6
since this release
Improvements
- RefCounted, RunTimeTyped : Inlined constructor and destructor.
Fixes
- USDScene :
- Fixed writing of shutter values from cameras without a
shutterparameter. Theshutter:openandshutter:closeattributes are now omitted instead of being written with Cortex's default -0.5, 0.5 shutter values. - Fixed reading of shutter values from cameras without
shutter:openandshutter:closeattributes. Theshutterparameter is now omitted instead of being created with USD's default 0, 0 shutter values.
- Fixed writing of shutter values from cameras without a
- CurvesPrimitiveEvaluator : Fixed error in
Result::vTangent()function causing tangent to point in opposite direction for curves withLinearinterpolation.
Breaking Changes
- Renderable : Removed
render()method. - CoordinateSystem : Removed transform.
- Font : Removed
meshGroup()method. - Options, Group, Transform, MatrixTransform, MatrixMotionTransform, AttributeState, Light, MotionPrimitive : Removed.
- CurveExtrudeOp, IDXReader : Removed.
- PreWorldRenderable, StateRenderable : Removed. All derived classes now derive directly from Renderable.
- Renderer, AttributeBlock, EditBlock, MotionBlock, TransformBlock, WorldBlock : Removed.
- IECoreHoudini : Removed.
- IECoreMaya : Removed.
- IECoreNuke : Removed.
- Removed support for
IECORE_RTLD_GLOBALenvironment variable. - SmoothSkinningData : Removed, along with all associated Ops and Parameters.