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:
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index b76f40c884d..e3eb04a5578 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -298,6 +298,13 @@ enum {
FREESTYLE_FACE_MARK = 1,
};
+typedef struct MSurfaceSample {
+ unsigned int orig_verts[3];
+ float orig_weights[3];
+ int orig_poly;
+ unsigned int orig_loops[3];
+} MSurfaceSample;
+
/* mvert->flag */
enum {
/* SELECT = (1 << 0), */