Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_object.h
| Show First 20 Lines • Show All 135 Lines • ▼ Show 20 Lines | |||||
| */ | */ | ||||
| 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_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); | ||||
| bool BKE_object_data_is_in_paint_mode(const struct ID *id); | |||||
campbellbarton: This function isn't defined anywhere. | |||||
| char *BKE_object_data_editmode_flush_ptr_get(struct ID *id); | char *BKE_object_data_editmode_flush_ptr_get(struct ID *id); | ||||
| /** | /** | ||||
| * Updates select_id of all objects in the given \a bmain. | * Updates select_id of all objects in the given \a bmain. | ||||
| */ | */ | ||||
| void BKE_object_update_select_id(struct Main *bmain); | void BKE_object_update_select_id(struct Main *bmain); | ||||
| ▲ Show 20 Lines • Show All 551 Lines • Show Last 20 Lines | |||||
This function isn't defined anywhere.