Style cleanup: whitespace and line breaks
This commit is contained in:
@@ -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}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user