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

@@ -35,7 +35,7 @@ namespace BlendFile.DNA {
public short self_loop_count;
[DNAFieldAttribute(2, "short", 10, "loop_count", "short", false, 34)]
public short loop_count;
[DNAFieldAttribute(4, "char", 11, "_pad[4]", "System.Char[]", false, 36)]
[DNAArrayAttribute(4, "char", 11, "_pad[4]", "System.Char[]", 4, 36)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(8, "Collection", 12, "*group", "Collection", true, 40)]
public Collection group;
@@ -43,7 +43,7 @@ namespace BlendFile.DNA {
public short vgroup_selfcol;
[DNAFieldAttribute(2, "short", 14, "vgroup_objcol", "short", false, 50)]
public short vgroup_objcol;
[DNAFieldAttribute(4, "char", 15, "_pad2[4]", "System.Char[]", false, 52)]
[DNAArrayAttribute(4, "char", 15, "_pad2[4]", "System.Char[]", 4, 52)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(4, "float", 16, "clamp", "float", false, 56)]
public float clamp;