Blender Git Loki

Git Commits -> Revision 4bf331c

Revision 4bf331c by Campbell Barton (master)
June 12, 2018, 08:42 (GMT)
UI: Initial persistent floating redo panel

This is the first step to moving redo out of the top-bar, see: T55039

- Support for floating panels in the ScrArea has been added.
- A new region type RGN_TYPE_HUD is used for floating settings input.
- Only one HUD should be visible at a time.
- Currently HUD regions are only visible
for 3D view and image space types.
- There are currently some remaining glitches with hide/show
that need further investigation.

Commit Details:

Full Hash: 4bf331c0fcfebf211443bdd15181a334cdf1566b
Parent Commit: 3937e8f
Lines Changed: +377, -12

1 Added Path:

/source/blender/editors/interface/interface_region_hud.c (+276, -0) (View)

9 Modified Paths:

/source/blender/editors/include/ED_screen.h (+4, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/interface/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/interface/interface_panel.c (+13, -4) (Diff)
/source/blender/editors/screen/area.c (+64, -6) (Diff)
/source/blender/editors/space_image/space_image.c (+4, -1) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+2, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+8, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021