Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -27,19 +27,19 @@ namespace BlendFile.DNA {
public rctf curr;
[DNAFieldAttribute(16, "rctf", 5, "clipr", "rctf", false, 32)]
public rctf clipr;
[DNAFieldAttribute(320, "CurveMap", 6, "cm[4]", "CurveMap[]", false, 48)]
[DNAArrayAttribute(320, "CurveMap", 6, "cm[4]", "CurveMap[]", 4, 48)]
public CurveMap[] cm = new CurveMap[4];
[DNAFieldAttribute(12, "float", 7, "black[3]", "System.Single[]", false, 368)]
[DNAArrayAttribute(12, "float", 7, "black[3]", "System.Single[]", 3, 368)]
public float[] black = new System.Single[3];
[DNAFieldAttribute(12, "float", 8, "white[3]", "System.Single[]", false, 380)]
[DNAArrayAttribute(12, "float", 8, "white[3]", "System.Single[]", 3, 380)]
public float[] white = new System.Single[3];
[DNAFieldAttribute(12, "float", 9, "bwmul[3]", "System.Single[]", false, 392)]
[DNAArrayAttribute(12, "float", 9, "bwmul[3]", "System.Single[]", 3, 392)]
public float[] bwmul = new System.Single[3];
[DNAFieldAttribute(12, "float", 10, "sample[3]", "System.Single[]", false, 404)]
[DNAArrayAttribute(12, "float", 10, "sample[3]", "System.Single[]", 3, 404)]
public float[] sample = new System.Single[3];
[DNAFieldAttribute(2, "short", 11, "tone", "short", false, 416)]
public short tone;
[DNAFieldAttribute(6, "char", 12, "_pad[6]", "System.Char[]", false, 418)]
[DNAArrayAttribute(6, "char", 12, "_pad[6]", "System.Char[]", 6, 418)]
public char[] _pad = new System.Char[6];
public CurveMapping() {
this.flag = default;