Asset Transformer SDK 2025.4.1
25 documented changes.
- Version
- 2025.4.1
- Released
- Aug 1, 2025
- Product
- Asset Transformer SDK
Asset Transformer SDK 2025.4.1
Added
- Feature
`algo.filterMeshVertexColors` Smooth vertex colors on some meshes while preserving features
- Feature
`scene.isIsolated` Get if the scene is in isolated state
- Feature
`scene.getIsolatedOccurrences` Get currently isolated occurrences
- Feature
`scene.IsolateBegan` Triggered when isolate mode starts
- Feature
`scene.IsolateEnded` Triggered when isolate mode ends
- Feature
`CurveMaxSplit` Maximum number of iteration in the algorithm discretizing a curve. Stop the algorithm and throw an error when the threshold is reached
- Feature
`SurfaceMaxSplit` Maximum number of iteration in the algorithm discretizing a surface. Stop the algorithm and throw an error when the threshold is reached
- Feature
`AliasImportSymmetries` Import symmetries in Alias file format
Changed
- Change
`material.filterAO` : Now accepts interleaved arrays of ambient occlusion and bent normals maps
Fixed
- Fix
Retessellation of parts after singularization
- Fix
Missing material at import in STEP format
- Fix
USD visibility interpretation mismatch
- Fix
Shininess of Standard materials incorrectly rendered in the viewer
- Fix
Crash when using setPartMesh or setPartModel functions twice
- Fix
Numerical precision issue in GPU Baking
- Fix
Performances problem in algo.tessellatePointClouds() function
- Fix
Baking API bug when baking feature component
- Fix
Random crashes in algo.repairCAD() function
- Fix
Crash in scene.mergePartOccurrencesByRegions()
- Fix
Major Pixyz UI instability caused by the UV Viewer
- Fix
Pixyz UI crash on exit when using customized UI
- Fix
Improved STEP materials import
- Fix
Improved export of submesh in glTF and 3dxml formats
- Fix
Crash while importing USD files with malformed UVs
- Fix
Undo/redo with deleted BRep materials