Home
last modified time | relevance | path

Searched refs:FLUID_FLOW_BEHAVIOR_GEOMETRY (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_fluid_defaults.h239 .behavior = FLUID_FLOW_BEHAVIOR_GEOMETRY, \
H A DDNA_fluid_types.h731 FLUID_FLOW_BEHAVIOR_GEOMETRY = 2, enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfluid.c2046 if ((data->ffs->behavior == FLUID_FLOW_BEHAVIOR_GEOMETRY) || in emit_from_mesh_task_cb()
2710 bool is_geometry = (ffs->behavior == FLUID_FLOW_BEHAVIOR_GEOMETRY); in escape_flowsobject()
3005 bool is_geometry = (ffs->behavior == FLUID_FLOW_BEHAVIOR_GEOMETRY); in update_flowsfluids()
4681 BKE_fluid_flow_behavior_set(object, settings, FLUID_FLOW_BEHAVIOR_GEOMETRY); in BKE_fluid_flow_type_set()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_fluid.c2683 {FLUID_FLOW_BEHAVIOR_GEOMETRY, in rna_def_fluid_flow_settings()