named_attribute
='position', evaluate=False) named_attribute(obj, name
Get the named attribute data from the object.
Parameters
Name | Type | Description | Default |
---|---|---|---|
obj | bpy.types.Object | The Blender object. | required |
name | str | The name of the attribute, by default ‘position’. | 'position' |
evaluate | bool | Whether to evaluate modifiers before reading, by default False. | False |
Returns
Name | Type | Description |
---|---|---|
np.ndarray | The attribute data as a numpy array. |
Raises
Name | Type | Description |
---|---|---|
AttributeError | If the named attribute does not exist on the mesh. |