Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_anim_api.h
| Show First 20 Lines • Show All 513 Lines • ▼ Show 20 Lines | |||||
| /** | /** | ||||
| * Acts on bAnimListElem eAnim_Update_Flags. | * Acts on bAnimListElem eAnim_Update_Flags. | ||||
| */ | */ | ||||
| void ANIM_animdata_update(bAnimContext *ac, ListBase *anim_data); | void ANIM_animdata_update(bAnimContext *ac, ListBase *anim_data); | ||||
| void ANIM_animdata_freelist(ListBase *anim_data); | void ANIM_animdata_freelist(ListBase *anim_data); | ||||
| /** | |||||
| * Check if the given animation container can contain grease pencil layer keyframes. | |||||
sybren: Comments should end with a period. | |||||
| */ | |||||
| bool ANIM_animdata_can_have_greasepencil(const eAnimCont_Types type); | |||||
| /* ************************************************ */ | /* ************************************************ */ | ||||
| /* ANIMATION CHANNELS LIST */ | /* ANIMATION CHANNELS LIST */ | ||||
| /* anim_channels_*.c */ | /* anim_channels_*.c */ | ||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name Drawing TypeInfo | /** \name Drawing TypeInfo | ||||
| ▲ Show 20 Lines • Show All 596 Lines • Show Last 20 Lines | |||||
Comments should end with a period.