Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/DEG_depsgraph_build.h
| Show First 20 Lines • Show All 183 Lines • ▼ Show 20 Lines | |||||
| void DEG_add_special_eval_flag(struct DepsNodeHandle *handle, struct ID *id, uint32_t flag); | void DEG_add_special_eval_flag(struct DepsNodeHandle *handle, struct ID *id, uint32_t flag); | ||||
| void DEG_add_customdata_mask(struct DepsNodeHandle *handle, | void DEG_add_customdata_mask(struct DepsNodeHandle *handle, | ||||
| struct Object *object, | struct Object *object, | ||||
| const struct CustomData_MeshMasks *masks); | const struct CustomData_MeshMasks *masks); | ||||
| struct ID *DEG_get_id_from_handle(struct DepsNodeHandle *node_handle); | struct ID *DEG_get_id_from_handle(struct DepsNodeHandle *node_handle); | ||||
| struct Depsgraph *DEG_get_graph_from_handle(struct DepsNodeHandle *node_handle); | struct Depsgraph *DEG_get_graph_from_handle(struct DepsNodeHandle *node_handle); | ||||
| bool DEG_object_has_geometry_component(struct Object *object); | |||||
| /* ************************************************ */ | /* ************************************************ */ | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } /* extern "C" */ | } /* extern "C" */ | ||||
| #endif | #endif | ||||