Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_object.h
| Context not available. | |||||
| struct Main; | struct Main; | ||||
| struct RigidBodyWorld; | struct RigidBodyWorld; | ||||
| struct HookModifierData; | struct HookModifierData; | ||||
| struct bConstraint; | |||||
| struct bPoseChannel; | |||||
| void BKE_object_workob_clear(struct Object *workob); | void BKE_object_workob_clear(struct Object *workob); | ||||
| void BKE_object_workob_calc_parent(struct Scene *scene, struct Object *ob, struct Object *workob); | void BKE_object_workob_calc_parent(struct Scene *scene, struct Object *ob, struct Object *workob); | ||||
| Context not available. | |||||
| void BKE_object_free_derived_caches(struct Object *ob); | void BKE_object_free_derived_caches(struct Object *ob); | ||||
| void BKE_object_modifier_hook_reset(struct Object *ob, struct HookModifierData *hmd); | void BKE_object_modifier_hook_reset(struct Object *ob, struct HookModifierData *hmd); | ||||
| 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, struct Object *from); | void BKE_object_link_modifiers(struct Object *ob, struct Object *from); | ||||
| void BKE_object_free_modifiers(struct Object *ob); | void BKE_object_free_modifiers(struct Object *ob); | ||||
| struct ListBase *BKE_object_constraint_listbase_get(struct Object *ob, struct bConstraint *con, struct bPoseChannel **r_pchan); | |||||
| 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); | ||||
| Context not available. | |||||