Browse our Products

Aspose.3D for Python via .NET 26.4 Release Notes

Improvements and Changes

KeySummaryCategory
THREEDNET-1760Expose more animation related informationImprovement
THREEDNET-1757Matrix Decompose causes negative scalingBug 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