You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.