Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/
H A DDEG_depsgraph_query.h74 bool DEG_id_type_any_exists(const struct Depsgraph *depsgraph, short id_type);
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/
H A Ddepsgraph_query.cc102 bool DEG_id_type_any_exists(const Depsgraph *depsgraph, short id_type) in DEG_id_type_any_exists() function
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dsound.c1142 if (DEG_id_type_any_exists(depsgraph, ID_SPK)) { in BKE_sound_update_scene()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_manager.c1285 return (!exclude_gpencil_rendering) && DEG_id_type_any_exists(depsgraph, ID_GD); in drw_gpencil_engine_needed()