made Blender 2.27 startup with aa fonts on by default.
This commit is contained in:
@@ -1605,7 +1605,7 @@ void drawinfospace(ScrArea *sa, void *spacedata)
|
||||
sprintf(curfont, "Interface Font: ");
|
||||
strcat(curfont,U.fontname);
|
||||
|
||||
uiDefButS(block, TOG|BIT|5, B_DOLANGUIFONT, "International",
|
||||
uiDefButS(block, TOG|BIT|5, B_DOLANGUIFONT, "International Fonts",
|
||||
xpos,y2,medprefbut,buth,
|
||||
&(U.transopts), 0, 0, 0, 0, "Activate international interface");
|
||||
|
||||
|
@@ -218,6 +218,11 @@ int BIF_read_homefile(void)
|
||||
U.vrmlflag= USERDEF_VRML_LAYERS;
|
||||
}
|
||||
|
||||
/* startup 2.26 with aa fonts ! */
|
||||
if (G.main->versionfile <= 225) {
|
||||
U.transopts |= TR_ALL;
|
||||
}
|
||||
|
||||
space_set_commmandline_options();
|
||||
|
||||
reset_autosave();
|
||||
|
Reference in New Issue
Block a user