Blender  V3.3
Functions
depsgraph_eval.cc File Reference
#include "MEM_guardedalloc.h"
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "BKE_scene.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_query.h"
#include "intern/eval/deg_eval.h"
#include "intern/eval/deg_eval_flush.h"
#include "intern/node/deg_node.h"
#include "intern/node/deg_node_operation.h"
#include "intern/node/deg_node_time.h"
#include "intern/depsgraph.h"
#include "intern/depsgraph_tag.h"

Go to the source code of this file.

Functions

static void deg_flush_updates_and_refresh (deg::Depsgraph *deg_graph)
 
void DEG_evaluate_on_refresh (Depsgraph *graph)
 
void DEG_evaluate_on_framechange (Depsgraph *graph, float frame)
 

Detailed Description

Evaluation engine entry-points for Depsgraph Engine.

Definition in file depsgraph_eval.cc.

Function Documentation

◆ DEG_evaluate_on_framechange()

void DEG_evaluate_on_framechange ( Depsgraph graph,
float  frame 
)

◆ DEG_evaluate_on_refresh()

void DEG_evaluate_on_refresh ( Depsgraph graph)

◆ deg_flush_updates_and_refresh()

static void deg_flush_updates_and_refresh ( deg::Depsgraph deg_graph)
static