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

@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
public short opntsv;
[DNAFieldAttribute(2, "short", 8, "opntsw", "short", false, 228)]
public short opntsw;
[DNAFieldAttribute(3, "char", 9, "_pad2[3]", "System.Char[]", false, 230)]
[DNAArrayAttribute(3, "char", 9, "_pad2[3]", "System.Char[]", 3, 230)]
public char[] _pad2 = new System.Char[3];
[DNAFieldAttribute(1, "char", 10, "typeu", "char", false, 233)]
public char typeu;
@@ -63,13 +63,13 @@ namespace BlendFile.DNA {
public Key key;
[DNAFieldAttribute(8, "MDeformVert", 23, "*dvert", "MDeformVert", true, 288)]
public MDeformVert dvert;
[DNAFieldAttribute(64, "char", 24, "vgroup[64]", "System.Char[]", false, 296)]
[DNAArrayAttribute(64, "char", 24, "vgroup[64]", "System.Char[]", 64, 296)]
public char[] vgroup = new System.Char[64];
[DNAFieldAttribute(16, "ListBase", 25, "vertex_group_names", "ListBase", false, 360)]
public ListBase vertex_group_names;
[DNAFieldAttribute(4, "int", 26, "vertex_group_active_index", "int", false, 376)]
public int vertex_group_active_index;
[DNAFieldAttribute(4, "char", 27, "_pad0[4]", "System.Char[]", false, 380)]
[DNAArrayAttribute(4, "char", 27, "_pad0[4]", "System.Char[]", 4, 380)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(8, "EditLatt", 28, "*editlatt", "EditLatt", true, 384)]
public EditLatt editlatt;