Blender Git Commit Log

Git Commits -> Revision 3a58edd

Revision 3a58edd by Ton Roosendaal (master)
December 14, 2008, 10:52 (GMT)
2.5

The basics for InfoSpace.
Also added InfoSpace data to area by default, older files allowed to
have nothing here (space empty). (prevents reported crasher in switching
space info to others).

Also: added ifdeffed code in readfile.c to debug missing memory frees
from data read from files. (instead of "data from SCR" it will print
the actual struct names).


Commit Details:

Full Hash: 3a58eddec5d47973f19c1c6102fa3e45a27a71ba
SVN Revision: 17833
Parent Commit: 616ab23
Lines Changed: +621, -59

5 Added Paths:

/source/blender/editors/space_info/info_header.c (+189, -0) (View)
/source/blender/editors/space_info/info_intern.h (+39, -0) (View)
/source/blender/editors/space_info/Makefile (+53, -0)
/source/blender/editors/space_info/SConscript (+9, -0) (View)
/source/blender/editors/space_info/space_info.c (+235, -0) (View)

9 Modified Paths:

/source/blender/blenloader/intern/readfile.c (+11, -5) (Diff)
/source/blender/editors/include/ED_space_api.h (+1, -0) (Diff)
/source/blender/editors/Makefile (+1, -1) (Diff)
/source/blender/editors/SConscript (+1, -0) (Diff)
/source/blender/editors/screen/screen_edit.c (+68, -0) (Diff)
/source/blender/editors/screen/screen_intern.h (+12, -11) (Diff)
/source/blender/editors/screen/screen_ops.c (+0, -42) (Diff)
/source/blender/editors/space_api/spacetypes.c (+1, -0) (Diff)
/source/Makefile (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021