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(862, "bToolRef")]
public class bToolRef {
[DNAFieldAttribute(0, "bToolRef", "*next", "bToolRef", 168)]
[DNAFieldAttribute(0, "bToolRef", "*next", "bToolRef", 4, true)]
public bToolRef ptr_next;
[DNAFieldAttribute(1, "bToolRef", "*prev", "bToolRef", 168)]
[DNAFieldAttribute(1, "bToolRef", "*prev", "bToolRef", 4, true)]
public bToolRef ptr_prev;
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 64, false)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(3, "char", "idname_fallback[64]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "idname_fallback[64]", "System.Char[]", 64, false)]
public char[] idname_fallback = new System.Char[64];
[DNAFieldAttribute(4, "short", "tag", "short", 2)]
[DNAFieldAttribute(4, "short", "tag", "short", 2, false)]
public short tag;
[DNAFieldAttribute(5, "short", "space_type", "short", 2)]
[DNAFieldAttribute(5, "short", "space_type", "short", 2, false)]
public short space_type;
[DNAFieldAttribute(6, "int", "mode", "int", 4)]
[DNAFieldAttribute(6, "int", "mode", "int", 4, false)]
public int mode;
[DNAFieldAttribute(7, "IDProperty", "*properties", "IDProperty", 136)]
[DNAFieldAttribute(7, "IDProperty", "*properties", "IDProperty", 4, true)]
public IDProperty ptr_properties;
[DNAFieldAttribute(8, "bToolRef_Runtime", "*runtime", "bToolRef_Runtime", 0)]
[DNAFieldAttribute(8, "bToolRef_Runtime", "*runtime", "bToolRef_Runtime", 4, true)]
public bToolRef_Runtime ptr_runtime;
public bToolRef() {
this.ptr_next = default;