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

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(635, "TexMapping", 144)]
public class TexMapping {
[DNAArrayAttribute(12, "float", 0, "loc[3]", "System.Single[]", 3, 0)]
[DNAArrayAttribute(12, "float", 0, "loc[3]", "System.Single[]", 3, false, 0)]
public float[] loc = new System.Single[3];
[DNAArrayAttribute(12, "float", 1, "rot[3]", "System.Single[]", 3, 12)]
[DNAArrayAttribute(12, "float", 1, "rot[3]", "System.Single[]", 3, false, 12)]
public float[] rot = new System.Single[3];
[DNAArrayAttribute(12, "float", 2, "size[3]", "System.Single[]", 3, 24)]
[DNAArrayAttribute(12, "float", 2, "size[3]", "System.Single[]", 3, false, 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;
[DNAArrayAttribute(64, "float", 9, "mat[4][4]", "System.Single[,]", 8, 48)]
[DNAArrayAttribute(64, "float", 9, "mat[4][4]", "System.Single[,]", 16, false, 48)]
public float[,] mat = new System.Single[4,4];
[DNAArrayAttribute(12, "float", 10, "min[3]", "System.Single[]", 3, 112)]
[DNAArrayAttribute(12, "float", 10, "min[3]", "System.Single[]", 3, false, 112)]
public float[] min = new System.Single[3];
[DNAArrayAttribute(12, "float", 11, "max[3]", "System.Single[]", 3, 124)]
[DNAArrayAttribute(12, "float", 11, "max[3]", "System.Single[]", 3, false, 124)]
public float[] max = new System.Single[3];
[DNAFieldAttribute(8, "Object", 12, "*ob", "Object", true, 136)]
public Object ob;