Blender Git Loki

Git Commits -> Revision 8ff385d

Revision 8ff385d by Julian Eisel (temp-tab_drag_drop, topbar)
April 20, 2018, 13:59 (GMT)
Move data of global areas into a separate struct

Made the struct accessible via a pointer in the ScrArea so that we can
use a simple NULL-check for this pointer to see if the area is global.

The struct is not written to files, meaning we have the freedom to do
changes to it without having to worry about compatibility.

Commit Details:

Full Hash: 8ff385dd49a1e7318f119f6d4c92ef26b070ec04
Parent Commit: 17da4ea
Lines Changed: +48, -29

9 Modified Paths:

/source/blender/blenkernel/intern/screen.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -0) (Diff)
/source/blender/editors/include/ED_screen.h (+2, -2) (Diff)
/source/blender/editors/screen/area.c (+6, -8) (Diff)
/source/blender/editors/screen/screen_edit.c (+7, -4) (Diff)
/source/blender/editors/screen/screen_ops.c (+4, -4) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+20, -10) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021