Disable auto-perspective by default, see T40153

This commit is contained in:
Campbell Barton 2014-05-15 14:25:04 +10:00
parent 9892f038ef
commit c62cb4416d
Notes: blender-bot 2023-02-14 10:40:04 +01:00
Referenced by issue #40153, Disable Auto-perspective (by default)
1 changed files with 0 additions and 1 deletions

View File

@ -2445,7 +2445,6 @@ void init_userdef_factory(void)
{
/* defaults from T37518 */
U.uiflag |= USER_AUTOPERSP;
U.uiflag |= USER_ZBUF_CURSOR;
U.uiflag |= USER_QUIT_PROMPT;
U.uiflag |= USER_CONTINUOUS_MOUSE;