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:
authorDaniel Dunbar <daniel@zuster.org>2005-07-19 04:21:01 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-19 04:21:01 +0400
commitb58f7d0c554e536d4e70e9ccf06fb2e5d38a34f4 (patch)
treee64e8b456b25cd9c3903389cadbae2ee32ade640 /source/blender/makesdna/DNA_mesh_types.h
parentd1dfb246c788492168c666aca1a30a00aa73c206 (diff)
- change mesh_get_derived_render to mesh_create_derived_render (always
builds new DerivedMesh... caching can come later) - split DerivedMesh returning functions into editmesh and mesh groups - got rid of DL_NORS displist type (get built on fly for mesh when needed) - got rid of Mesh.disp (yay!) - started to punch DerivedMesh returning functions into shape to introduce modifier stack
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 2c09f93c5f4..8ec820b578c 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -65,7 +65,6 @@ typedef struct Mesh {
struct BoundBox *bb;
ListBase effect;
- ListBase disp;
struct Ipo *ipo;
struct Key *key;