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

@@ -41,11 +41,11 @@ namespace BlendFile.DNA {
public short fill_direction;
[DNAFieldAttribute(4, "float", 12, "fill_threshold", "float", false, 40)]
public float fill_threshold;
[DNAArrayAttribute(2, "char", 13, "_pad2[2]", "System.Char[]", 2, 44)]
[DNAArrayAttribute(2, "char", 13, "_pad2[2]", "System.Char[]", 2, false, 44)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(1, "int8_t", 14, "caps_type", "int8_t", false, 46)]
public sbyte caps_type;
[DNAArrayAttribute(1, "char", 15, "_pad[1]", "System.Char[]", 1, 47)]
[DNAArrayAttribute(1, "char", 15, "_pad[1]", "System.Char[]", 1, false, 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;
[DNAArrayAttribute(8, "float", 29, "gradient_s[2]", "System.Single[]", 2, 100)]
[DNAArrayAttribute(8, "float", 29, "gradient_s[2]", "System.Single[]", 2, false, 100)]
public float[] gradient_s = new System.Single[2];
[DNAFieldAttribute(4, "float", 30, "simplify_f", "float", false, 108)]
public float simplify_f;