Browse our Products
Aspose.3D for Python via .NET 24.11 Release Notes
This page contains release notes information for Aspose.3D for Python via .NET 24.11.
Improvements and Changes
Key | Summary | Category |
---|---|---|
THREEDNET-1616 | Add support for deformer in glb | Task |
THREEDNET-1618 | Improve TriMesh to support morph target triangulation | Task |
THREEDNET-1619 | Keep deformers while split meshes | Task |
THREEDNET-1617 | System.InvalidOperationException:“Malformed FBX File, invalid animation curve definition” | Bug fixing |
API changes
Added members to class aspose.threed.Utilities.VertexFieldSemantic:
MORPH_POSITION : aspose.threed.utilities.VertexFieldSemantic
MORPH_NORMAL : aspose.threed.utilities.VertexFieldSemantic
The added new semantics are used internally by TriMesh to support morph position/normal data.