Blender V5.0
deg_eval_flush.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::deg

Typedefs

using blender::deg::FlushQueue = std::deque<OperationNode *>

Enumerations

enum  { blender::deg::ID_STATE_NONE = 0 , blender::deg::ID_STATE_MODIFIED = 1 }
enum  { blender::deg::COMPONENT_STATE_NONE = 0 , blender::deg::COMPONENT_STATE_SCHEDULED = 1 , blender::deg::COMPONENT_STATE_DONE = 2 }

Functions

void blender::deg::deg_graph_flush_updates (Depsgraph *graph)
void blender::deg::deg_graph_clear_tags (Depsgraph *graph)

Detailed Description

Core routines for how the Depsgraph works.

Definition in file deg_eval_flush.cc.