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:
authorTon Roosendaal <ton@blender.org>2009-04-09 22:11:18 +0400
committerTon Roosendaal <ton@blender.org>2009-04-09 22:11:18 +0400
commit79c30a0752105130f90102915ed8b6471b50146d (patch)
treed1d973a05dc5fa6de48c69fcdfc910592b64f153 /source/blender/windowmanager
parent46d8c1ebc7bd3069f3295de6b4299802a0dee9c9 (diff)
2.5
WIP commit for UI drawing. - Hooked up Diego's new Font API - Added Style definitions for fonts, currently it uses a different font for panel titles to show it. - Styles are in Userdef now too, still not finished - Userdef "DPI" will offer global control over font size, to match monitor size/resolution. It's meant to scale widgets and headers too btw, later. - Lots of code removed for old fonts, but that's unfinished. On todo: too much to mention, will continue happily tomorrow!
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 1f9c335485d..30a941bb991 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -146,11 +146,6 @@ static void init_userdef_themes(void)
U.dupflag |= USER_DUP_ARM;
}
- /* userdef new option */
- if (G.main->versionfile <= 222) {
- U.vrmlflag= USER_VRML_LAYERS;
- }
-
/* added seam, normal color, undo */
if (G.main->versionfile <= 234) {
bTheme *btheme;