SkinModifier(Modifier)#
base classes — bpy_struct
, Modifier
- class bpy.types.SkinModifier(Modifier)#
Generate Skin
- branch_smoothing#
Smooth complex geometry around branches
- Type:
float in [0, 1], default 0.0
- use_smooth_shade#
Output faces with smooth shading rather than flat shaded
- Type:
boolean, default False
- use_x_symmetry#
Avoid making unsymmetrical quads across the X axis
- Type:
boolean, default True
- use_y_symmetry#
Avoid making unsymmetrical quads across the Y axis
- Type:
boolean, default False
- use_z_symmetry#
Avoid making unsymmetrical quads across the Z axis
- Type:
boolean, default False
- classmethod bl_rna_get_subclass(id, default=None)#
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)#
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type