Blender  V3.3
Functions
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 212 of file world.c.

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 
)