Home
last modified time | relevance | path

Searched refs:FLUID_DOMAIN_ACTIVE_COLORS (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_fluid_types.h217 FLUID_DOMAIN_ACTIVE_COLORS = (1 << 2), enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/workbench/
H A Dworkbench_volume.c175 bool use_constant_color = ((fds->active_fields & FLUID_DOMAIN_ACTIVE_COLORS) == 0 && in workbench_volume_modifier_cache_populate()
/dports/graphics/blender/blender-2.91.0/intern/mantaflow/intern/
H A DMANTA_main.cpp84 mUsingColors = (fds->active_fields & FLUID_DOMAIN_ACTIVE_COLORS) && mUsingSmoke; in MANTA()
753 mRNAMap["USING_COLORS"] = getBooleanString(fds->active_fields & FLUID_DOMAIN_ACTIVE_COLORS); in initializeRNAMap()
1620 bool colors = fds->active_fields & FLUID_DOMAIN_ACTIVE_COLORS; in exportSmokeScript()
1991 bool colors = !flush && smoke && fds->active_fields & FLUID_DOMAIN_ACTIVE_COLORS; in updatePointers()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/eevee/
H A Deevee_volumes.c467 bool use_constant_color = ((fds->active_fields & FLUID_DOMAIN_ACTIVE_COLORS) == 0 && in eevee_volume_object_mesh_init()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfluid.c2604 if (fds->active_fields & FLUID_DOMAIN_ACTIVE_COLORS) { in ensure_flowsfields()
2677 active_fields |= FLUID_DOMAIN_ACTIVE_COLORS; in update_flowsflags()
2693 active_fields |= FLUID_DOMAIN_ACTIVE_COLORS; in update_flowsflags()
4506 flags |= FLUID_DOMAIN_ACTIVE_COLORS; in BKE_fluid_get_data_flags()