Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_gpencil.h
| Show First 20 Lines • Show All 199 Lines • ▼ Show 20 Lines | void ED_gpencil_layer_frames_select_region(struct KeyframeEditData *ked, | ||||
| short tool, | short tool, | ||||
| short select_mode); | short select_mode); | ||||
| void ED_gpencil_select_frames(struct bGPDlayer *gpl, short select_mode); | void ED_gpencil_select_frames(struct bGPDlayer *gpl, short select_mode); | ||||
| void ED_gpencil_select_frame(struct bGPDlayer *gpl, int selx, short select_mode); | void ED_gpencil_select_frame(struct bGPDlayer *gpl, int selx, short select_mode); | ||||
| bool ED_gpencil_layer_frames_delete(struct bGPDlayer *gpl); | bool ED_gpencil_layer_frames_delete(struct bGPDlayer *gpl); | ||||
| void ED_gpencil_layer_frames_duplicate(struct bGPDlayer *gpl); | void ED_gpencil_layer_frames_duplicate(struct bGPDlayer *gpl); | ||||
| void ED_gpencil_layer_merge(struct bGPdata *gpd, | |||||
| struct bGPDlayer *gpl_src, | |||||
| struct bGPDlayer *gpl_dst, | |||||
| const bool reverse); | |||||
| void ED_gpencil_layer_frames_keytype_set(struct bGPDlayer *gpl, short type); | void ED_gpencil_layer_frames_keytype_set(struct bGPDlayer *gpl, short type); | ||||
| void ED_gpencil_layer_snap_frames(struct bGPDlayer *gpl, struct Scene *scene, short mode); | void ED_gpencil_layer_snap_frames(struct bGPDlayer *gpl, struct Scene *scene, short mode); | ||||
| void ED_gpencil_layer_mirror_frames(struct bGPDlayer *gpl, struct Scene *scene, short mode); | void ED_gpencil_layer_mirror_frames(struct bGPDlayer *gpl, struct Scene *scene, short mode); | ||||
| void ED_gpencil_anim_copybuf_free(void); | void ED_gpencil_anim_copybuf_free(void); | ||||
| bool ED_gpencil_anim_copybuf_copy(struct bAnimContext *ac); | bool ED_gpencil_anim_copybuf_copy(struct bAnimContext *ac); | ||||
| bool ED_gpencil_anim_copybuf_paste(struct bAnimContext *ac, const short copy_mode); | bool ED_gpencil_anim_copybuf_paste(struct bAnimContext *ac, const short copy_mode); | ||||
| ▲ Show 20 Lines • Show All 199 Lines • Show Last 20 Lines | |||||