Blender
V3.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 203 of file light.c.
References BKE_id_new(), and ID_LA.
Referenced by BKE_object_obdata_add_from_type(), blender::io::usd::USDLightReader::create_object(), and DocumentImporter::writeLight().