regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,15 +13,15 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(54, "Bone")]
[DNAClassAttribute(54, "Bone", 472)]
public class Bone {
[DNAFieldAttribute(0, "Bone", "*next", "Bone", 4, true)]
[DNAFieldAttribute(0, "Bone", "*next", "Bone", 8, true)]
public Bone ptr_next;
[DNAFieldAttribute(1, "Bone", "*prev", "Bone", 4, true)]
[DNAFieldAttribute(1, "Bone", "*prev", "Bone", 8, true)]
public Bone ptr_prev;
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 4, true)]
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 8, true)]
public IDProperty ptr_prop;
[DNAFieldAttribute(3, "Bone", "*parent", "Bone", 4, true)]
[DNAFieldAttribute(3, "Bone", "*parent", "Bone", 8, true)]
public Bone ptr_parent;
[DNAFieldAttribute(4, "ListBase", "childbase", "ListBase", 16, false)]
public ListBase childbase;
@@ -115,9 +115,9 @@ namespace BlendFile.DNA {
public short bbone_prev_flag;
[DNAFieldAttribute(49, "short", "bbone_next_flag", "short", 2, false)]
public short bbone_next_flag;
[DNAFieldAttribute(50, "Bone", "*bbone_prev", "Bone", 4, true)]
[DNAFieldAttribute(50, "Bone", "*bbone_prev", "Bone", 8, true)]
public Bone ptr_bbone_prev;
[DNAFieldAttribute(51, "Bone", "*bbone_next", "Bone", 4, true)]
[DNAFieldAttribute(51, "Bone", "*bbone_next", "Bone", 8, true)]
public Bone ptr_bbone_next;
[DNAFieldAttribute(52, "Bone_Runtime", "runtime", "Bone_Runtime", 16, false)]
public Bone_Runtime runtime;