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/editobject.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/editobject.c')
-rw-r--r--source/blender/src/editobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editobject.c b/source/blender/src/editobject.c
index c563548759c..163417d9f08 100644
--- a/source/blender/src/editobject.c
+++ b/source/blender/src/editobject.c
@@ -117,6 +117,7 @@
#include "BKE_material.h"
#include "BKE_mball.h"
#include "BKE_mesh.h"
+#include "BKE_multires.h"
#include "BKE_nla.h"
#include "BKE_object.h"
#include "BKE_particle.h"
@@ -178,7 +179,6 @@
#include "blendef.h"
#include "butspace.h"
-#include "multires.h"
#include "BIF_transform.h"
#include "BIF_poseobject.h"