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>2014-01-05 15:12:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-05 15:20:33 +0400
commit99d050f88b57f4eb616542f064da8f47594559f1 (patch)
tree7907321b121c2bf78b05fe3e5b1ab410c1c22849 /source/blender/blenkernel/BKE_font.h
parent42bd5d7c8081a4f4524c07cc542c772ccf0a26eb (diff)
Text3d: selection in editmode now follows rotated text along path
Diffstat (limited to 'source/blender/blenkernel/BKE_font.h')
-rw-r--r--source/blender/blenkernel/BKE_font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_font.h b/source/blender/blenkernel/BKE_font.h
index 16cbcde0167..85aaafda39f 100644
--- a/source/blender/blenkernel/BKE_font.h
+++ b/source/blender/blenkernel/BKE_font.h
@@ -55,6 +55,7 @@ struct CharTrans {
typedef struct SelBox {
float x, y, w, h;
+ float rot;
} SelBox;
typedef struct EditFont {