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-18 22:28:16 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-18 22:28:16 +0400
commit37fe347a596fad3b32afd74ed58de913f9636812 (patch)
tree4de7cee178d23b879971e00ac7379238b533d184 /source/blender/makesdna/DNA_mesh_types.h
parent2e2f62f6eed39f7a5bbf0a1f154836afc0760c4d (diff)
- removed orco pointer from struct Mesh
- switch renderer to store orco's in a hash table instead of caching in mesh (I don't like the renderer caching data in the actual mesh structure) - added mesh_create_orco[_render] function
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 4f401d55231..2c09f93c5f4 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -80,7 +80,6 @@ typedef struct Mesh {
struct MCol *mcol;
struct MSticky *msticky;
struct Mesh *texcomesh;
- float *orco;
/* not written in file, caches derived mesh */
struct DerivedMesh *derived;