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

@@ -49,9 +49,9 @@ namespace BlendFile.DNA {
public Object parent;
[DNAFieldAttribute(16, "ListBase", 17, "targets", "ListBase", false, 144)]
public ListBase targets;
[DNAArrayAttribute(64, "char", 18, "name[64]", "System.Char[]", 64, 160)]
[DNAArrayAttribute(64, "char", 18, "name[64]", "System.Char[]", 64, false, 160)]
public char[] name = new System.Char[64];
[DNAArrayAttribute(64, "float", 19, "imat[4][4]", "System.Single[,]", 8, 224)]
[DNAArrayAttribute(64, "float", 19, "imat[4][4]", "System.Single[,]", 16, false, 224)]
public float[,] imat = new System.Single[4,4];
[DNAFieldAttribute(4, "float", 20, "cfra", "float", false, 288)]
public float cfra;
@@ -83,19 +83,19 @@ namespace BlendFile.DNA {
public short totkeyed;
[DNAFieldAttribute(2, "short", 34, "bakespace", "short", false, 340)]
public short bakespace;
[DNAArrayAttribute(6, "char", 35, "_pad1[6]", "System.Char[]", 6, 342)]
[DNAArrayAttribute(6, "char", 35, "_pad1[6]", "System.Char[]", 6, false, 342)]
public char[] _pad1 = new System.Char[6];
[DNAArrayAttribute(204, "char", 36, "bb_uvname[3][68]", "System.Char[,]", 71, 348)]
[DNAArrayAttribute(204, "char", 36, "bb_uvname[3][68]", "System.Char[,]", 204, false, 348)]
public char[,] bb_uvname = new System.Char[3,68];
[DNAArrayAttribute(4, "char", 37, "_pad2[4]", "System.Char[]", 4, 552)]
[DNAArrayAttribute(4, "char", 37, "_pad2[4]", "System.Char[]", 4, false, 552)]
public char[] _pad2 = new System.Char[4];
[DNAArrayAttribute(26, "short", 38, "vgroup[13]", "System.Int16[]", 13, 556)]
[DNAArrayAttribute(26, "short", 38, "vgroup[13]", "System.Int16[]", 13, false, 556)]
public short[] vgroup = new System.Int16[13];
[DNAFieldAttribute(2, "short", 39, "vg_neg", "short", false, 582)]
public short vg_neg;
[DNAFieldAttribute(2, "short", 40, "rt3", "short", false, 584)]
public short rt3;
[DNAArrayAttribute(6, "char", 41, "_pad3[6]", "System.Char[]", 6, 586)]
[DNAArrayAttribute(6, "char", 41, "_pad3[6]", "System.Char[]", 6, false, 586)]
public char[] _pad3 = new System.Char[6];
[DNAFieldAttribute(8, "PointCache", 42, "*pointcache", "PointCache", true, 592)]
public PointCache pointcache;