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

@@ -19,17 +19,17 @@ namespace BlendFile.DNA {
public SpreadsheetRowFilter next;
[DNAFieldAttribute(8, "SpreadsheetRowFilter", 1, "*prev", "SpreadsheetRowFilter", true, 8)]
public SpreadsheetRowFilter prev;
[DNAFieldAttribute(64, "char", 2, "column_name[64]", "System.Char[]", false, 16)]
[DNAArrayAttribute(64, "char", 2, "column_name[64]", "System.Char[]", 64, 16)]
public char[] column_name = new System.Char[64];
[DNAFieldAttribute(1, "uchar", 3, "operation", "uchar", false, 80)]
public byte operation;
[DNAFieldAttribute(1, "uchar", 4, "flag", "uchar", false, 81)]
public byte flag;
[DNAFieldAttribute(2, "char", 5, "_pad0[2]", "System.Char[]", false, 82)]
[DNAArrayAttribute(2, "char", 5, "_pad0[2]", "System.Char[]", 2, 82)]
public char[] _pad0 = new System.Char[2];
[DNAFieldAttribute(4, "int", 6, "value_int", "int", false, 84)]
public int value_int;
[DNAFieldAttribute(8, "int", 7, "value_int2[2]", "System.Int32[]", false, 88)]
[DNAArrayAttribute(8, "int", 7, "value_int2[2]", "System.Int32[]", 2, 88)]
public int[] value_int2 = new System.Int32[2];
[DNAFieldAttribute(8, "char", 8, "*value_string", "char", true, 96)]
public char value_string;
@@ -37,13 +37,13 @@ namespace BlendFile.DNA {
public float value_float;
[DNAFieldAttribute(4, "float", 10, "threshold", "float", false, 108)]
public float threshold;
[DNAFieldAttribute(8, "float", 11, "value_float2[2]", "System.Single[]", false, 112)]
[DNAArrayAttribute(8, "float", 11, "value_float2[2]", "System.Single[]", 2, 112)]
public float[] value_float2 = new System.Single[2];
[DNAFieldAttribute(12, "float", 12, "value_float3[3]", "System.Single[]", false, 120)]
[DNAArrayAttribute(12, "float", 12, "value_float3[3]", "System.Single[]", 3, 120)]
public float[] value_float3 = new System.Single[3];
[DNAFieldAttribute(16, "float", 13, "value_color[4]", "System.Single[]", false, 132)]
[DNAArrayAttribute(16, "float", 13, "value_color[4]", "System.Single[]", 4, 132)]
public float[] value_color = new System.Single[4];
[DNAFieldAttribute(4, "char", 14, "_pad1[4]", "System.Char[]", false, 148)]
[DNAArrayAttribute(4, "char", 14, "_pad1[4]", "System.Char[]", 4, 148)]
public char[] _pad1 = new System.Char[4];
public SpreadsheetRowFilter() {
this.next = default;