Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_fluidsim.c
| Context not available. | |||||
| * \ingroup modifiers | * \ingroup modifiers | ||||
| */ | */ | ||||
| #include "CLG_log.h" | |||||
| #include "DNA_mesh_types.h" | #include "DNA_mesh_types.h" | ||||
| #include "DNA_scene_types.h" | #include "DNA_scene_types.h" | ||||
| Context not available. | |||||
| #include "MEM_guardedalloc.h" | #include "MEM_guardedalloc.h" | ||||
| static CLG_LogRef LOG = { "mod.fluidsim" }; | |||||
| /* Fluidsim */ | /* Fluidsim */ | ||||
| static void initData(ModifierData *md) | static void initData(ModifierData *md) | ||||
| { | { | ||||
| Context not available. | |||||