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>2008-08-14 03:53:28 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2008-08-14 03:53:28 +0400
commitd2537c77ccc259d7007c6ffa2af2dd42713c020e (patch)
tree7bcbb6d43e0f6424ae0e27bc2ffb107d4113198f /source/blender/blenkernel/intern
parent85292aacc954c552a2f4dc20f9df33dba92eeeea (diff)
Removed a bunch of references to the old multires.
Note: python needs updating to work with the new multires. For now, I've just been commenting out the python multires stuff with #warnings
Diffstat (limited to 'source/blender/blenkernel/intern')
-rw-r--r--source/blender/blenkernel/intern/subsurf_ccg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/subsurf_ccg.c b/source/blender/blenkernel/intern/subsurf_ccg.c
index 2e8e0f864be..94c1f6872e1 100644
--- a/source/blender/blenkernel/intern/subsurf_ccg.c
+++ b/source/blender/blenkernel/intern/subsurf_ccg.c
@@ -64,8 +64,6 @@
#include "CCGSubSurf.h"
-#include "multires.h"
-
typedef struct _VertData {
float co[3];
float no[3];