Home
last modified time | relevance | path

Searched refs:DEG_UPDATE_SOURCE_VISIBILITY (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/
H A Ddepsgraph_tag.cc448 case DEG_UPDATE_SOURCE_VISIBILITY: in update_source_as_string()
543 graph_id_tag_update(bmain, graph, id_node->id_orig, flag, DEG_UPDATE_SOURCE_VISIBILITY); in deg_graph_on_visible_update()
546 id_node->tag_update(graph, DEG_UPDATE_SOURCE_VISIBILITY); in deg_graph_on_visible_update()
H A Ddepsgraph_type.h86 DEG_UPDATE_SOURCE_VISIBILITY = (1 << 3), enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/node/
H A Ddeg_node_operation.cc247 case DEG_UPDATE_SOURCE_VISIBILITY: in tag_update()