Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_keyframes_draw.h
| Context not available. | |||||
| struct Object; | struct Object; | ||||
| struct ListBase; | struct ListBase; | ||||
| struct bGPDlayer; | struct bGPDlayer; | ||||
| struct Palette; | |||||
| struct MaskLayer; | struct MaskLayer; | ||||
| struct Scene; | struct Scene; | ||||
| struct View2D; | struct View2D; | ||||
| Context not available. | |||||
| /* DopeSheet Summary */ | /* DopeSheet Summary */ | ||||
| void summary_to_keylist(struct bAnimContext *ac, struct DLRBT_Tree *keys, struct DLRBT_Tree *blocks); | void summary_to_keylist(struct bAnimContext *ac, struct DLRBT_Tree *keys, struct DLRBT_Tree *blocks); | ||||
| /* Grease Pencil datablock summary */ | /* Grease Pencil datablock summary */ | ||||
| void gpencil_to_keylist(struct bDopeSheet *ads, struct bGPdata *gpd, struct DLRBT_Tree *keys); | void gpencil_to_keylist(struct bDopeSheet *ads, struct bGPdata *gpd, struct DLRBT_Tree *keys, const bool active); | ||||
| /* Grease Pencil Layer */ | /* Grease Pencil Layer */ | ||||
| void gpl_to_keylist(struct bDopeSheet *ads, struct bGPDlayer *gpl, struct DLRBT_Tree *keys); | void gpl_to_keylist(struct bDopeSheet *ads, struct bGPDlayer *gpl, struct DLRBT_Tree *keys); | ||||
| /* Palette */ | |||||
| void palette_to_keylist(struct bDopeSheet *ads, struct Palette *palette, struct DLRBT_Tree *keys, struct DLRBT_Tree *blocks); | |||||
| /* Mask */ | /* Mask */ | ||||
| void mask_to_keylist(struct bDopeSheet *UNUSED(ads), struct MaskLayer *masklay, struct DLRBT_Tree *keys); | void mask_to_keylist(struct bDopeSheet *UNUSED(ads), struct MaskLayer *masklay, struct DLRBT_Tree *keys); | ||||
| Context not available. | |||||