Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/intern/depsgraph_eval.cc
| Context not available. | |||||
| /* Update time on primary timesource. */ | /* Update time on primary timesource. */ | ||||
| DEG::TimeSourceNode *tsrc = deg_graph->find_time_source(); | DEG::TimeSourceNode *tsrc = deg_graph->find_time_source(); | ||||
| tsrc->cfra = ctime; | tsrc->cfra = ctime; | ||||
| deg_graph->need_update_time = true; | tsrc->tag_update(deg_graph, DEG::DEG_UPDATE_SOURCE_TIME); | ||||
| DEG::deg_graph_flush_updates(bmain, deg_graph); | DEG::deg_graph_flush_updates(bmain, deg_graph); | ||||
| /* Update time in scene. */ | /* Update time in scene. */ | ||||
| if (deg_graph->scene_cow) { | if (deg_graph->scene_cow) { | ||||
| Context not available. | |||||