Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_object.h
| Show First 20 Lines • Show All 401 Lines • ▼ Show 20 Lines | |||||
| * NOTE: Dependency graph argument is required when preserve_all_data_layers is truth, and is | * NOTE: Dependency graph argument is required when preserve_all_data_layers is truth, and is | ||||
| * ignored otherwise. */ | * ignored otherwise. */ | ||||
| struct Mesh *BKE_object_to_mesh(struct Depsgraph *depsgraph, | struct Mesh *BKE_object_to_mesh(struct Depsgraph *depsgraph, | ||||
| struct Object *object, | struct Object *object, | ||||
| bool preserve_all_data_layers); | bool preserve_all_data_layers); | ||||
| void BKE_object_to_mesh_clear(struct Object *object); | void BKE_object_to_mesh_clear(struct Object *object); | ||||
| struct BakePass *BKE_object_add_bake_pass(struct Object *ob, const char *name); | |||||
| bool BKE_object_remove_bake_pass(struct Object *ob, struct BakePass *bp); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| #endif | #endif | ||||