[Bf-blender-cvs] [c58de2f632e] blender2.8: UI: add redo panel to clip editor

Campbell Barton noreply at git.blender.org
Thu Aug 16 12:19:25 CEST 2018


Commit: c58de2f632e78fc8241e2eb30ab952ea777af71c
Author: Campbell Barton
Date:   Thu Aug 16 20:23:15 2018 +1000
Branches: blender2.8
https://developer.blender.org/rBc58de2f632e78fc8241e2eb30ab952ea777af71c

UI: add redo panel to clip editor

===================================================================

M	source/blender/editors/space_clip/space_clip.c

===================================================================

diff --git a/source/blender/editors/space_clip/space_clip.c b/source/blender/editors/space_clip/space_clip.c
index 24033b4f468..79e1dc35245 100644
--- a/source/blender/editors/space_clip/space_clip.c
+++ b/source/blender/editors/space_clip/space_clip.c
@@ -1619,4 +1619,8 @@ void ED_spacetype_clip(void)
 	art->draw = clip_channels_region_draw;
 
 	BLI_addhead(&st->regiontypes, art);
+
+	/* regions: hud */
+	art = ED_area_type_hud(st->spaceid);
+	BLI_addhead(&st->regiontypes, art);
 }



More information about the Bf-blender-cvs mailing list