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(998, "bAddon")]
[DNAClassAttribute(998, "bAddon", 152)]
public class bAddon {
[DNAFieldAttribute(0, "bAddon", "*next", "bAddon", 4, true)]
[DNAFieldAttribute(0, "bAddon", "*next", "bAddon", 8, true)]
public bAddon ptr_next;
[DNAFieldAttribute(1, "bAddon", "*prev", "bAddon", 4, true)]
[DNAFieldAttribute(1, "bAddon", "*prev", "bAddon", 8, true)]
public bAddon ptr_prev;
[DNAFieldAttribute(2, "char", "module[128]", "System.Char[]", 128, false)]
public char[] module = new System.Char[128];
[DNAFieldAttribute(3, "IDProperty", "*prop", "IDProperty", 4, true)]
[DNAFieldAttribute(3, "IDProperty", "*prop", "IDProperty", 8, true)]
public IDProperty ptr_prop;
public bAddon() {
this.ptr_next = default;