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-26 12:39:15 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-12-26 12:39:15 +0300
commit88e71a5b799e852d6803a8c9075c4b46305e2478 (patch)
tree44486d6b994b41aa9911dee0c7dc6070135e70a9 /source/blender/src/editmesh.c
parentb0b3a69c19fd60e6c48a877b22cab0ba48882c20 (diff)
== Multires ==
Cleaned up bad level calls for multires; moved most of multires functions to blenkern, where they should have been in the first place. Functionality of the tool is unchanged.
Diffstat (limited to 'source/blender/src/editmesh.c')
-rw-r--r--source/blender/src/editmesh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editmesh.c b/source/blender/src/editmesh.c
index 15f4e652490..6e0eb42aaf6 100644
--- a/source/blender/src/editmesh.c
+++ b/source/blender/src/editmesh.c
@@ -72,6 +72,7 @@
#include "BKE_main.h"
#include "BKE_material.h"
#include "BKE_mesh.h"
+#include "BKE_multires.h"
#include "BKE_object.h"
#include "BKE_texture.h"
#include "BKE_utildefines.h"