From ab0b0efe822e246e8c371e8d9de953ac71201efc Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Mon, 14 Dec 2015 02:36:02 +1300 Subject: Dopesheet: Mirroring GPencil keyframes now works again --- source/blender/editors/include/ED_gpencil.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h index 47619031501..0f638c449ad 100644 --- a/source/blender/editors/include/ED_gpencil.h +++ b/source/blender/editors/include/ED_gpencil.h @@ -125,14 +125,12 @@ void ED_gplayer_frames_duplicate(struct bGPDlayer *gpl); void ED_gplayer_frames_keytype_set(struct bGPDlayer *gpl, short type); void ED_gplayer_snap_frames(struct bGPDlayer *gpl, struct Scene *scene, short mode); +void ED_gplayer_mirror_frames(struct bGPDlayer *gpl, struct Scene *scene, short mode); void ED_gpencil_anim_copybuf_free(void); bool ED_gpencil_anim_copybuf_copy(struct bAnimContext *ac); bool ED_gpencil_anim_copybuf_paste(struct bAnimContext *ac, const short copy_mode); -#if 0 -void mirror_gplayer_frames(struct bGPDlayer *gpl, short mode); -#endif /* ------------ Grease-Pencil Undo System ------------------ */ int ED_gpencil_session_active(void); -- cgit v1.2.3