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:
authorDaniel Dunbar <daniel@zuster.org>2005-07-22 01:19:38 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-22 01:19:38 +0400
commit24f2b61fdba0721ba76839570ea44cefc0ea0e63 (patch)
treea90397b1df3671456b69ee077e89dd6d7bf6d23c /source/blender/blenkernel/intern/lattice.c
parent33709bf6e29bf2feb4a8753ad79a4244248ad3ea (diff)
- add comments to BKE_DerivedMesh.h about which functions are called in editmode
- gcc warning fixes - start work to make CCGDerivedMesh able to run in object mode (hint: more speed improvements) - fix modifier move down tooltip
Diffstat (limited to 'source/blender/blenkernel/intern/lattice.c')
-rw-r--r--source/blender/blenkernel/intern/lattice.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/lattice.c b/source/blender/blenkernel/intern/lattice.c
index 140c4d74822..1949915b2aa 100644
--- a/source/blender/blenkernel/intern/lattice.c
+++ b/source/blender/blenkernel/intern/lattice.c
@@ -66,6 +66,8 @@
#include "BKE_screen.h"
#include "BKE_utildefines.h"
+#include "BIF_editdeform.h"
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif