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

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