Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_object.h
| Show First 20 Lines • Show All 71 Lines • ▼ Show 20 Lines | |||||
| void BKE_object_modifier_gpencil_hook_reset(struct Object *ob, | void BKE_object_modifier_gpencil_hook_reset(struct Object *ob, | ||||
| struct HookGpencilModifierData *hmd); | struct HookGpencilModifierData *hmd); | ||||
| bool BKE_object_modifier_gpencil_use_time(struct Object *ob, struct GpencilModifierData *md); | bool BKE_object_modifier_gpencil_use_time(struct Object *ob, struct GpencilModifierData *md); | ||||
| bool BKE_object_shaderfx_use_time(struct Object *ob, struct ShaderFxData *md); | bool BKE_object_shaderfx_use_time(struct Object *ob, struct ShaderFxData *md); | ||||
| bool BKE_object_support_modifier_type_check(const struct Object *ob, int modifier_type); | bool BKE_object_support_modifier_type_check(const struct Object *ob, int modifier_type); | ||||
| bool BKE_object_copy_modifier(struct Object *ob_dst, | |||||
| const struct Object *ob_src, | |||||
| struct ModifierData *md); | |||||
| bool BKE_object_copy_gpencil_modifier(struct Object *ob_dst, struct GpencilModifierData *md); | |||||
| 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, const int flag); | void BKE_object_free_modifiers(struct Object *ob, const int flag); | ||||
| void BKE_object_free_shaderfx(struct Object *ob, const int flag); | void BKE_object_free_shaderfx(struct Object *ob, const int flag); | ||||
| void BKE_object_make_proxy(struct Main *bmain, | void BKE_object_make_proxy(struct Main *bmain, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| struct Object *target, | struct Object *target, | ||||
| struct Object *gob); | struct Object *gob); | ||||
| ▲ Show 20 Lines • Show All 329 Lines • Show Last 20 Lines | |||||