Blender  V3.3
Namespaces | Functions
deg_eval.cc File Reference
#include "intern/eval/deg_eval.h"
#include "PIL_time.h"
#include "BLI_compiler_attrs.h"
#include "BLI_gsqueue.h"
#include "BLI_task.h"
#include "BLI_utildefines.h"
#include "BKE_global.h"
#include "DNA_node_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_query.h"
#include "atomic_ops.h"
#include "intern/depsgraph.h"
#include "intern/depsgraph_relation.h"
#include "intern/depsgraph_tag.h"
#include "intern/eval/deg_eval_copy_on_write.h"
#include "intern/eval/deg_eval_flush.h"
#include "intern/eval/deg_eval_stats.h"
#include "intern/eval/deg_eval_visibility.h"
#include "intern/node/deg_node.h"
#include "intern/node/deg_node_component.h"
#include "intern/node/deg_node_id.h"
#include "intern/node/deg_node_operation.h"
#include "intern/node/deg_node_time.h"

Go to the source code of this file.

Namespaces

 blender
 
 blender::deg
 

Functions

void blender::deg::deg_evaluate_on_refresh (Depsgraph *graph)
 

Detailed Description

Evaluation engine entry-points for Depsgraph Engine.

Definition in file deg_eval.cc.

Variable Documentation

◆ do_stats

bool do_stats

Definition at line 88 of file deg_eval.cc.

◆ graph

Depsgraph* graph

Definition at line 87 of file deg_eval.cc.

Referenced by blender::deg::deg_evaluate_on_refresh().

◆ need_single_thread_pass

bool need_single_thread_pass = false

Definition at line 91 of file deg_eval.cc.

◆ need_update_pending_parents

bool need_update_pending_parents = true

Definition at line 90 of file deg_eval.cc.

◆ stage

EvaluationStage stage