Blender V4.3
depsgraph_eval.cc File Reference

Go to the source code of this file.

Functions

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

Detailed Description

Evaluation engine entry-points for Depsgraph Engine.

Definition in file depsgraph_eval.cc.

Function Documentation

◆ DEG_evaluate_on_framechange()

◆ DEG_evaluate_on_refresh()

◆ deg_flush_updates_and_refresh()