Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_object.h
| Show First 20 Lines • Show All 72 Lines • ▼ Show 20 Lines | |||||
| bool BKE_object_support_modifier_type_check(struct Object *ob, int modifier_type); | bool BKE_object_support_modifier_type_check(struct Object *ob, int modifier_type); | ||||
| void BKE_object_link_modifiers(struct Object *ob_dst, const struct Object *ob_src); | void BKE_object_link_modifiers(struct Object *ob_dst, const struct Object *ob_src); | ||||
| void BKE_object_free_modifiers(struct Object *ob); | void BKE_object_free_modifiers(struct Object *ob); | ||||
| void BKE_object_make_proxy(struct Object *ob, struct Object *target, struct Object *gob); | void BKE_object_make_proxy(struct Object *ob, struct Object *target, 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); | ||||
| void BKE_object_computing_obmat_rest(struct Object *ob, float mfm[4][4]); | |||||
| bool BKE_object_exists_check(struct Object *obtest); | bool BKE_object_exists_check(struct Object *obtest); | ||||
| bool BKE_object_is_in_editmode(struct Object *ob); | bool BKE_object_is_in_editmode(struct Object *ob); | ||||
| bool BKE_object_is_in_editmode_vgroup(struct Object *ob); | bool BKE_object_is_in_editmode_vgroup(struct Object *ob); | ||||
| bool BKE_object_is_in_wpaint_select_vert(struct Object *ob); | bool BKE_object_is_in_wpaint_select_vert(struct Object *ob); | ||||
| void BKE_object_init(struct Object *ob); | void BKE_object_init(struct Object *ob); | ||||
| struct Object *BKE_object_add_only_object( | struct Object *BKE_object_add_only_object( | ||||
| struct Main *bmain, | struct Main *bmain, | ||||
| ▲ Show 20 Lines • Show All 186 Lines • Show Last 20 Lines | |||||