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,7 +19,7 @@ namespace BlendFile.DNA {
public FreestyleLineSet next;
[DNAFieldAttribute(8, "FreestyleLineSet", 1, "*prev", "FreestyleLineSet", true, 8)]
public FreestyleLineSet prev;
[DNAFieldAttribute(64, "char", 2, "name[64]", "System.Char[]", false, 16)]
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(4, "int", 3, "flags", "int", false, 80)]
public int flags;
@@ -27,7 +27,7 @@ namespace BlendFile.DNA {
public int selection;
[DNAFieldAttribute(2, "short", 5, "qi", "short", false, 88)]
public short qi;
[DNAFieldAttribute(2, "char", 6, "_pad1[2]", "System.Char[]", false, 90)]
[DNAArrayAttribute(2, "char", 6, "_pad1[2]", "System.Char[]", 2, 90)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(4, "int", 7, "qi_start", "int", false, 92)]
public int qi_start;
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
public int edge_types;
[DNAFieldAttribute(4, "int", 10, "exclude_edge_types", "int", false, 104)]
public int exclude_edge_types;
[DNAFieldAttribute(4, "char", 11, "_pad2[4]", "System.Char[]", false, 108)]
[DNAArrayAttribute(4, "char", 11, "_pad2[4]", "System.Char[]", 4, 108)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(8, "Collection", 12, "*group", "Collection", true, 112)]
public Collection group;