Blender V4.3
BKE_light.h File Reference

General operations, lookup, etc. for blender lights. More...

Go to the source code of this file.

Functions

struct LightBKE_light_add (struct Main *bmain, const char *name) ATTR_WARN_UNUSED_RESULT
 
void BKE_light_eval (struct Depsgraph *depsgraph, struct Light *la)
 

Detailed Description

General operations, lookup, etc. for blender lights.

Definition in file BKE_light.h.

Function Documentation

◆ BKE_light_add()

struct Light * BKE_light_add ( struct Main * bmain,
const char * name )

◆ BKE_light_eval()

void BKE_light_eval ( struct Depsgraph * depsgraph,
struct Light * la )

Definition at line 203 of file blenkernel/intern/light.cc.

References DEG_debug_print_eval(), depsgraph, Light::id, and ID::name.