LodLevel(bpy_struct)

base class — bpy_struct

class bpy.types.LodLevel(bpy_struct)
distance

Distance to begin using this level of detail

Type

float in [0, inf], default 0.0

object

Object to use for this level of detail

Type

Object

object_hysteresis_percentage

Minimum distance change required to transition to the previous level of detail

Type

int in [0, 100], default 0

use_material

Use the material from this object at this level of detail

Type

boolean, default False

use_mesh

Use the mesh from this object at this level of detail

Type

boolean, default False

use_object_hysteresis

Override LoD Hysteresis scene setting for this LoD level

Type

boolean, default False

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