Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_object.h
| Show First 20 Lines • Show All 88 Lines • ▼ Show 20 Lines | void BKE_object_make_proxy(struct Main *bmain, | ||||
| struct Object *target, | struct Object *target, | ||||
| struct Object *gob); | struct Object *gob); | ||||
| void BKE_object_copy_proxy_drivers(struct Object *ob, struct Object *target); | void BKE_object_copy_proxy_drivers(struct Object *ob, struct Object *target); | ||||
| bool BKE_object_exists_check(struct Main *bmain, const struct Object *obtest); | bool BKE_object_exists_check(struct Main *bmain, const struct Object *obtest); | ||||
| bool BKE_object_is_in_editmode(const struct Object *ob); | bool BKE_object_is_in_editmode(const struct Object *ob); | ||||
| bool BKE_object_is_in_editmode_vgroup(const struct Object *ob); | bool BKE_object_is_in_editmode_vgroup(const struct Object *ob); | ||||
| bool BKE_object_is_in_wpaint_select_vert(const struct Object *ob); | bool BKE_object_is_in_wpaint_select_vert(const struct Object *ob); | ||||
| bool BKE_object_editmode_exit(struct Main *bmain, struct Object *ob); | |||||
| bool BKE_object_has_mode_data(const struct Object *ob, eObjectMode object_mode); | bool BKE_object_has_mode_data(const struct Object *ob, eObjectMode object_mode); | ||||
| bool BKE_object_is_mode_compat(const struct Object *ob, eObjectMode object_mode); | bool BKE_object_is_mode_compat(const struct Object *ob, eObjectMode object_mode); | ||||
| bool BKE_object_data_is_in_editmode(const struct ID *id); | bool BKE_object_data_is_in_editmode(const struct ID *id); | ||||
| char *BKE_object_data_editmode_flush_ptr_get(struct ID *id); | char *BKE_object_data_editmode_flush_ptr_get(struct ID *id); | ||||
| void BKE_object_update_select_id(struct Main *bmain); | void BKE_object_update_select_id(struct Main *bmain); | ||||
| ▲ Show 20 Lines • Show All 324 Lines • Show Last 20 Lines | |||||