|
Blender V4.3
|
General operations, lookup, etc. for blender lights. More...
#include "BLI_compiler_attrs.h"Go to the source code of this file.
Functions | |
| struct Light * | BKE_light_add (struct Main *bmain, const char *name) ATTR_WARN_UNUSED_RESULT |
| void | BKE_light_eval (struct Depsgraph *depsgraph, struct Light *la) |
General operations, lookup, etc. for blender lights.
Definition in file BKE_light.h.
Definition at line 194 of file blenkernel/intern/light.cc.
References BKE_id_new(), and ID_LA.
Referenced by BKE_object_obdata_add_from_type(), blender::io::usd::USDLightReader::create_object(), and DocumentImporter::writeLight().
| 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.