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 05:14:46 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2008-08-14 05:14:46 +0400
commite0c83d03ba3200c704d82fb1ae175914ef514f44 (patch)
treeb9d41b1c68fb622d722874f5c44b79c7fed66d64 /source/blender/makesdna
parente3381f2203b09152108bf1075d4e7747c8e3ed8f (diff)
Removed *yet more!* old crufty multires stuff. I think this is all of it now.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index 0dc3b76d4cf..1b8a7037724 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -267,7 +267,4 @@ typedef struct PartialVisibility {
#define TF_PIN3 64
#define TF_PIN4 128
-/* multires->flag */
-#define MULTIRES_NO_RENDER 1
-
#endif