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 ListBase gobject;
[DNAFieldAttribute(16, "ListBase", 3, "children", "ListBase", false, 232)]
public ListBase children;
[DNAFieldAttribute(4, "char", 4, "_pad0[4]", "System.Char[]", false, 248)]
[DNAArrayAttribute(4, "char", 4, "_pad0[4]", "System.Char[]", 4, 248)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(4, "int", 5, "active_exporter_index", "int", false, 252)]
public int active_exporter_index;
@@ -33,13 +33,13 @@ namespace BlendFile.DNA {
public PreviewImage preview;
[DNAFieldAttribute(4, "int", 8, "layer", "int", false, 280)]
public int layer;
[DNAFieldAttribute(12, "float", 9, "dupli_ofs[3]", "System.Single[]", false, 284)]
[DNAArrayAttribute(12, "float", 9, "dupli_ofs[3]", "System.Single[]", 3, 284)]
public float[] dupli_ofs = new System.Single[3];
[DNAFieldAttribute(1, "uchar", 10, "flag", "uchar", false, 296)]
public byte flag;
[DNAFieldAttribute(1, "int8_t", 11, "color_tag", "int8_t", false, 297)]
public sbyte color_tag;
[DNAFieldAttribute(2, "char", 12, "_pad1[2]", "System.Char[]", false, 298)]
[DNAArrayAttribute(2, "char", 12, "_pad1[2]", "System.Char[]", 2, 298)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(1, "uchar", 13, "lineart_usage", "uchar", false, 300)]
public byte lineart_usage;