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

@@ -41,11 +41,11 @@ namespace BlendFile.DNA {
public short fill_direction;
[DNAFieldAttribute(4, "float", 12, "fill_threshold", "float", false, 40)]
public float fill_threshold;
[DNAFieldAttribute(2, "char", 13, "_pad2[2]", "System.Char[]", false, 44)]
[DNAArrayAttribute(2, "char", 13, "_pad2[2]", "System.Char[]", 2, 44)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(1, "int8_t", 14, "caps_type", "int8_t", false, 46)]
public sbyte caps_type;
[DNAFieldAttribute(1, "char", 15, "_pad[1]", "System.Char[]", false, 47)]
[DNAArrayAttribute(1, "char", 15, "_pad[1]", "System.Char[]", 1, 47)]
public char[] _pad = new System.Char[1];
[DNAFieldAttribute(4, "int", 16, "flag2", "int", false, 48)]
public int flag2;
@@ -73,7 +73,7 @@ namespace BlendFile.DNA {
public int flag;
[DNAFieldAttribute(4, "float", 28, "gradient_f", "float", false, 96)]
public float gradient_f;
[DNAFieldAttribute(8, "float", 29, "gradient_s[2]", "System.Single[]", false, 100)]
[DNAArrayAttribute(8, "float", 29, "gradient_s[2]", "System.Single[]", 2, 100)]
public float[] gradient_s = new System.Single[2];
[DNAFieldAttribute(4, "float", 30, "simplify_f", "float", false, 108)]
public float simplify_f;