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

@@ -21,29 +21,29 @@ namespace BlendFile.DNA {
public Object @object;
[DNAFieldAttribute(8, "Material", 2, "*material", "Material", true, 112)]
public Material material;
[DNAFieldAttribute(64, "char", 3, "subtarget[64]", "System.Char[]", false, 120)]
[DNAArrayAttribute(64, "char", 3, "subtarget[64]", "System.Char[]", 64, 120)]
public char[] subtarget = new System.Char[64];
[DNAFieldAttribute(64, "char", 4, "layername[64]", "System.Char[]", false, 184)]
[DNAArrayAttribute(64, "char", 4, "layername[64]", "System.Char[]", 64, 184)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(64, "char", 5, "materialname[64]", "System.Char[]", false, 248)]
[DNAArrayAttribute(64, "char", 5, "materialname[64]", "System.Char[]", 64, 248)]
public char[] materialname = new System.Char[64];
[DNAFieldAttribute(64, "char", 6, "vgname[64]", "System.Char[]", false, 312)]
[DNAArrayAttribute(64, "char", 6, "vgname[64]", "System.Char[]", 64, 312)]
public char[] vgname = new System.Char[64];
[DNAFieldAttribute(4, "int", 7, "pass_index", "int", false, 376)]
public int pass_index;
[DNAFieldAttribute(4, "int", 8, "layer_pass", "int", false, 380)]
public int layer_pass;
[DNAFieldAttribute(4, "char", 9, "_pad[4]", "System.Char[]", false, 384)]
[DNAArrayAttribute(4, "char", 9, "_pad[4]", "System.Char[]", 4, 384)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(4, "int", 10, "flag", "int", false, 388)]
public int flag;
[DNAFieldAttribute(1, "char", 11, "falloff_type", "char", false, 392)]
public char falloff_type;
[DNAFieldAttribute(3, "char", 12, "_pad1[3]", "System.Char[]", false, 393)]
[DNAArrayAttribute(3, "char", 12, "_pad1[3]", "System.Char[]", 3, 393)]
public char[] _pad1 = new System.Char[3];
[DNAFieldAttribute(64, "float", 13, "parentinv[4][4]", "System.Single[,]", false, 396)]
[DNAArrayAttribute(64, "float", 13, "parentinv[4][4]", "System.Single[,]", 8, 396)]
public float[,] parentinv = new System.Single[4,4];
[DNAFieldAttribute(12, "float", 14, "cent[3]", "System.Single[]", false, 460)]
[DNAArrayAttribute(12, "float", 14, "cent[3]", "System.Single[]", 3, 460)]
public float[] cent = new System.Single[3];
[DNAFieldAttribute(4, "float", 15, "falloff", "float", false, 472)]
public float falloff;