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:
authorTon Roosendaal <ton@blender.org>2003-04-27 15:55:33 +0400
committerTon Roosendaal <ton@blender.org>2003-04-27 15:55:33 +0400
commit0b2b5dbfb982c383dd57aa4884f2b3f59f348747 (patch)
tree369db999db89340f5896dba92398f880ae379c95 /source/blender/makesdna/DNA_sequence_types.h
parent4ddc43113ccc201d9a049814bb3acce36da58287 (diff)
More translations of c comments, now also include files!
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index d7d72788c7a..f3827f5e0b2 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -78,7 +78,7 @@ typedef struct PluginSeq {
} PluginSeq;
-/* LET OP: eerste stuk identiek aan ID (ivm ipo's) */
+/* WATCH IT: first part identical to ID (for use in ipo's) */
typedef struct Sequence {
@@ -105,7 +105,7 @@ typedef struct Sequence {
PluginSeq *plugin;
- /* pointers voor effecten: */
+ /* pointers for effects: */
struct Sequence *seq1, *seq2, *seq3;
/* meta */
@@ -138,7 +138,7 @@ typedef struct Editing {
#define SEQ_OVERLAP 8
#define SEQ_FILTERY 16
-/* seq->type LET OP BITJE 3!!! */
+/* seq->type WATCH IT: BIT 3!!! */
#define SEQ_IMAGE 0
#define SEQ_META 1
#define SEQ_SCENE 2