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,11 +13,11 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(862, "bToolRef")]
[DNAClassAttribute(862, "bToolRef", 168)]
public class bToolRef {
[DNAFieldAttribute(0, "bToolRef", "*next", "bToolRef", 4, true)]
[DNAFieldAttribute(0, "bToolRef", "*next", "bToolRef", 8, true)]
public bToolRef ptr_next;
[DNAFieldAttribute(1, "bToolRef", "*prev", "bToolRef", 4, true)]
[DNAFieldAttribute(1, "bToolRef", "*prev", "bToolRef", 8, true)]
public bToolRef ptr_prev;
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 64, false)]
public char[] idname = new System.Char[64];
@@ -29,9 +29,9 @@ namespace BlendFile.DNA {
public short space_type;
[DNAFieldAttribute(6, "int", "mode", "int", 4, false)]
public int mode;
[DNAFieldAttribute(7, "IDProperty", "*properties", "IDProperty", 4, true)]
[DNAFieldAttribute(7, "IDProperty", "*properties", "IDProperty", 8, true)]
public IDProperty ptr_properties;
[DNAFieldAttribute(8, "bToolRef_Runtime", "*runtime", "bToolRef_Runtime", 4, true)]
[DNAFieldAttribute(8, "bToolRef_Runtime", "*runtime", "bToolRef_Runtime", 8, true)]
public bToolRef_Runtime ptr_runtime;
public bToolRef() {
this.ptr_next = default;