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:
authorCampbell Barton <ideasman42@gmail.com>2012-02-27 17:47:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-27 17:47:53 +0400
commite17bf02c2dcf6e51176eafc5bbe77171bc7014c5 (patch)
treed64b04687791c96d639458278c73110f804fa04a /source/blender/makesdna/DNA_mesh_types.h
parent08b35cda7fb903d4e6cf0f7e6b29024ee536f2b3 (diff)
Code Cleanup:
* made bmesh_structure.h function names more consistant. * remove unused code in bmesh_structure.c * removed 'Edge Flip' operator (missing from bmesh but looked into trunk feature and dont think its worth keeping). * tagged some BMESH_TODO's
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 290defaec0c..c6eeccadc62 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -39,25 +39,24 @@
#include "DNA_defs.h" /* USE_BMESH_FORWARD_COMPAT */
+struct AnimData;
struct DerivedMesh;
struct Ipo;
struct Key;
-struct Material;
-struct MVert;
+struct MCol;
struct MEdge;
struct MFace;
-struct MCol;
-struct MSticky;
-struct Mesh;
-struct OcInfo;
-struct MPoly;
-struct MTexPoly;
struct MLoop;
-struct MLoopUV;
struct MLoopCol;
+struct MLoopUV;
+struct MPoly;
+struct MSticky;
+struct MTexPoly;
+struct MVert;
+struct Material;
+struct Mesh;
struct Multires;
-struct EditMesh;
-struct AnimData;
+struct OcInfo;
typedef struct Mesh {
ID id;