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:
Diffstat (limited to 'source/blender/windowmanager/intern/wm_files.c')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index f9f73e8d31d..4afe8fb806e 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -49,7 +49,8 @@
#include "BLI_blenlib.h"
#include "BLI_linklist.h"
-#include "DNA_ipo_types.h"
+#include "DNA_anim_types.h"
+#include "DNA_ipo_types.h" // XXX old animation system
#include "DNA_object_types.h"
#include "DNA_space_types.h"
#include "DNA_userdef_types.h"
@@ -334,7 +335,7 @@ static void init_userdef_themes(void)
U.gp_euclideandist= 2;
/* adjust default interpolation for new IPO-curves */
- U.ipo_new= IPO_BEZ;
+ U.ipo_new= BEZT_IPO_BEZ;
}
/* GL Texture Garbage Collection (variable abused above!) */