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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-08-11 18:38:02 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-08-11 18:38:02 +0400
commit2be39776d51c680ec7d5b03f1aa60b23929bc590 (patch)
tree4ac48e0f33782245f1df28592de491d18c3ae240 /source/blender/makesrna
parenta794e19346ab6ee30e14e8175c153b03fa6cb7a5 (diff)
Style cleanup: whitespace and line breaks
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_sequencer.c54
1 files changed, 15 insertions, 39 deletions
diff --git a/source/blender/makesrna/intern/rna_sequencer.c b/source/blender/makesrna/intern/rna_sequencer.c
index 06742f55774..72ec26b28f8 100644
--- a/source/blender/makesrna/intern/rna_sequencer.c
+++ b/source/blender/makesrna/intern/rna_sequencer.c
@@ -1917,50 +1917,26 @@ static void rna_def_speed_control(StructRNA *srna)
}
static EffectInfo def_effects[] = {
- {"AddSequence", "Add Sequence",
- "Add Sequence",
- NULL, 2, FALSE},
+ {"AddSequence", "Add Sequence", "Add Sequence", NULL, 2, FALSE},
{"AdjustmentSequence", "Adjustment Layer Sequence",
- "Sequence strip to perform filter adjustments to layers below",
- rna_def_input, 0, TRUE},
- {"AlphaOverSequence", "Alpha Over Sequence",
- "Alpha Over Sequence",
- NULL, 2, FALSE},
- {"AlphaUnderSequence", "Alpha Under Sequence",
- "Alpha Under Sequence",
- NULL, 2, FALSE},
+ "Sequence strip to perform filter adjustments to layers below", rna_def_input, 0, TRUE},
+ {"AlphaOverSequence", "Alpha Over Sequence", "Alpha Over Sequence", NULL, 2, FALSE},
+ {"AlphaUnderSequence", "Alpha Under Sequence", "Alpha Under Sequence", NULL, 2, FALSE},
{"ColorSequence", "Color Sequence",
- "Sequence strip creating an image filled with a single color",
- rna_def_solid_color, 0, FALSE},
- {"CrossSequence", "Cross Sequence",
- "Cross Sequence",
- NULL, 2, FALSE},
- {"GammaCrossSequence", "Gamma Cross Sequence",
- "Gamma Cross Sequence",
- NULL, 2, FALSE},
- {"GlowSequence", "Glow Sequence",
- "Sequence strip creating a glow effect",
- rna_def_glow, 1, FALSE},
- {"MulticamSequence", "Multicam Select Sequence",
- "Sequence strip to perform multicam editing",
+ "Sequence strip creating an image filled with a single color", rna_def_solid_color, 0, FALSE},
+ {"CrossSequence", "Cross Sequence", "Cross Sequence", NULL, 2, FALSE},
+ {"GammaCrossSequence", "Gamma Cross Sequence", "Gamma Cross Sequence", NULL, 2, FALSE},
+ {"GlowSequence", "Glow Sequence", "Sequence strip creating a glow effect", rna_def_glow, 1, FALSE},
+ {"MulticamSequence", "Multicam Select Sequence", "Sequence strip to perform multicam editing",
rna_def_multicam, 0, FALSE},
- {"MultiplySequence", "Multiply Sequence",
- "Multiply Sequence",
- NULL, 2, FALSE},
- {"OverDropSequence", "Over Drop Sequence",
- "Over Drop Sequence",
- NULL, 2, FALSE},
+ {"MultiplySequence", "Multiply Sequence", "Multiply Sequence", NULL, 2, FALSE},
+ {"OverDropSequence", "Over Drop Sequence", "Over Drop Sequence", NULL, 2, FALSE},
{"SpeedControlSequence", "SpeedControl Sequence",
- "Sequence strip to control the speed of other strips",
- rna_def_speed_control, 1, FALSE},
- {"SubtractSequence", "Subtract Sequence",
- "Subtract Sequence",
- NULL, 2, FALSE},
+ "Sequence strip to control the speed of other strips", rna_def_speed_control, 1, FALSE},
+ {"SubtractSequence", "Subtract Sequence", "Subtract Sequence", NULL, 2, FALSE},
{"TransformSequence", "Transform Sequence",
- "Sequence strip applying affine transformations to other strips",
- rna_def_transform, 1, FALSE},
- {"WipeSequence", "Wipe Sequence",
- "Sequence strip creating a wipe transition",
+ "Sequence strip applying affine transformations to other strips", rna_def_transform, 1, FALSE},
+ {"WipeSequence", "Wipe Sequence", "Sequence strip creating a wipe transition",
rna_def_wipe, 1, FALSE},
{"", "", "", NULL, 0, FALSE}
};