Blender  V3.3
Functions
BKE_simulation.h File Reference

Go to the source code of this file.

Functions

voidBKE_simulation_add (struct Main *bmain, const char *name)
 
void BKE_simulation_data_update (struct Depsgraph *depsgraph, struct Scene *scene, struct Simulation *simulation)
 

Function Documentation

◆ BKE_simulation_add()

void* BKE_simulation_add ( struct Main bmain,
const char *  name 
)

Definition at line 164 of file simulation.cc.

References BKE_id_new(), ID_SIM, and simulation.

◆ BKE_simulation_data_update()

void BKE_simulation_data_update ( struct Depsgraph depsgraph,
struct Scene scene,
struct Simulation simulation 
)