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

Inherited Properties

Inherited Functions

References