regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,31 +15,31 @@ namespace BlendFile.DNA {
[DNAClassAttribute(635, "TexMapping")]
public class TexMapping {
[DNAFieldAttribute(0, "float", "loc[3]", 4)]
[DNAFieldAttribute(0, "float", "loc[3]", "System.Single[]", 4)]
public float[] loc = new System.Single[3];
[DNAFieldAttribute(1, "float", "rot[3]", 4)]
[DNAFieldAttribute(1, "float", "rot[3]", "System.Single[]", 4)]
public float[] rot = new System.Single[3];
[DNAFieldAttribute(2, "float", "size[3]", 4)]
[DNAFieldAttribute(2, "float", "size[3]", "System.Single[]", 4)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(3, "int", "flag", 4)]
[DNAFieldAttribute(3, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(4, "char", "projx", 1)]
[DNAFieldAttribute(4, "char", "projx", "char", 1)]
public char projx;
[DNAFieldAttribute(5, "char", "projy", 1)]
[DNAFieldAttribute(5, "char", "projy", "char", 1)]
public char projy;
[DNAFieldAttribute(6, "char", "projz", 1)]
[DNAFieldAttribute(6, "char", "projz", "char", 1)]
public char projz;
[DNAFieldAttribute(7, "char", "mapping", 1)]
[DNAFieldAttribute(7, "char", "mapping", "char", 1)]
public char mapping;
[DNAFieldAttribute(8, "int", "type", 4)]
[DNAFieldAttribute(8, "int", "type", "int", 4)]
public int type;
[DNAFieldAttribute(9, "float", "mat[4][4]", 4)]
[DNAFieldAttribute(9, "float", "mat[4][4]", "System.Single[,]", 4)]
public float[,] mat = new System.Single[4,4];
[DNAFieldAttribute(10, "float", "min[3]", 4)]
[DNAFieldAttribute(10, "float", "min[3]", "System.Single[]", 4)]
public float[] min = new System.Single[3];
[DNAFieldAttribute(11, "float", "max[3]", 4)]
[DNAFieldAttribute(11, "float", "max[3]", "System.Single[]", 4)]
public float[] max = new System.Single[3];
[DNAFieldAttribute(12, "Object", "*ob", 1160)]
[DNAFieldAttribute(12, "Object", "*ob", "Object", 1160)]
public Object ptr_ob;
public TexMapping() {
this.loc = default;