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>2009-09-07 11:42:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-09-07 11:42:12 +0400
commit183c8e0a0a82f260c4db250f4b04bb3f650618c3 (patch)
tree6185524ccc51cadb199385bac2cbbfda4d2a3eb8 /source/blender/makesdna
parent7064f6c5d88e17406df1c7c8d1fec20364571084 (diff)
no functional changes, use hole rather then dutch 'gat' for bevel lists and made some comments English.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_curve_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h
index 88c03a41160..60dba9ce018 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -61,7 +61,7 @@ typedef struct Path {
typedef struct BevList {
struct BevList *next, *prev;
int nr, flag;
- short poly, gat;
+ short poly, hole;
} BevList;
/* These two Lines with # tell makesdna this struct can be excluded. */