Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,24 +14,24 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(911, "SequencerTonemapModifierData", 144)]
public struct SequencerTonemapModifierData {
[DNAFieldAttribute(0, "SequenceModifierData", "modifier", "SequenceModifierData", 112, false, 0)]
public class SequencerTonemapModifierData {
[DNAFieldAttribute(112, "SequenceModifierData", 0, "modifier", "SequenceModifierData", false, 0)]
public SequenceModifierData modifier;
[DNAFieldAttribute(1, "float", "key", "float", 4, false, 112)]
[DNAFieldAttribute(4, "float", 1, "key", "float", false, 112)]
public float key;
[DNAFieldAttribute(2, "float", "offset", "float", 4, false, 116)]
[DNAFieldAttribute(4, "float", 2, "offset", "float", false, 116)]
public float offset;
[DNAFieldAttribute(3, "float", "gamma", "float", 4, false, 120)]
[DNAFieldAttribute(4, "float", 3, "gamma", "float", false, 120)]
public float gamma;
[DNAFieldAttribute(4, "float", "intensity", "float", 4, false, 124)]
[DNAFieldAttribute(4, "float", 4, "intensity", "float", false, 124)]
public float intensity;
[DNAFieldAttribute(5, "float", "contrast", "float", 4, false, 128)]
[DNAFieldAttribute(4, "float", 5, "contrast", "float", false, 128)]
public float contrast;
[DNAFieldAttribute(6, "float", "adaptation", "float", 4, false, 132)]
[DNAFieldAttribute(4, "float", 6, "adaptation", "float", false, 132)]
public float adaptation;
[DNAFieldAttribute(7, "float", "correction", "float", 4, false, 136)]
[DNAFieldAttribute(4, "float", 7, "correction", "float", false, 136)]
public float correction;
[DNAFieldAttribute(8, "int", "type", "int", 4, false, 140)]
[DNAFieldAttribute(4, "int", 8, "type", "int", false, 140)]
public int type;
public SequencerTonemapModifierData() {
this.modifier = default;