regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(407, "MaskParent")]
public class MaskParent {
[DNAFieldAttribute(0, "int", "id_type", "int", 4)]
[DNAFieldAttribute(0, "int", "id_type", "int", 4, false)]
public int id_type;
[DNAFieldAttribute(1, "int", "type", "int", 4)]
[DNAFieldAttribute(1, "int", "type", "int", 4, false)]
public int type;
[DNAFieldAttribute(2, "ID", "*id", "ID", 208)]
[DNAFieldAttribute(2, "ID", "*id", "ID", 4, true)]
public ID ptr_id;
[DNAFieldAttribute(3, "char", "parent[64]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "parent[64]", "System.Char[]", 64, false)]
public char[] parent = new System.Char[64];
[DNAFieldAttribute(4, "char", "sub_parent[64]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "sub_parent[64]", "System.Char[]", 64, false)]
public char[] sub_parent = new System.Char[64];
[DNAFieldAttribute(5, "float", "parent_orig[2]", "System.Single[]", 4)]
[DNAFieldAttribute(5, "float", "parent_orig[2]", "System.Single[]", 8, false)]
public float[] parent_orig = new System.Single[2];
[DNAFieldAttribute(6, "float", "parent_corners_orig[4][2]", "System.Single[,]", 4)]
[DNAFieldAttribute(6, "float", "parent_corners_orig[4][2]", "System.Single[,]", 32, false)]
public float[,] parent_corners_orig = new System.Single[4,2];
public MaskParent() {
this.id_type = default;