Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_anim_api.h
| Show First 20 Lines • Show All 1,026 Lines • ▼ Show 20 Lines | |||||
| /* data -> channels syncing */ | /* data -> channels syncing */ | ||||
| /** | /** | ||||
| * Main call to be exported to animation editors. | * Main call to be exported to animation editors. | ||||
| */ | */ | ||||
| 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, float fps, int cfra, int smooth_viewtx); | ||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name Operators | /** \name Operators | ||||
| * \{ */ | * \{ */ | ||||
| /* generic animation channels */ | /* generic animation channels */ | ||||
| ▲ Show 20 Lines • Show All 87 Lines • Show Last 20 Lines | |||||