From 6aef124e7d2869a692dd564a4515f2304924da33 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Apr 2019 12:16:03 +0200 Subject: UI: move region toggling to properties Each space had separate operators, duplicating logic. Use RNA properties instead so adding the ability to toggle other region types (floating redo region for eg) doesn't need to have an extra operator per space type. It's also nicer to show a check-box for something which can be toggled. --- source/blender/editors/space_action/action_ops.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/editors/space_action/action_ops.c') diff --git a/source/blender/editors/space_action/action_ops.c b/source/blender/editors/space_action/action_ops.c index d5ddf974284..4419a4d068e 100644 --- a/source/blender/editors/space_action/action_ops.c +++ b/source/blender/editors/space_action/action_ops.c @@ -43,9 +43,6 @@ void action_operatortypes(void) { - /* view */ - WM_operatortype_append(ACTION_OT_properties); - /* keyframes */ /* selection */ WM_operatortype_append(ACTION_OT_clickselect); -- cgit v1.2.3