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,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(105, "BoneCollection")]
public class BoneCollection {
[DNAFieldAttribute(0, "BoneCollection", "*next", "BoneCollection", 120)]
[DNAFieldAttribute(0, "BoneCollection", "*next", "BoneCollection", 4, true)]
public BoneCollection ptr_next;
[DNAFieldAttribute(1, "BoneCollection", "*prev", "BoneCollection", 120)]
[DNAFieldAttribute(1, "BoneCollection", "*prev", "BoneCollection", 4, true)]
public BoneCollection ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(3, "ListBase", "bones", "ListBase", 16)]
[DNAFieldAttribute(3, "ListBase", "bones", "ListBase", 16, false)]
public ListBase bones;
[DNAFieldAttribute(4, "uchar", "flags", "uchar", 1)]
[DNAFieldAttribute(4, "uchar", "flags", "uchar", 1, false)]
public byte flags;
[DNAFieldAttribute(5, "uchar", "_pad0[7]", "System.Byte[]", 1)]
[DNAFieldAttribute(5, "uchar", "_pad0[7]", "System.Byte[]", 7, false)]
public byte[] _pad0 = new System.Byte[7];
[DNAFieldAttribute(6, "int", "child_index", "int", 4)]
[DNAFieldAttribute(6, "int", "child_index", "int", 4, false)]
public int child_index;
[DNAFieldAttribute(7, "int", "child_count", "int", 4)]
[DNAFieldAttribute(7, "int", "child_count", "int", 4, false)]
public int child_count;
[DNAFieldAttribute(8, "IDProperty", "*prop", "IDProperty", 136)]
[DNAFieldAttribute(8, "IDProperty", "*prop", "IDProperty", 4, true)]
public IDProperty ptr_prop;
public BoneCollection() {
this.ptr_next = default;