Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_object.h
| Show First 20 Lines • Show All 77 Lines • ▼ Show 20 Lines | |||||
| 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); | ||||
| 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); | ||||
| bool BKE_object_is_visible(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, | ||||
| int type, const char *name) | int type, const char *name) | ||||
| ATTR_NONNULL(1) ATTR_RETURNS_NONNULL; | ATTR_NONNULL(1) ATTR_RETURNS_NONNULL; | ||||
| struct Object *BKE_object_add( | struct Object *BKE_object_add( | ||||
| struct Main *bmain, struct Scene *scene, struct SceneLayer *sl, | struct Main *bmain, struct Scene *scene, struct SceneLayer *sl, | ||||
| ▲ Show 20 Lines • Show All 183 Lines • Show Last 20 Lines | |||||