regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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