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

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(635, "TexMapping", 144)]
public class TexMapping {
[DNAFieldAttribute(12, "float", 0, "loc[3]", "System.Single[]", false, 0)]
[DNAArrayAttribute(12, "float", 0, "loc[3]", "System.Single[]", 3, 0)]
public float[] loc = new System.Single[3];
[DNAFieldAttribute(12, "float", 1, "rot[3]", "System.Single[]", false, 12)]
[DNAArrayAttribute(12, "float", 1, "rot[3]", "System.Single[]", 3, 12)]
public float[] rot = new System.Single[3];
[DNAFieldAttribute(12, "float", 2, "size[3]", "System.Single[]", false, 24)]
[DNAArrayAttribute(12, "float", 2, "size[3]", "System.Single[]", 3, 24)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(4, "int", 3, "flag", "int", false, 36)]
public int flag;
@@ -33,11 +33,11 @@ namespace BlendFile.DNA {
public char mapping;
[DNAFieldAttribute(4, "int", 8, "type", "int", false, 44)]
public int type;
[DNAFieldAttribute(64, "float", 9, "mat[4][4]", "System.Single[,]", false, 48)]
[DNAArrayAttribute(64, "float", 9, "mat[4][4]", "System.Single[,]", 8, 48)]
public float[,] mat = new System.Single[4,4];
[DNAFieldAttribute(12, "float", 10, "min[3]", "System.Single[]", false, 112)]
[DNAArrayAttribute(12, "float", 10, "min[3]", "System.Single[]", 3, 112)]
public float[] min = new System.Single[3];
[DNAFieldAttribute(12, "float", 11, "max[3]", "System.Single[]", false, 124)]
[DNAArrayAttribute(12, "float", 11, "max[3]", "System.Single[]", 3, 124)]
public float[] max = new System.Single[3];
[DNAFieldAttribute(8, "Object", 12, "*ob", "Object", true, 136)]
public Object ob;