Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_object.h
| Context not available. | |||||
| int BKE_object_insert_ptcache(struct Object *ob); | int BKE_object_insert_ptcache(struct Object *ob); | ||||
| void BKE_object_delete_ptcache(struct Object *ob, int index); | void BKE_object_delete_ptcache(struct Object *ob, int index); | ||||
| struct KeyBlock *BKE_object_insert_shape_key(struct Object *ob, const char *name, const bool from_mix); | struct KeyBlock *BKE_object_insert_shape_key(struct Object *ob, const char *name, const bool from_mix); | ||||
| bool BKE_object_remove_shape_key(struct Main *bmain, struct Object *ob, struct KeyBlock *kb); | |||||
| bool BKE_object_flag_test_recursive(const struct Object *ob, short flag); | bool BKE_object_flag_test_recursive(const struct Object *ob, short flag); | ||||
| Context not available. | |||||