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:
authorAlexander Ewering <blender@instinctive.de>2005-06-18 04:52:25 +0400
committerAlexander Ewering <blender@instinctive.de>2005-06-18 04:52:25 +0400
commite7e61ba4898ad2c7346f4bf85226f7016280a76c (patch)
tree9b06df249c87a2d115c54c1b36b782e0372768e5 /source/blender/makesdna/DNA_curve_types.h
parent6e6d92039cd27e5411da2366716865e072cb67e0 (diff)
Attempt at providing the best possible flexibility and usefulness with
"Flush": - There are now two modes, "Flush" and "Justify". Justify only flushes a line when it is *terminated* either by wordwrap or by Enter. - "Flush" *always* flushes the line, also when it's still being entered. This mode can be used for things like this: http://pub.intrr.org/flush.png ..while "Justify" would not flush the second line. - Fixed "Flush" squeezing all characters on the same spot if the textframe was set to 0 width
Diffstat (limited to 'source/blender/makesdna/DNA_curve_types.h')
-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 4482d24ba06..fc6698ee138 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -213,6 +213,7 @@ typedef struct IpoCurve {
#define CU_MIDDLE 1
#define CU_RIGHT 2
#define CU_FLUSH 3
+#define CU_FORCEFLUSH 4
/* flag (nurb) */
#define CU_SMOOTH 1