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:
authorPeter Schlaile <peter@schlaile.de>2010-04-18 17:05:17 +0400
committerPeter Schlaile <peter@schlaile.de>2010-04-18 17:05:17 +0400
commitcf1953bb7eff10d1753cd7bb1422a6e064a7c3cb (patch)
tree103d4c86a493fced4471204494b0c56dd2ed0d13 /source/blender/makesrna/intern/rna_sequencer.c
parenta5431b53ddb81ea7b42de497db68efdb6476f478 (diff)
Brought back secondary input filtering, thereby
fixing [#21014] SEQUENCER: Can no longer apply colour balance filter to colour effect strip. Also: reordered some UI elements so that geometry, time and color modifications are grouped together.
Diffstat (limited to 'source/blender/makesrna/intern/rna_sequencer.c')
-rw-r--r--source/blender/makesrna/intern/rna_sequencer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_sequencer.c b/source/blender/makesrna/intern/rna_sequencer.c
index d99e5904920..2e199f7c895 100644
--- a/source/blender/makesrna/intern/rna_sequencer.c
+++ b/source/blender/makesrna/intern/rna_sequencer.c
@@ -1028,6 +1028,7 @@ static void rna_def_effect(BlenderRNA *brna)
RNA_def_struct_ui_text(srna, "Effect Sequence", "Sequence strip applying an effect on the images created by other strips");
RNA_def_struct_sdna(srna, "Sequence");
+ rna_def_filter_video(srna);
rna_def_proxy(srna);
}