Home
last modified time | relevance | path

Searched defs:tag_update (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/tests/integration/targets/vmware_tag/tasks/
H A Dtag_crud_ops.yml65 - &tag_update anchor
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/vmware_tag/tasks/
H A Dtag_crud_ops.yml65 - &tag_update anchor
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dparticles.cpp47 void ParticleSystem::tag_update(Scene *scene) in tag_update() function in ParticleSystem
139 void ParticleSystemManager::tag_update(Scene * /*scene*/) in tag_update() function in ParticleSystemManager
H A Dbackground.cpp137 void Background::tag_update(Scene *scene) in tag_update() function in Background
H A Dintegrator.cpp281 void Integrator::tag_update(Scene *scene) in tag_update() function in Integrator
H A Dfilm.cpp694 void Film::tag_update(Scene * /*scene*/) in tag_update() function in Film
H A Dobject.cpp211 void Object::tag_update(Scene *scene) in tag_update() function in Object
891 void ObjectManager::tag_update(Scene *scene) in tag_update() function in ObjectManager
H A Dlight.cpp163 void Light::tag_update(Scene *scene) in tag_update() function in Light
1018 void LightManager::tag_update(Scene * /*scene*/) in tag_update() function in LightManager
H A Dcamera.cpp566 void Camera::tag_update() in tag_update() function in Camera
H A Dgeometry.cpp243 void Geometry::tag_update(Scene *scene, bool rebuild) in tag_update() function in Geometry
1568 void GeometryManager::tag_update(Scene *scene) in tag_update() function in GeometryManager
H A Dshader.cpp306 void Shader::tag_update(Scene *scene) in tag_update() function in Shader
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/node/
H A Ddeg_node_time.cc34 void TimeSourceNode::tag_update(Depsgraph * /*graph*/, eUpdateSource /*source*/) in tag_update() function in blender::deg::TimeSourceNode
H A Ddeg_node_operation.cc237 void OperationNode::tag_update(Depsgraph *graph, eUpdateSource source) in tag_update() function in blender::deg::OperationNode
H A Ddeg_node_id.cc182 void IDNode::tag_update(Depsgraph *graph, eUpdateSource source) in tag_update() function in blender::deg::IDNode
H A Ddeg_node_component.cc232 void ComponentNode::tag_update(Depsgraph *graph, eUpdateSource source) in tag_update() function in blender::deg::ComponentNode
H A Ddeg_node.h195 virtual void tag_update(Depsgraph * /*graph*/, eUpdateSource /*source*/) in tag_update() function
/dports/graphics/blender/blender-2.91.0/intern/cycles/device/
H A Ddevice.cpp657 void Device::tag_update() in tag_update() function in Device
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dtag_api.php598 function tag_update( $p_tag_id, $p_name, $p_user_id, $p_description ) { function
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_session.cpp1037 void BlenderSession::tag_update() in tag_update() function in BlenderSession
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_undo.c770 bool tag_update = false; in sculpt_undo_restore_list() local