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.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index 50402bbdc87..f6a7a8a5f5b 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -363,24 +363,24 @@ typedef struct MVertSkin {
int flag;
} MVertSkin;
-typedef struct LanprEdge {
+typedef struct FreestyleEdge {
char flag;
char _pad[3];
-} LanprEdge;
+} FreestyleEdge;
-/* LanprEdge->flag */
+/* FreestyleEdge->flag */
enum {
- LANPR_EDGE_MARK = 1,
+ FREESTYLE_EDGE_MARK = 1,
};
-typedef struct LanprFace {
+typedef struct FreestyleFace {
char flag;
char _pad[3];
-} LanprFace;
+} FreestyleFace;
-/* LanprFace->flag */
+/* FreestyleFace->flag */
enum {
- LANPR_FACE_MARK = 1,
+ FREESTYLE_FACE_MARK = 1,
};
/* mvert->flag */