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

@@ -23,7 +23,7 @@ namespace BlendFile.DNA {
public FCurve curve;
[DNAFieldAttribute(8, "void", 3, "*data", "void", true, 24)]
public object data;
[DNAFieldAttribute(64, "char", 4, "name[64]", "System.Char[]", false, 32)]
[DNAArrayAttribute(64, "char", 4, "name[64]", "System.Char[]", 64, 32)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(2, "short", 5, "type", "short", false, 96)]
public short type;
@@ -31,7 +31,7 @@ namespace BlendFile.DNA {
public short flag;
[DNAFieldAttribute(2, "short", 7, "ui_expand_flag", "short", false, 100)]
public short ui_expand_flag;
[DNAFieldAttribute(6, "char", 8, "_pad[6]", "System.Char[]", false, 102)]
[DNAArrayAttribute(6, "char", 8, "_pad[6]", "System.Char[]", 6, 102)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(4, "float", 9, "influence", "float", false, 108)]
public float influence;