From 223f9310955f6b0d6f1089c16802a57e20fcadb3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 08:44:58 +0200 Subject: Cleanup: comment length in transform --- source/blender/editors/transform/transform.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/transform/transform.h') diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h index 6451d82e45c..50fc1a276b9 100644 --- a/source/blender/editors/transform/transform.h +++ b/source/blender/editors/transform/transform.h @@ -824,9 +824,10 @@ enum { TD_BEZTRIPLE = 1 << 12, /** when this is set, don't apply translation changes to this element */ TD_NO_LOC = 1 << 13, - /** for Graph Editor autosnap, indicates that point should not undergo autosnapping */ + /** For Graph Editor autosnap, indicates that point should not undergo autosnapping */ TD_NOTIMESNAP = 1 << 14, - /** for Graph Editor - curves that can only have int-values need their keyframes tagged with this */ + /** For Graph Editor - curves that can only have int-values + * need their keyframes tagged with this. */ TD_INTVALUES = 1 << 15, /** For editmode mirror, clamp to x = 0 */ TD_MIRROR_EDGE = 1 << 16, -- cgit v1.2.3