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>2016-02-15 16:05:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-15 16:07:03 +0300
commit3e6b7d0fd874789c13aa53a62932d94cbb36163b (patch)
treecdb60c4d0d2696171ce2e7299422e85b56a5e638 /source/blender/makesdna/DNA_sequence_types.h
parent473eff2df8eecaf4cddafbfce6c8d1386d4ec68a (diff)
Fix white balance, was doing unnecessary linear conversions
This made byte & float images behave differently, where other modifiers remain the same. Also remove scene from the modifier (should have been passed as arg but no longer needed).
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 56112d2866f..3a64890a84b 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -313,7 +313,6 @@ typedef struct SequenceModifierData {
struct Sequence *mask_sequence;
struct Mask *mask_id;
- struct Scene *scene;
} SequenceModifierData;
typedef struct ColorBalanceModifierData {