Browse our Products
Aspose.3D for Python via .NET 26.4 Release Notes
This page contains release notes information for Aspose.3D for Python via .NET 26.4.
Improvements and Changes
| Key | Summary | Category |
|---|---|---|
| THREEDNET-1760 | Expose more animation related information | Improvement |
| THREEDNET-1757 | Matrix Decompose causes negative scaling | Bug fixing |
API Changes
Added members to class aspose.threed.animation.BindPoint:
@property
def channels(self) -> Iterable[aspose.threed.animation.AnimationChannel]Channels exposed all internal channels from BindPoint.
Added members to class aspose.threed.Property:
@property
def owner(self) -> aspose.threed.A3DObject
@property
def bind_points(self) -> Iterable[aspose.threed.animation.BindPoint]Sample code