regenerated files
This commit is contained in:
@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(911, "SequencerTonemapModifierData")]
|
||||
public struct SequencerTonemapModifierData {
|
||||
[DNAFieldAttribute(0, "SequenceModifierData", "modifier", "SequenceModifierData", 112)]
|
||||
[DNAFieldAttribute(0, "SequenceModifierData", "modifier", "SequenceModifierData", 112, false)]
|
||||
public SequenceModifierData modifier;
|
||||
[DNAFieldAttribute(1, "float", "key", "float", 4)]
|
||||
[DNAFieldAttribute(1, "float", "key", "float", 4, false)]
|
||||
public float key;
|
||||
[DNAFieldAttribute(2, "float", "offset", "float", 4)]
|
||||
[DNAFieldAttribute(2, "float", "offset", "float", 4, false)]
|
||||
public float offset;
|
||||
[DNAFieldAttribute(3, "float", "gamma", "float", 4)]
|
||||
[DNAFieldAttribute(3, "float", "gamma", "float", 4, false)]
|
||||
public float gamma;
|
||||
[DNAFieldAttribute(4, "float", "intensity", "float", 4)]
|
||||
[DNAFieldAttribute(4, "float", "intensity", "float", 4, false)]
|
||||
public float intensity;
|
||||
[DNAFieldAttribute(5, "float", "contrast", "float", 4)]
|
||||
[DNAFieldAttribute(5, "float", "contrast", "float", 4, false)]
|
||||
public float contrast;
|
||||
[DNAFieldAttribute(6, "float", "adaptation", "float", 4)]
|
||||
[DNAFieldAttribute(6, "float", "adaptation", "float", 4, false)]
|
||||
public float adaptation;
|
||||
[DNAFieldAttribute(7, "float", "correction", "float", 4)]
|
||||
[DNAFieldAttribute(7, "float", "correction", "float", 4, false)]
|
||||
public float correction;
|
||||
[DNAFieldAttribute(8, "int", "type", "int", 4)]
|
||||
[DNAFieldAttribute(8, "int", "type", "int", 4, false)]
|
||||
public int type;
|
||||
public SequencerTonemapModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user