54 if (deg_graph->
frame != frame || ctime != deg_graph->
ctime) {
56 deg_graph->
frame = frame;
57 deg_graph->
ctime = ctime;
77 deg_graph->
frame = frame;
float BKE_scene_frame_get(const struct Scene *scene)
float BKE_scene_ctime_get(const struct Scene *scene)
void BKE_scene_frame_set(struct Scene *scene, float frame)
float BKE_scene_frame_to_ctime(const struct Scene *scene, int frame)
struct Depsgraph Depsgraph
struct Scene * DEG_get_input_scene(const Depsgraph *graph)
Object is a sort of wrapper for general info.
Read Guarded memory(de)allocation.
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)
void graph_tag_ids_for_visible_update(Depsgraph *graph)
void deg_graph_flush_updates(Depsgraph *graph)
void deg_evaluate_on_refresh(Depsgraph *graph)