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
- Enable usd folder in pxr/CMakeLists.txt
- Make appropriate changes to calculate the size
of `Sdf_SizeofPropPathNode` and `Sdf_SizeofPrimPathNode`
- Fix static checks to adapt to the architecture type
The following tests fail under wasm due to issues
finding the pluging information in the filesystem or
the fact that we are building a static library:
```
testArDefaultResolver_CPP
testArThreadedAssetCreation
testSdfAttributeBlocking_Cpp
testSdfHardToReach
testSdfLayerHints
testSdfMetaDataPlugInfo
testSdfTextFile
testSdfTextFile_1.1
testSdfZipFile_CPP
testSdfUsdzResolver
testPcpIterator
testPcpPathTranslation_HardToReach
testPcpHardToReach
testUsdAttributeBlockingCpp
testUsdAttributeInterpolationCpp
testUsdAttributeLimitsCpp
testUsdCreateAttributeCpp
testUsdHardToReach
testUsdTemplatedIO
testUsdPrimGetDescendants
testUsdInstancingCpp
testUsdMetadataCpp
testUsdStageNoPython
testUsdStageNotification
testUsdStageThreading
testUsdThreadedAuthoring
testUsdResolveTarget
testUsdSchemaBase
testUsdSchemaRegistryCpp
testUsdTimeValueAuthoringCpp
testUsdSplinesCpp
testUsdUsdzBugGHSA01
testUsdUsdcBugGHSA02
testUsdGeomCreateAttribute
testUsdGeomIsA
testUsdGeomHasAPI
testUsdGeomXformCache
testUsdShadeHasConnectableAPI
testUsdUIAccessibilityAPI
```
0 commit comments