From 8bc57e5b91eb80f4625b7e64eafa5aa43964ca2a Mon Sep 17 00:00:00 2001 From: Sebastian Parborg Date: Thu, 21 Nov 2019 11:58:35 +0100 Subject: Add curve decimate in the graph editor Added a animation curve decimate operator in the graph editor Reviewed By: Sybren Differential Revision: http://developer.blender.org/D4841 --- source/blender/editors/space_graph/graph_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_graph/graph_intern.h') diff --git a/source/blender/editors/space_graph/graph_intern.h b/source/blender/editors/space_graph/graph_intern.h index 320240221b5..abd8d2db04a 100644 --- a/source/blender/editors/space_graph/graph_intern.h +++ b/source/blender/editors/space_graph/graph_intern.h @@ -99,6 +99,7 @@ void GRAPH_OT_paste(struct wmOperatorType *ot); void GRAPH_OT_duplicate(struct wmOperatorType *ot); void GRAPH_OT_delete(struct wmOperatorType *ot); void GRAPH_OT_clean(struct wmOperatorType *ot); +void GRAPH_OT_decimate(struct wmOperatorType *ot); void GRAPH_OT_sample(struct wmOperatorType *ot); void GRAPH_OT_bake(struct wmOperatorType *ot); void GRAPH_OT_sound_bake(struct wmOperatorType *ot); -- cgit v1.2.3