SkinDeformer class
SkinDeformer class
A skin deformer contains multiple bones to work, each bone blends a part of the geometry by control point’s weights.
Inheritance: SkinDeformer
→
Deformer
→
A3DObject
The SkinDeformer type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__(self, name) | Initializes a new instance of the SkinDeformer class. |
__init__(self) | Initializes a new instance of the SkinDeformer class. |
Properties
Property | Description |
---|---|
name | Gets or sets the name. |
properties | Gets the collection of all properties. |
owner | Gets the geometry which owns this deformer |
bones | Gets all bones that the skin deformer contains |
Methods
Method | Description |
---|---|
remove_property(self, property) | Removes a dynamic property. |
remove_property(self, property) | Remove the specified property identified by name |
get_property(self, property) | Get the value of specified property |
set_property(self, property, value) | Sets the value of specified property |
find_property(self, property_name) | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |
See Also
- module
aspose.threed.deformers
- class
A3DObject
- class
Deformer
- class
SkinDeformer