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

@@ -25,25 +25,25 @@ namespace BlendFile.DNA {
public int count;
[DNAFieldAttribute(4, "int", 4, "flag", "int", false, 124)]
public int flag;
[DNAFieldAttribute(12, "float", 5, "offset[3]", "System.Single[]", false, 128)]
[DNAArrayAttribute(12, "float", 5, "offset[3]", "System.Single[]", 3, 128)]
public float[] offset = new System.Single[3];
[DNAFieldAttribute(12, "float", 6, "shift[3]", "System.Single[]", false, 140)]
[DNAArrayAttribute(12, "float", 6, "shift[3]", "System.Single[]", 3, 140)]
public float[] shift = new System.Single[3];
[DNAFieldAttribute(12, "float", 7, "rnd_offset[3]", "System.Single[]", false, 152)]
[DNAArrayAttribute(12, "float", 7, "rnd_offset[3]", "System.Single[]", 3, 152)]
public float[] rnd_offset = new System.Single[3];
[DNAFieldAttribute(12, "float", 8, "rnd_rot[3]", "System.Single[]", false, 164)]
[DNAArrayAttribute(12, "float", 8, "rnd_rot[3]", "System.Single[]", 3, 164)]
public float[] rnd_rot = new System.Single[3];
[DNAFieldAttribute(12, "float", 9, "rnd_scale[3]", "System.Single[]", false, 176)]
[DNAArrayAttribute(12, "float", 9, "rnd_scale[3]", "System.Single[]", 3, 176)]
public float[] rnd_scale = new System.Single[3];
[DNAFieldAttribute(4, "char", 10, "_pad[4]", "System.Char[]", false, 188)]
[DNAArrayAttribute(4, "char", 10, "_pad[4]", "System.Char[]", 4, 188)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(4, "int", 11, "seed", "int", false, 192)]
public int seed;
[DNAFieldAttribute(4, "int", 12, "pass_index", "int", false, 196)]
public int pass_index;
[DNAFieldAttribute(64, "char", 13, "layername[64]", "System.Char[]", false, 200)]
[DNAArrayAttribute(64, "char", 13, "layername[64]", "System.Char[]", 64, 200)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(64, "char", 14, "materialname[64]", "System.Char[]", false, 264)]
[DNAArrayAttribute(64, "char", 14, "materialname[64]", "System.Char[]", 64, 264)]
public char[] materialname = new System.Char[64];
[DNAFieldAttribute(4, "int", 15, "mat_rpl", "int", false, 328)]
public int mat_rpl;