updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

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