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

@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
public int num;
[DNAFieldAttribute(4, "int", 10, "num_dmcache", "int", false, 156)]
public int num_dmcache;
[DNAFieldAttribute(16, "float", 11, "fuv[4]", "System.Single[]", false, 160)]
[DNAArrayAttribute(16, "float", 11, "fuv[4]", "System.Single[]", 4, 160)]
public float[] fuv = new System.Single[4];
[DNAFieldAttribute(4, "float", 12, "foffset", "float", false, 176)]
public float foffset;
@@ -45,7 +45,7 @@ namespace BlendFile.DNA {
public float size;
[DNAFieldAttribute(4, "float", 14, "sphdensity", "float", false, 184)]
public float sphdensity;
[DNAFieldAttribute(4, "char", 15, "_pad[4]", "System.Char[]", false, 188)]
[DNAArrayAttribute(4, "char", 15, "_pad[4]", "System.Char[]", 4, 188)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(4, "int", 16, "hair_index", "int", false, 192)]
public int hair_index;