Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/DEG_depsgraph_build.h
| Show First 20 Lines • Show All 68 Lines • ▼ Show 20 Lines | |||||
| * tree. | * tree. | ||||
| */ | */ | ||||
| void DEG_graph_build_for_compositor_preview(struct Depsgraph *graph, | void DEG_graph_build_for_compositor_preview(struct Depsgraph *graph, | ||||
| struct Main *bmain, | struct Main *bmain, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct ViewLayer *view_layer, | struct ViewLayer *view_layer, | ||||
| struct bNodeTree *nodetree); | struct bNodeTree *nodetree); | ||||
| void DEG_graph_build_from_ids(struct Depsgraph *graph, | |||||
| struct Main *bmain, | |||||
| struct Scene *scene, | |||||
| struct ViewLayer *view_layer, | |||||
| struct ID **ids, | |||||
| const int num_ids); | |||||
| /* Tag relations from the given graph for update. */ | /* Tag relations from the given graph for update. */ | ||||
| void DEG_graph_tag_relations_update(struct Depsgraph *graph); | void DEG_graph_tag_relations_update(struct Depsgraph *graph); | ||||
| /* Create or update relations in the specified graph. */ | /* Create or update relations in the specified graph. */ | ||||
| void DEG_graph_relations_update(struct Depsgraph *graph, | void DEG_graph_relations_update(struct Depsgraph *graph, | ||||
| struct Main *bmain, | struct Main *bmain, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct ViewLayer *view_layer); | struct ViewLayer *view_layer); | ||||
| ▲ Show 20 Lines • Show All 110 Lines • Show Last 20 Lines | |||||