Blender V5.0
BKE_world.h File Reference

Go to the source code of this file.

Functions

struct WorldBKE_world_add (struct Main *bmain, const char *name)
void BKE_world_eval (struct Depsgraph *depsgraph, struct World *world)

Function Documentation

◆ BKE_world_add()

struct World * BKE_world_add ( struct Main * bmain,
const char * name )

Definition at line 216 of file blenkernel/intern/world.cc.

References BKE_id_new(), and name.

Referenced by ED_preview_prepare_world_simple(), and new_world_exec().

◆ BKE_world_eval()

void BKE_world_eval ( struct Depsgraph * depsgraph,
struct World * world )