Revision: 49807
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49807
Author:   nazgul
Date:     2012-08-11 14:38:02 +0000 (Sat, 11 Aug 2012)
Log Message:
-----------
Style cleanup: whitespace and line breaks

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_sequencer.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_sequencer.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_sequencer.c        
2012-08-11 14:37:58 UTC (rev 49806)
+++ trunk/blender/source/blender/makesrna/intern/rna_sequencer.c        
2012-08-11 14:38:02 UTC (rev 49807)
@@ -1917,50 +1917,26 @@
 }
 
 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}
 };

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to