Skip to content

Cortex 10.4.9.0

Compare
Choose a tag to compare
@johnhaddon johnhaddon released this 24 May 08:40
· 52 commits to RB-10.4 since this release

Improvements

  • USDScene :
    • Improved performance of setNames( includeDescendantSets = True ) substantially for compositions with instanced prims.
    • Improved performance of readSet( includeDescendantSets = True ) substantially for compositions with instanced prims.
    • Improved performance when reading materials from instanced prims.
    • Added loading of UsdGeomCube prims (as MeshPrimitives).
  • SceneInterface : Added _copy argument to Python bindings for readAttribute(), readTransform() and readObject(). Pass _copy = False to receive the original constant result directly instead of a mutable copy. Use with care (typically only for debugging and testing)!
  • TypedData : Added move constructors.

Fixes

  • USDScene :
    • Fixed loading of __cameras, __lights and usd:pointInstancers sets from within instanced prims.
    • Fixed cancellation when reading UsdGeomSphere prims.