Asset Transformer SDK 2025.5.1
8 documented changes.
- Version
- 2025.5.1
- Released
- Oct 1, 2025
- Product
- Asset Transformer SDK
Asset Transformer SDK 2025.5.1
Added
- Feature
`algo.explodeByTopoDimension` Separate polygons, lines and points into different occurrences
- Feature
`scene.createSelectionSnapshot` Create a snapshot of the current selection to use it later. Most selection related functions now take an added optional selectionId as input allowing to handle a selection and change it without disturbing the displayed selection (the current selection)
- Feature
`scene.deleteSelectionSnapshot` Delete a selection snapshot using its ID
Removed
- Removal
`scene.explodeSelection` : this function was not implemented so it was useless and is being removed
Fixed
- Fix
Supported format extensions (CREO)
- Fix
Instabilities with undo/redo and unregistered entities
- Fix
GLB issues with invalid/missing textures
- Fix
Broken normals/tangents after `scene.applyTransform()`