LaplacianSmoothModifier(Modifier)
base classes — bpy_struct, Modifier
- class bpy.types.LaplacianSmoothModifier(Modifier)
Smoothing effect modifier
- invert_vertex_group
Invert vertex group influence (default False)
- Type:
bool
- iterations
(in [0, 32767], default 1)
- Type:
int
- lambda_border
Lambda factor in border (in [-inf, inf], default 0.01)
- Type:
float
- lambda_factor
Smooth effect factor (in [-inf, inf], default 0.01)
- Type:
float
- use_normalized
Improve and stabilize the enhanced shape (default True)
- Type:
bool
- use_volume_preserve
Apply volume preservation after smooth (default True)
- Type:
bool
- use_x
Smooth object along X axis (default True)
- Type:
bool
- use_y
Smooth object along Y axis (default True)
- Type:
bool
- use_z
Smooth object along Z axis (default True)
- Type:
bool
- vertex_group
Name of Vertex Group which determines influence of modifier per point (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