From 3a58eddec5d47973f19c1c6102fa3e45a27a71ba Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 14 Dec 2008 10:52:48 +0000 Subject: 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). --- source/blender/editors/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/SConscript') diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript index b21bcd3f221..b2f391afe54 100644 --- a/source/blender/editors/SConscript +++ b/source/blender/editors/SConscript @@ -15,5 +15,6 @@ SConscript(['datafiles/SConscript', 'space_image/SConscript', 'space_node/SConscript', 'space_buttons/SConscript', + 'space_info/SConscript', 'transform/SConscript', 'screen/SConscript']) -- cgit v1.2.3