updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -57,9 +57,9 @@ namespace BlendFile.DNA {
public int act_face;
[DNAFieldAttribute(8, "Mesh", 20, "*texcomesh", "Mesh", true, 1296)]
public Mesh texcomesh;
[DNAArrayAttribute(12, "float", 21, "loc[3]", "System.Single[]", 3, 1304)]
[DNAArrayAttribute(12, "float", 21, "loc[3]", "System.Single[]", 3, false, 1304)]
public float[] loc = new System.Single[3];
[DNAArrayAttribute(12, "float", 22, "size[3]", "System.Single[]", 3, 1316)]
[DNAArrayAttribute(12, "float", 22, "size[3]", "System.Single[]", 3, false, 1316)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(1, "char", 23, "texflag", "char", false, 1328)]
public char texflag;
@@ -117,7 +117,7 @@ namespace BlendFile.DNA {
public CustomData fdata;
[DNAFieldAttribute(4, "int", 50, "totface", "int", false, 1696)]
public int totface;
[DNAArrayAttribute(4, "char", 51, "_pad1[4]", "System.Char[]", 4, 1700)]
[DNAArrayAttribute(4, "char", 51, "_pad1[4]", "System.Char[]", 4, false, 1700)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(8, "MeshRuntimeHandle", 52, "*runtime", "MeshRuntimeHandle", true, 1704)]
public MeshRuntimeHandle runtime;