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 --- release/scripts/startup/bl_ui/space_graph.py | 1 + 1 file changed, 1 insertion(+) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_graph.py b/release/scripts/startup/bl_ui/space_graph.py index 1a3ef82efa1..15ef7b0ef82 100644 --- a/release/scripts/startup/bl_ui/space_graph.py +++ b/release/scripts/startup/bl_ui/space_graph.py @@ -285,6 +285,7 @@ class GRAPH_MT_key(Menu): layout.operator_menu_enum("graph.easing_type", "type", text="Easing Type") layout.separator() + layout.operator("graph.decimate") layout.operator("graph.clean").channels = False layout.operator("graph.clean", text="Clean Channels").channels = True layout.operator("graph.smooth") -- cgit v1.2.3