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

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public float curval;
[DNAFieldAttribute(2, "short", 4, "type", "short", false, 24)]
public short type;
[DNAFieldAttribute(2, "char", 5, "_pad1[2]", "System.Char[]", false, 26)]
[DNAArrayAttribute(2, "char", 5, "_pad1[2]", "System.Char[]", 2, 26)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(2, "short", 6, "relative", "short", false, 28)]
public short relative;
@@ -37,9 +37,9 @@ namespace BlendFile.DNA {
public int uid;
[DNAFieldAttribute(8, "void", 10, "*data", "void", true, 40)]
public object data;
[DNAFieldAttribute(64, "char", 11, "name[64]", "System.Char[]", false, 48)]
[DNAArrayAttribute(64, "char", 11, "name[64]", "System.Char[]", 64, 48)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(64, "char", 12, "vgroup[64]", "System.Char[]", false, 112)]
[DNAArrayAttribute(64, "char", 12, "vgroup[64]", "System.Char[]", 64, 112)]
public char[] vgroup = new System.Char[64];
[DNAFieldAttribute(4, "float", 13, "slidermin", "float", false, 176)]
public float slidermin;