LineStyleGeometryModifiers(bpy_struct)
base class — bpy_struct
- class bpy.types.LineStyleGeometryModifiers(bpy_struct)
Geometry modifiers for changing line geometries
- new(name, type)
Add a geometry modifier to line style
- Parameters
name (string, (never None)) – New name for the geometry modifier (not unique)
type (enum in ['2D_OFFSET', '2D_TRANSFORM', 'BACKBONE_STRETCHER', 'BEZIER_CURVE', 'BLUEPRINT', 'GUIDING_LINES', 'PERLIN_NOISE_1D', 'PERLIN_NOISE_2D', 'POLYGONIZATION', 'SAMPLING', 'SIMPLIFICATION', 'SINUS_DISPLACEMENT', 'SPATIAL_NOISE', 'TIP_REMOVER']) – Geometry modifier type to add
- Returns
Newly added geometry modifier
- Return type
- remove(modifier)
Remove a geometry modifier from line style
- Parameters
modifier (
LineStyleGeometryModifier
, (never None)) – Geometry modifier to remove
- classmethod bl_rna_get_subclass(id, default=None)
- Parameters
id (string) – 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 (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
Inherited Properties
Inherited Functions
References