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>2012-04-24 05:04:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-24 05:04:37 +0400
commit6f1019e8698ad4f62795dc13439e38f80abd5f96 (patch)
tree088ace882c33fe322c3c9615edc5dec07fc3e0af /source/blender/makesdna
parentc1c022342cd2fb526f1dfb79ab1d7f5324e90d4e (diff)
add inset and bridge to mesh specials menu (along side bevel) + typo fix.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 3168e5b765a..0a516c90aa1 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -133,7 +133,7 @@ typedef struct Sequence {
char name[64]; /* SEQ_NAME_MAXSTR - name, set by default and needs to be unique, for RNA paths */
int flag, type; /*flags bitmap (see below) and the type of sequence*/
- int len; /* the length of the contense of this strip - before handles are applied */
+ int len; /* the length of the contents of this strip - before handles are applied */
int start, startofs, endofs;
int startstill, endstill;
int machine, depth; /*machine - the strip channel, depth - the depth in the sequence when dealing with metastrips */