Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_anim_api.h
| Show First 20 Lines • Show All 804 Lines • ▼ Show 20 Lines | else { \ | ||||
| (channel)->flag |= (sflag); \ | (channel)->flag |= (sflag); \ | ||||
| } \ | } \ | ||||
| } \ | } \ | ||||
| ((void)0) | ((void)0) | ||||
| /* --------- anim_deps.c, animation updates -------- */ | /* --------- anim_deps.c, animation updates -------- */ | ||||
| void ANIM_id_update(struct Main *bmain, struct ID *id); | void ANIM_id_update(struct Main *bmain, struct ID *id); | ||||
| void ANIM_rna_updates_from_action_fcurve(struct Main *bmain, | |||||
| struct Scene *scene, | |||||
| struct bAction *act, | |||||
| struct FCurve *fcu); | |||||
| void ANIM_list_elem_update(struct Main *bmain, struct Scene *scene, bAnimListElem *ale); | void ANIM_list_elem_update(struct Main *bmain, struct Scene *scene, bAnimListElem *ale); | ||||
| /* data -> channels syncing */ | /* data -> channels syncing */ | ||||
| void ANIM_sync_animchannels_to_data(const struct bContext *C); | void ANIM_sync_animchannels_to_data(const struct bContext *C); | ||||
| void ANIM_center_frame(struct bContext *C, int smooth_viewtx); | void ANIM_center_frame(struct bContext *C, int smooth_viewtx); | ||||
| /* ************************************************* */ | /* ************************************************* */ | ||||
| ▲ Show 20 Lines • Show All 61 Lines • Show Last 20 Lines | |||||