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>2013-07-17 18:05:50 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-17 18:05:50 +0400
commitd527c669f7731ff71f8179a661f32fb1322cbe51 (patch)
treee15b0872c07470478a21c811fb023ea0bd41c26f /source/blender/makesdna
parentc7e2c3f5e1e2c6e94511f89369af2fcd7e7fd8e9 (diff)
fix [#36176] Connected font Bevel moves inwards for some letter combinations
bevel wasn't taking into account overlapping text (bug goes back to 1.8).
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_curve_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h
index 964fa11b0a2..7ff8667f90e 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -75,6 +75,7 @@ typedef struct BevList {
struct BevList *next, *prev;
int nr, dupe_nr;
int poly, hole;
+ int charidx;
} BevList;
/* These two Lines with # tell makesdna this struct can be excluded. */