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:
authorCampbell Barton <ideasman42@gmail.com>2010-07-13 13:28:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-13 13:28:01 +0400
commit291c99c5d9fd25e69a17a150ee86d3261987cf34 (patch)
treee2749395b6ea4875c315fb6cf90b0ce8dd6c71e8 /source/blender/makesrna/rna_cleanup
parentef76dfd591f2643a86bf0f92f282f95724ca2fa7 (diff)
- saturation option for sequencer strips, runs before multiply and color balance.
- multiply of 0.0 wasnt being applied.
Diffstat (limited to 'source/blender/makesrna/rna_cleanup')
-rw-r--r--source/blender/makesrna/rna_cleanup/rna_properties.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/rna_cleanup/rna_properties.txt b/source/blender/makesrna/rna_cleanup/rna_properties.txt
index e7ad37b0d72..0c0b7e1070b 100644
--- a/source/blender/makesrna/rna_cleanup/rna_properties.txt
+++ b/source/blender/makesrna/rna_cleanup/rna_properties.txt
@@ -599,7 +599,7 @@ EditObjectActuator.time -> time: int Duration the new Object lives or the
EditObjectActuator.track_object -> track_object: pointer Track to this Object
EffectSequence.color_balance -> color_balance: pointer, (read-only)
EffectSequence.crop -> crop: pointer, (read-only)
-EffectSequence.multiply_colors -> multiply_colors: float
+EffectSequence.multiply_colors -> color_multiply: float
EffectSequence.proxy -> proxy: pointer, (read-only)
EffectSequence.strobe -> strobe: float Only display every nth frame
EffectSequence.transform -> transform: pointer, (read-only)