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

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public float curval;
[DNAFieldAttribute(2, "short", 4, "type", "short", false, 24)]
public short type;
[DNAArrayAttribute(2, "char", 5, "_pad1[2]", "System.Char[]", 2, 26)]
[DNAArrayAttribute(2, "char", 5, "_pad1[2]", "System.Char[]", 2, false, 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;
[DNAArrayAttribute(64, "char", 11, "name[64]", "System.Char[]", 64, 48)]
[DNAArrayAttribute(64, "char", 11, "name[64]", "System.Char[]", 64, false, 48)]
public char[] name = new System.Char[64];
[DNAArrayAttribute(64, "char", 12, "vgroup[64]", "System.Char[]", 64, 112)]
[DNAArrayAttribute(64, "char", 12, "vgroup[64]", "System.Char[]", 64, false, 112)]
public char[] vgroup = new System.Char[64];
[DNAFieldAttribute(4, "float", 13, "slidermin", "float", false, 176)]
public float slidermin;