Blender  V3.3
Functions
BKE_lightprobe.h File Reference

General operations for probes. More...

Go to the source code of this file.

Functions

void BKE_lightprobe_type_set (struct LightProbe *probe, short lightprobe_type)
 
voidBKE_lightprobe_add (struct Main *bmain, const char *name)
 

Detailed Description

General operations for probes.

Definition in file BKE_lightprobe.h.

Function Documentation

◆ BKE_lightprobe_add()

void* BKE_lightprobe_add ( struct Main bmain,
const char *  name 
)

Definition at line 124 of file lightprobe.c.

References BKE_id_new(), and ID_LP.

Referenced by BKE_object_obdata_add_from_type().

◆ BKE_lightprobe_type_set()

void BKE_lightprobe_type_set ( struct LightProbe probe,
short  lightprobe_type 
)