LineStyleThicknessModifiers(bpy_prop_collection)
base classes — bpy_prop, bpy_prop_collection
- class bpy.types.LineStyleThicknessModifiers(bpy_prop_collection)
Thickness modifiers for changing line thickness
- new(name, type)
Add a thickness modifier to line style
- Parameters:
name (str) – New name for the thickness modifier (not unique) (never None)
type (Literal[Linestyle Thickness Modifier Type Items]) – Thickness modifier type to add
- Returns:
Newly added thickness modifier
- Return type:
- remove(modifier)
Remove a thickness modifier from line style
- Parameters:
modifier (
LineStyleThicknessModifier) – Thickness modifier to remove (never None)
- 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:
- 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