Home
last modified time | relevance | path

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

/dports/misc/ansiweather/ansiweather-1.18.0/
H A Dansiweather68 p) show_pressure=${OPTARG};;
128 [ -z "$show_pressure" ] && show_pressure=$(get_config "show_pressure" || echo true)
428 if [ "$show_pressure" = true ]
H A Dansiweatherrc.example14 show_pressure:true
H A DREADME.md198 show_pressure:true
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/workbench/
H A Dworkbench_volume.c102 const bool show_pressure = (fds->coba_field == FLUID_DOMAIN_FIELD_PRESSURE); in workbench_volume_modifier_cache_populate() local
165 if (!show_phi && !show_flags && !show_pressure) { in workbench_volume_modifier_cache_populate()
171 DRW_shgroup_uniform_bool_copy(grp, "showPressure", show_pressure); in workbench_volume_modifier_cache_populate()