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

@@ -21,13 +21,13 @@ namespace BlendFile.DNA {
public int type;
[DNAFieldAttribute(8, "ID", 2, "*id", "ID", true, 8)]
public ID id;
[DNAArrayAttribute(64, "char", 3, "parent[64]", "System.Char[]", 64, 16)]
[DNAArrayAttribute(64, "char", 3, "parent[64]", "System.Char[]", 64, false, 16)]
public char[] parent = new System.Char[64];
[DNAArrayAttribute(64, "char", 4, "sub_parent[64]", "System.Char[]", 64, 80)]
[DNAArrayAttribute(64, "char", 4, "sub_parent[64]", "System.Char[]", 64, false, 80)]
public char[] sub_parent = new System.Char[64];
[DNAArrayAttribute(8, "float", 5, "parent_orig[2]", "System.Single[]", 2, 144)]
[DNAArrayAttribute(8, "float", 5, "parent_orig[2]", "System.Single[]", 2, false, 144)]
public float[] parent_orig = new System.Single[2];
[DNAArrayAttribute(32, "float", 6, "parent_corners_orig[4][2]", "System.Single[,]", 6, 152)]
[DNAArrayAttribute(32, "float", 6, "parent_corners_orig[4][2]", "System.Single[,]", 8, false, 152)]
public float[,] parent_corners_orig = new System.Single[4,2];
public MaskParent() {
this.id_type = default;