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

@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
public FreestyleLineSet next;
[DNAFieldAttribute(8, "FreestyleLineSet", 1, "*prev", "FreestyleLineSet", true, 8)]
public FreestyleLineSet prev;
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, false, 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;
[DNAArrayAttribute(2, "char", 6, "_pad1[2]", "System.Char[]", 2, 90)]
[DNAArrayAttribute(2, "char", 6, "_pad1[2]", "System.Char[]", 2, false, 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;
[DNAArrayAttribute(4, "char", 11, "_pad2[4]", "System.Char[]", 4, 108)]
[DNAArrayAttribute(4, "char", 11, "_pad2[4]", "System.Char[]", 4, false, 108)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(8, "Collection", 12, "*group", "Collection", true, 112)]
public Collection group;