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:
authorCampbell Barton <ideasman42@gmail.com>2013-09-11 08:14:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-11 08:14:27 +0400
commitf81f6c5019bc84c0839210c75a608bcf17e91df7 (patch)
treec2463c9b462c2435688921a06a5dff04d7cb652b /source/blender/blenloader
parenta4f12a3e31d7c5b763fc75a984e0e9983c707e03 (diff)
take the decender into account when drawing console text.
also add data types wm and mask to dataname() and unshadow var in ghost/x11
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index f2566980d9b..7059cedc2dc 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -7066,7 +7066,9 @@ static const char *dataname(short id_code)
case ID_BR: return "Data from BR";
case ID_PA: return "Data from PA";
case ID_GD: return "Data from GD";
+ case ID_WM: return "Data from WM";
case ID_MC: return "Data from MC";
+ case ID_MSK: return "Data from MSK";
case ID_LS: return "Data from LS";
}
return "Data from Lib Block";