Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ewering <blender@instinctive.de>2006-05-14 23:42:48 +0400
committerAlexander Ewering <blender@instinctive.de>2006-05-14 23:42:48 +0400
commitab30cf748980616a76a9b9d8d3d78dba9c3752f7 (patch)
tree9f101ecb8f9463c1745116d46b60b480f851de12 /source/blender/blenkernel/BKE_global.h
parentfd8e5895c82bf60d731322337db1ef25c94fcf5d (diff)
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. .
Diffstat (limited to 'source/blender/blenkernel/BKE_global.h')
-rw-r--r--source/blender/blenkernel/BKE_global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_global.h b/source/blender/blenkernel/BKE_global.h
index 29874fb05c5..fe48f88044e 100644
--- a/source/blender/blenkernel/BKE_global.h
+++ b/source/blender/blenkernel/BKE_global.h
@@ -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;