As nobody else ever felt like doing it, and I work too much with official

CVS these days in order not to be terribly annoyed by its absence, here it
is: instinctive-blender's "Recent files list".

It's in the CTRL-O menu. No UI / muscle memory changes -- the first entry is
the same as the only entry that used to be in the former popup.
.
This commit is contained in:
Alexander Ewering
2006-05-14 19:42:48 +00:00
parent fd8e5895c8
commit ab30cf7489
3 changed files with 52 additions and 13 deletions

View File

@@ -87,6 +87,8 @@ typedef struct Global {
/* strings: lastsaved */
char ima[160], sce[160], lib[160];
char recent[10][160];
/* totals */
short totobj, totlamp, totobjsel, totcurve, totmesh;