Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,72 +15,72 @@ namespace BlendFile.DNA {
[DNAClassAttribute(570, "bNodeSocket", 528)]
public class bNodeSocket {
[DNAFieldAttribute(0, "bNodeSocket", "*next", "bNodeSocket", 8, true, 0)]
public bNodeSocket ptr_next;
[DNAFieldAttribute(1, "bNodeSocket", "*prev", "bNodeSocket", 8, true, 8)]
public bNodeSocket ptr_prev;
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 8, true, 16)]
public IDProperty ptr_prop;
[DNAFieldAttribute(3, "char", "identifier[64]", "System.Char[]", 64, false, 24)]
[DNAFieldAttribute(8, "bNodeSocket", 0, "*next", "bNodeSocket", true, 0)]
public bNodeSocket next;
[DNAFieldAttribute(8, "bNodeSocket", 1, "*prev", "bNodeSocket", true, 8)]
public bNodeSocket prev;
[DNAFieldAttribute(8, "IDProperty", 2, "*prop", "IDProperty", true, 16)]
public IDProperty prop;
[DNAFieldAttribute(64, "char", 3, "identifier[64]", "System.Char[]", false, 24)]
public char[] identifier = new System.Char[64];
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 64, false, 88)]
[DNAFieldAttribute(64, "char", 4, "name[64]", "System.Char[]", false, 88)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(5, "void", "*storage", "void", 8, true, 152)]
public object ptr_storage;
[DNAFieldAttribute(6, "short", "type", "short", 2, false, 160)]
[DNAFieldAttribute(8, "void", 5, "*storage", "void", true, 152)]
public object storage;
[DNAFieldAttribute(2, "short", 6, "type", "short", false, 160)]
public short type;
[DNAFieldAttribute(7, "short", "flag", "short", 2, false, 162)]
[DNAFieldAttribute(2, "short", 7, "flag", "short", false, 162)]
public short flag;
[DNAFieldAttribute(8, "short", "limit", "short", 2, false, 164)]
[DNAFieldAttribute(2, "short", 8, "limit", "short", false, 164)]
public short limit;
[DNAFieldAttribute(9, "short", "in_out", "short", 2, false, 166)]
[DNAFieldAttribute(2, "short", 9, "in_out", "short", false, 166)]
public short in_out;
[DNAFieldAttribute(10, "bNodeSocketTypeHandle", "*typeinfo", "bNodeSocketTypeHandle", 8, true, 168)]
public bNodeSocketTypeHandle ptr_typeinfo;
[DNAFieldAttribute(11, "char", "idname[64]", "System.Char[]", 64, false, 176)]
[DNAFieldAttribute(8, "bNodeSocketTypeHandle", 10, "*typeinfo", "bNodeSocketTypeHandle", true, 168)]
public bNodeSocketTypeHandle typeinfo;
[DNAFieldAttribute(64, "char", 11, "idname[64]", "System.Char[]", false, 176)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(12, "void", "*default_value", "void", 8, true, 240)]
public object ptr_default_value;
[DNAFieldAttribute(13, "short", "stack_index", "short", 2, false, 248)]
[DNAFieldAttribute(8, "void", 12, "*default_value", "void", true, 240)]
public object default_value;
[DNAFieldAttribute(2, "short", 13, "stack_index", "short", false, 248)]
public short stack_index;
[DNAFieldAttribute(14, "char", "display_shape", "char", 1, false, 250)]
[DNAFieldAttribute(1, "char", 14, "display_shape", "char", false, 250)]
public char display_shape;
[DNAFieldAttribute(15, "char", "attribute_domain", "char", 1, false, 251)]
[DNAFieldAttribute(1, "char", 15, "attribute_domain", "char", false, 251)]
public char attribute_domain;
[DNAFieldAttribute(16, "char", "_pad[4]", "System.Char[]", 4, false, 252)]
[DNAFieldAttribute(4, "char", 16, "_pad[4]", "System.Char[]", false, 252)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(17, "char", "label[64]", "System.Char[]", 64, false, 256)]
[DNAFieldAttribute(64, "char", 17, "label[64]", "System.Char[]", false, 256)]
public char[] label = new System.Char[64];
[DNAFieldAttribute(18, "char", "short_label[64]", "System.Char[]", 64, false, 320)]
[DNAFieldAttribute(64, "char", 18, "short_label[64]", "System.Char[]", false, 320)]
public char[] short_label = new System.Char[64];
[DNAFieldAttribute(19, "char", "description[64]", "System.Char[]", 64, false, 384)]
[DNAFieldAttribute(64, "char", 19, "description[64]", "System.Char[]", false, 384)]
public char[] description = new System.Char[64];
[DNAFieldAttribute(20, "char", "*default_attribute_name", "char", 8, true, 448)]
public char ptr_default_attribute_name;
[DNAFieldAttribute(21, "int", "own_index", "int", 4, false, 456)]
[DNAFieldAttribute(8, "char", 20, "*default_attribute_name", "char", true, 448)]
public char default_attribute_name;
[DNAFieldAttribute(4, "int", 21, "own_index", "int", false, 456)]
public int own_index;
[DNAFieldAttribute(22, "int", "to_index", "int", 4, false, 460)]
[DNAFieldAttribute(4, "int", 22, "to_index", "int", false, 460)]
public int to_index;
[DNAFieldAttribute(23, "bNodeLink", "*link", "bNodeLink", 8, true, 464)]
public bNodeLink ptr_link;
[DNAFieldAttribute(24, "bNodeStack", "ns", "bNodeStack", 48, false, 472)]
[DNAFieldAttribute(8, "bNodeLink", 23, "*link", "bNodeLink", true, 464)]
public bNodeLink link;
[DNAFieldAttribute(48, "bNodeStack", 24, "ns", "bNodeStack", false, 472)]
public bNodeStack ns;
[DNAFieldAttribute(25, "bNodeSocketRuntimeHandle", "*runtime", "bNodeSocketRuntimeHandle", 8, true, 520)]
public bNodeSocketRuntimeHandle ptr_runtime;
[DNAFieldAttribute(8, "bNodeSocketRuntimeHandle", 25, "*runtime", "bNodeSocketRuntimeHandle", true, 520)]
public bNodeSocketRuntimeHandle runtime;
public bNodeSocket() {
this.ptr_next = default;
this.ptr_prev = default;
this.ptr_prop = default;
this.next = default;
this.prev = default;
this.prop = default;
this.identifier = default;
this.name = default;
this.ptr_storage = default;
this.storage = default;
this.type = default;
this.flag = default;
this.limit = default;
this.in_out = default;
this.ptr_typeinfo = default;
this.typeinfo = default;
this.idname = default;
this.ptr_default_value = default;
this.default_value = default;
this.stack_index = default;
this.display_shape = default;
this.attribute_domain = default;
@@ -88,27 +88,27 @@ namespace BlendFile.DNA {
this.label = default;
this.short_label = default;
this.description = default;
this.ptr_default_attribute_name = default;
this.default_attribute_name = default;
this.own_index = default;
this.to_index = default;
this.ptr_link = default;
this.link = default;
this.ns = default;
this.ptr_runtime = default;
this.runtime = default;
}
public bNodeSocket(
bNodeSocket ptr_next,
bNodeSocket ptr_prev,
IDProperty ptr_prop,
bNodeSocket next,
bNodeSocket prev,
IDProperty prop,
char[] identifier,
char[] name,
object ptr_storage,
object storage,
short type,
short flag,
short limit,
short in_out,
bNodeSocketTypeHandle ptr_typeinfo,
bNodeSocketTypeHandle typeinfo,
char[] idname,
object ptr_default_value,
object default_value,
short stack_index,
char display_shape,
char attribute_domain,
@@ -116,25 +116,25 @@ namespace BlendFile.DNA {
char[] label,
char[] short_label,
char[] description,
char ptr_default_attribute_name,
char default_attribute_name,
int own_index,
int to_index,
bNodeLink ptr_link,
bNodeLink link,
bNodeStack ns,
bNodeSocketRuntimeHandle ptr_runtime) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
this.ptr_prop = ptr_prop;
bNodeSocketRuntimeHandle runtime) {
this.next = next;
this.prev = prev;
this.prop = prop;
this.identifier = identifier;
this.name = name;
this.ptr_storage = ptr_storage;
this.storage = storage;
this.type = type;
this.flag = flag;
this.limit = limit;
this.in_out = in_out;
this.ptr_typeinfo = ptr_typeinfo;
this.typeinfo = typeinfo;
this.idname = idname;
this.ptr_default_value = ptr_default_value;
this.default_value = default_value;
this.stack_index = stack_index;
this.display_shape = display_shape;
this.attribute_domain = attribute_domain;
@@ -142,12 +142,12 @@ namespace BlendFile.DNA {
this.label = label;
this.short_label = short_label;
this.description = description;
this.ptr_default_attribute_name = ptr_default_attribute_name;
this.default_attribute_name = default_attribute_name;
this.own_index = own_index;
this.to_index = to_index;
this.ptr_link = ptr_link;
this.link = link;
this.ns = ns;
this.ptr_runtime = ptr_runtime;
this.runtime = runtime;
}
}
}