From a4cf2cf2decc29f2ca829f57254b3087e438eb5a Mon Sep 17 00:00:00 2001 From: Richard Antalik Date: Wed, 22 Jan 2020 02:07:54 +0100 Subject: VSE: Add Adjust Last Operation panel to the video sequencer Add Adjust Last Operation panel to Sequencer. `OPTYPE_REGISTER` was removed form some operators and few properties were hidden So they don't show up on the panel Author: a.monti Reviewed By: ISS Differential Revision: http://developer.blender.org/D6210 --- source/blender/editors/space_sequencer/space_sequencer.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/editors/space_sequencer/space_sequencer.c') diff --git a/source/blender/editors/space_sequencer/space_sequencer.c b/source/blender/editors/space_sequencer/space_sequencer.c index 6e1b9d62f0e..a06a90fa6e2 100644 --- a/source/blender/editors/space_sequencer/space_sequencer.c +++ b/source/blender/editors/space_sequencer/space_sequencer.c @@ -869,6 +869,10 @@ void ED_spacetype_sequencer(void) BLI_addhead(&st->regiontypes, art); + /* regions: hud */ + art = ED_area_type_hud(st->spaceid); + BLI_addhead(&st->regiontypes, art); + BKE_spacetype_register(st); /* set the sequencer callback when not in background mode */ -- cgit v1.2.3