MaterialLineArt(bpy_struct)
base class — bpy_struct
- class bpy.types.MaterialLineArt(bpy_struct)
- intersection_priority
The intersection line will be included into the object with the higher intersection priority value (in [0, 255], default 0)
- Type:
int
- mat_occlusion
Faces with this material will behave as if it has set number of layers in occlusion (in [0, 255], default 1)
- Type:
int
- use_intersection_priority_override
Override object and collection intersection priority value (default False)
- Type:
bool
- use_material_mask
Use material masks to filter out occluded strokes (default False)
- Type:
bool
- use_material_mask_bits
(array of 8 items, default (False, False, False, False, False, False, False, False))
- Type:
bpy_prop_array[bool]
- 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