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:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-12-27 01:40:56 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-12-27 01:40:56 +0300
commit015007beafeaeec09ba8a7fc859acc40ba6b8b16 (patch)
tree2922fc9d7e4d2a4ab9e63da1d6421cdd7cafb3ce /source/blender/src/sculptmode-stroke.c
parentae976e087a7110c6b25a0fee4f663185b5e4319d (diff)
== Sculpt ==
Fixed bad level calls in sculptmode.
Diffstat (limited to 'source/blender/src/sculptmode-stroke.c')
-rw-r--r--source/blender/src/sculptmode-stroke.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/src/sculptmode-stroke.c b/source/blender/src/sculptmode-stroke.c
index 2f8dac2818c..c2c96b04a1d 100644
--- a/source/blender/src/sculptmode-stroke.c
+++ b/source/blender/src/sculptmode-stroke.c
@@ -31,11 +31,16 @@
*/
#include "MEM_guardedalloc.h"
+
#include "DNA_listBase.h"
#include "DNA_scene_types.h"
+
+#include "BKE_sculpt.h"
#include "BLI_blenlib.h"
#include "BIF_gl.h"
+
#include "BDR_sculptmode.h"
+
#include <math.h>
/* Temporary storage of input stroke control points */