Fix for change in default behaviour of adding objects: (commit oct 2007)

- The new default remains to add not aligned, not in editmode.
  But, this is only for new users (in .B.blend default)
- It's nicer  we don't change this for everyone automatic.

  Means: people who like the new options have to set the buttons in user
  menu and save .B.blend.
This commit is contained in:
Ton Roosendaal 2008-03-30 18:08:55 +00:00
parent e433465fc6
commit bdfe2a6e0a
2 changed files with 3824 additions and 2817 deletions

File diff suppressed because it is too large Load Diff

@ -475,6 +475,9 @@ static void init_userdef_file(void)
}
}
}
if ((G.main->versionfile < 245) || (G.main->versionfile == 245 && G.main->subversionfile < 16)) {
U.flag |= USER_ADD_VIEWALIGNED|USER_ADD_EDITMODE;
}
/* GL Texture Garbage Collection (variable abused above!) */
if (U.textimeout == 0) {