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:
authorCampbell Barton <ideasman42@gmail.com>2010-01-01 22:10:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-01 22:10:31 +0300
commita2fe0cf5d79b399c0dd97d9a144333ddece71015 (patch)
tree376514c301e3cf2256fee725f3e3e2135b9e1841 /source/blender/blenloader
parent637873deb0952bdd64d4fb461145685379191210 (diff)
armature ghost stepsize was not initialized, Aligorith: can you check this is correct?
remove other small warnings
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 6717bb2b89c..88c120dc1e1 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -106,6 +106,7 @@
#include "BLI_storage_types.h" // for relname flags
#include "BKE_animsys.h"
+#include "BKE_anim.h"
#include "BKE_action.h"
#include "BKE_armature.h"
#include "BKE_brush.h"