MorphTargetDeformer
Overview
MorphTargetDeformer is a class in Aspose.3D FOSS for Python.
Inherits from: Deformer.
MorphTargetDeformer enables geometry deformation by managing multiple MorphTargetChannel objects, each with per‑target weight control.
This class declares 5 methods for MorphTargetDeformer objects in Python programs.
Available methods include: __init__, find_property, get_property, remove_property, set_property.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: channels, name, owner, properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
channels | 'list[MorphTargetChannel]' | Read | Gets the channels. |
owner | 'Geometry' | Read | Gets the owner. |
name | str | Read/Write | Gets or sets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | Calls init(name) on this MorphTargetDeformer instance. |
find_property(property_name: str) | Calls find_property(property_name) on this MorphTargetDeformer instance. |
get_property(property: str) | Calls get_property(property) on this MorphTargetDeformer instance. |
set_property(property: str, value) | Sets the property value. |
remove_property(property) | Calls remove_property(property) on this MorphTargetDeformer instance. |