Blender V4.3
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 220 of file blenkernel/intern/world.cc.

References BKE_id_new(), and ID_WO.

Referenced by new_world_exec().

◆ BKE_world_eval()

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