SurfaceDeformModifier(Modifier)
base classes — bpy_struct, Modifier
- class bpy.types.SurfaceDeformModifier(Modifier)
- falloff
Controls how much nearby polygons influence deformation (in [2, 16], default 4.0)
- Type:
float
- invert_vertex_group
Invert vertex group influence (default False)
- Type:
bool
- is_bound
Whether geometry has been bound to target mesh (default False, readonly)
- Type:
bool
- strength
Strength of modifier deformations (in [-100, 100], default 1.0)
- Type:
float
- use_sparse_bind
Only record binding data for vertices matching the vertex group at the time of bind (default False)
- Type:
bool
- vertex_group
Vertex group name for selecting/weighting the affected areas (default “”, never None)
- Type:
str
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type