From 09b527263951781290af8461476dcd9ed5394c37 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 19 Jul 2005 02:36:21 +0000 Subject: - split mesh_deform off from object_deform - changed mesh_modifier, sbObjectStep, object_deform to take vertexCo argument instead of operating on mesh - fixed bug where a derived mesh would not be returned in editmode - removed object_wave, replaced by init_wave_deform and calc_wave_deform - moved cached DerivedMesh to Object, not Mesh... fixes heisenbugs with linked objects --- source/blender/makesdna/DNA_mesh_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/makesdna/DNA_mesh_types.h') diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h index 8ec820b578c..1b183c3cb39 100644 --- a/source/blender/makesdna/DNA_mesh_types.h +++ b/source/blender/makesdna/DNA_mesh_types.h @@ -80,8 +80,6 @@ typedef struct Mesh { struct MSticky *msticky; struct Mesh *texcomesh; - /* not written in file, caches derived mesh */ - struct DerivedMesh *derived; /* hacky place to store temporary decimated mesh */ struct DispListMesh *decimated; -- cgit v1.2.3