Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_gpencil.h
| Context not available. | |||||
| 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); | ||||
| void ED_gplayer_frames_delete(struct bGPDlayer *gpl); | bool ED_gplayer_frames_delete(struct bGPDlayer *gpl); | ||||
| void ED_gplayer_frames_duplicate(struct bGPDlayer *gpl); | void ED_gplayer_frames_duplicate(struct bGPDlayer *gpl); | ||||
| void ED_gplayer_snap_frames(struct bGPDlayer *gpl, struct Scene *scene, short mode); | void ED_gplayer_snap_frames(struct bGPDlayer *gpl, struct Scene *scene, short mode); | ||||
| Context not available. | |||||