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,19 +13,19 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(570, "bNodeSocket")]
[DNAClassAttribute(570, "bNodeSocket", 528)]
public class bNodeSocket {
[DNAFieldAttribute(0, "bNodeSocket", "*next", "bNodeSocket", 4, true)]
[DNAFieldAttribute(0, "bNodeSocket", "*next", "bNodeSocket", 8, true)]
public bNodeSocket ptr_next;
[DNAFieldAttribute(1, "bNodeSocket", "*prev", "bNodeSocket", 4, true)]
[DNAFieldAttribute(1, "bNodeSocket", "*prev", "bNodeSocket", 8, true)]
public bNodeSocket ptr_prev;
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 4, true)]
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 8, true)]
public IDProperty ptr_prop;
[DNAFieldAttribute(3, "char", "identifier[64]", "System.Char[]", 64, false)]
public char[] identifier = new System.Char[64];
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(5, "void", "*storage", "void", 4, true)]
[DNAFieldAttribute(5, "void", "*storage", "void", 8, true)]
public object ptr_storage;
[DNAFieldAttribute(6, "short", "type", "short", 2, false)]
public short type;
@@ -35,11 +35,11 @@ namespace BlendFile.DNA {
public short limit;
[DNAFieldAttribute(9, "short", "in_out", "short", 2, false)]
public short in_out;
[DNAFieldAttribute(10, "bNodeSocketTypeHandle", "*typeinfo", "bNodeSocketTypeHandle", 4, true)]
[DNAFieldAttribute(10, "bNodeSocketTypeHandle", "*typeinfo", "bNodeSocketTypeHandle", 8, true)]
public bNodeSocketTypeHandle ptr_typeinfo;
[DNAFieldAttribute(11, "char", "idname[64]", "System.Char[]", 64, false)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(12, "void", "*default_value", "void", 4, true)]
[DNAFieldAttribute(12, "void", "*default_value", "void", 8, true)]
public object ptr_default_value;
[DNAFieldAttribute(13, "short", "stack_index", "short", 2, false)]
public short stack_index;
@@ -55,17 +55,17 @@ namespace BlendFile.DNA {
public char[] short_label = new System.Char[64];
[DNAFieldAttribute(19, "char", "description[64]", "System.Char[]", 64, false)]
public char[] description = new System.Char[64];
[DNAFieldAttribute(20, "char", "*default_attribute_name", "char", 4, true)]
[DNAFieldAttribute(20, "char", "*default_attribute_name", "char", 8, true)]
public char ptr_default_attribute_name;
[DNAFieldAttribute(21, "int", "own_index", "int", 4, false)]
public int own_index;
[DNAFieldAttribute(22, "int", "to_index", "int", 4, false)]
public int to_index;
[DNAFieldAttribute(23, "bNodeLink", "*link", "bNodeLink", 4, true)]
[DNAFieldAttribute(23, "bNodeLink", "*link", "bNodeLink", 8, true)]
public bNodeLink ptr_link;
[DNAFieldAttribute(24, "bNodeStack", "ns", "bNodeStack", 48, false)]
public bNodeStack ns;
[DNAFieldAttribute(25, "bNodeSocketRuntimeHandle", "*runtime", "bNodeSocketRuntimeHandle", 4, true)]
[DNAFieldAttribute(25, "bNodeSocketRuntimeHandle", "*runtime", "bNodeSocketRuntimeHandle", 8, true)]
public bNodeSocketRuntimeHandle ptr_runtime;
public bNodeSocket() {
this.ptr_next = default;