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

@@ -13,82 +13,80 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(575, "bNode", 368)]
[DNAClassAttribute(575, "bNode", 360)]
public class bNode {
[DNAFieldAttribute(0, "bNode", "*next", "bNode", 8, true, 0)]
public bNode ptr_next;
[DNAFieldAttribute(1, "bNode", "*prev", "bNode", 8, true, 8)]
public bNode ptr_prev;
[DNAFieldAttribute(2, "ListBase", "inputs", "ListBase", 16, false, 16)]
[DNAFieldAttribute(8, "bNode", 0, "*next", "bNode", true, 0)]
public bNode next;
[DNAFieldAttribute(8, "bNode", 1, "*prev", "bNode", true, 8)]
public bNode prev;
[DNAFieldAttribute(16, "ListBase", 2, "inputs", "ListBase", false, 16)]
public ListBase inputs;
[DNAFieldAttribute(3, "ListBase", "outputs", "ListBase", 16, false, 32)]
[DNAFieldAttribute(16, "ListBase", 3, "outputs", "ListBase", false, 32)]
public ListBase outputs;
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 64, false, 48)]
[DNAFieldAttribute(64, "char", 4, "name[64]", "System.Char[]", false, 48)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(5, "int", "identifier", "int", 4, false, 112)]
[DNAFieldAttribute(4, "int", 5, "identifier", "int", false, 112)]
public int identifier;
[DNAFieldAttribute(6, "int", "flag", "int", 4, false, 116)]
[DNAFieldAttribute(4, "int", 6, "flag", "int", false, 116)]
public int flag;
[DNAFieldAttribute(7, "char", "idname[64]", "System.Char[]", 64, false, 120)]
[DNAFieldAttribute(64, "char", 7, "idname[64]", "System.Char[]", false, 120)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(8, "bNodeTypeHandle", "*typeinfo", "bNodeTypeHandle", 8, true, 184)]
public bNodeTypeHandle ptr_typeinfo;
[DNAFieldAttribute(9, "short", "type", "short", 2, false, 192)]
[DNAFieldAttribute(8, "bNodeTypeHandle", 8, "*typeinfo", "bNodeTypeHandle", true, 184)]
public bNodeTypeHandle typeinfo;
[DNAFieldAttribute(2, "short", 9, "type", "short", false, 192)]
public short type;
[DNAFieldAttribute(10, "short", "ui_order", "short", 2, false, 194)]
[DNAFieldAttribute(2, "short", 10, "ui_order", "short", false, 194)]
public short ui_order;
[DNAFieldAttribute(11, "short", "custom1", "short", 2, false, 196)]
[DNAFieldAttribute(2, "short", 11, "custom1", "short", false, 196)]
public short custom1;
[DNAFieldAttribute(12, "short", "custom2", "short", 2, false, 198)]
[DNAFieldAttribute(2, "short", 12, "custom2", "short", false, 198)]
public short custom2;
[DNAFieldAttribute(13, "float", "custom3", "float", 4, false, 200)]
[DNAFieldAttribute(4, "float", 13, "custom3", "float", false, 200)]
public float custom3;
[DNAFieldAttribute(14, "float", "custom4", "float", 4, false, 204)]
[DNAFieldAttribute(4, "float", 14, "custom4", "float", false, 204)]
public float custom4;
[DNAFieldAttribute(15, "int8_t", "warning_propagation", "int8_t", 1, false, 208)]
[DNAFieldAttribute(1, "int8_t", 15, "warning_propagation", "int8_t", false, 208)]
public sbyte warning_propagation;
[DNAFieldAttribute(16, "char", "_pad[7]", "System.Char[]", 7, false, 209)]
[DNAFieldAttribute(7, "char", 16, "_pad[7]", "System.Char[]", false, 209)]
public char[] _pad = new System.Char[7];
[DNAFieldAttribute(17, "ID", "*id", "ID", 8, true, 216)]
public ID ptr_id;
[DNAFieldAttribute(18, "void", "*storage", "void", 8, true, 224)]
public object ptr_storage;
[DNAFieldAttribute(19, "IDProperty", "*prop", "IDProperty", 8, true, 232)]
public IDProperty ptr_prop;
[DNAFieldAttribute(20, "bNode", "*parent", "bNode", 8, true, 240)]
public bNode ptr_parent;
[DNAFieldAttribute(21, "float", "locx", "float", 4, false, 248)]
[DNAFieldAttribute(8, "ID", 17, "*id", "ID", true, 216)]
public ID id;
[DNAFieldAttribute(8, "void", 18, "*storage", "void", true, 224)]
public object storage;
[DNAFieldAttribute(8, "IDProperty", 19, "*prop", "IDProperty", true, 232)]
public IDProperty prop;
[DNAFieldAttribute(8, "bNode", 20, "*parent", "bNode", true, 240)]
public bNode parent;
[DNAFieldAttribute(4, "float", 21, "locx", "float", false, 248)]
public float locx;
[DNAFieldAttribute(22, "float", "locy", "float", 4, false, 252)]
[DNAFieldAttribute(4, "float", 22, "locy", "float", false, 252)]
public float locy;
[DNAFieldAttribute(23, "float", "width", "float", 4, false, 256)]
[DNAFieldAttribute(4, "float", 23, "width", "float", false, 256)]
public float width;
[DNAFieldAttribute(24, "float", "height", "float", 4, false, 260)]
[DNAFieldAttribute(4, "float", 24, "height", "float", false, 260)]
public float height;
[DNAFieldAttribute(25, "float", "offsetx", "float", 4, false, 264)]
[DNAFieldAttribute(4, "float", 25, "offsetx", "float", false, 264)]
public float offsetx;
[DNAFieldAttribute(26, "float", "offsety", "float", 4, false, 268)]
[DNAFieldAttribute(4, "float", 26, "offsety", "float", false, 268)]
public float offsety;
[DNAFieldAttribute(27, "char", "label[64]", "System.Char[]", 64, false, 272)]
[DNAFieldAttribute(64, "char", 27, "label[64]", "System.Char[]", false, 272)]
public char[] label = new System.Char[64];
[DNAFieldAttribute(28, "float", "color[3]", "System.Single[]", 12, false, 336)]
[DNAFieldAttribute(12, "float", 28, "color[3]", "System.Single[]", false, 336)]
public float[] color = new System.Single[3];
[DNAFieldAttribute(29, "int", "num_panel_states", "int", 4, false, 348)]
[DNAFieldAttribute(4, "int", 29, "num_panel_states", "int", false, 348)]
public int num_panel_states;
[DNAFieldAttribute(30, "bNodePanelState", "*panel_states_array", "bNodePanelState", 8, true, 352)]
public bNodePanelState ptr_panel_states_array;
[DNAFieldAttribute(31, "bNodeRuntimeHandle", "*runtime", "bNodeRuntimeHandle", 8, true, 360)]
public bNodeRuntimeHandle ptr_runtime;
[DNAFieldAttribute(8, "bNodeRuntimeHandle", 31, "*runtime", "bNodeRuntimeHandle", true, 352)]
public bNodeRuntimeHandle runtime;
public bNode() {
this.ptr_next = default;
this.ptr_prev = default;
this.next = default;
this.prev = default;
this.inputs = default;
this.outputs = default;
this.name = default;
this.identifier = default;
this.flag = default;
this.idname = default;
this.ptr_typeinfo = default;
this.typeinfo = default;
this.type = default;
this.ui_order = default;
this.custom1 = default;
@@ -97,10 +95,10 @@ namespace BlendFile.DNA {
this.custom4 = default;
this.warning_propagation = default;
this._pad = default;
this.ptr_id = default;
this.ptr_storage = default;
this.ptr_prop = default;
this.ptr_parent = default;
this.id = default;
this.storage = default;
this.prop = default;
this.parent = default;
this.locx = default;
this.locy = default;
this.width = default;
@@ -110,19 +108,18 @@ namespace BlendFile.DNA {
this.label = default;
this.color = default;
this.num_panel_states = default;
this.ptr_panel_states_array = default;
this.ptr_runtime = default;
this.runtime = default;
}
public bNode(
bNode ptr_next,
bNode ptr_prev,
bNode next,
bNode prev,
ListBase inputs,
ListBase outputs,
char[] name,
int identifier,
int flag,
char[] idname,
bNodeTypeHandle ptr_typeinfo,
bNodeTypeHandle typeinfo,
short type,
short ui_order,
short custom1,
@@ -131,10 +128,10 @@ namespace BlendFile.DNA {
float custom4,
sbyte warning_propagation,
char[] _pad,
ID ptr_id,
object ptr_storage,
IDProperty ptr_prop,
bNode ptr_parent,
ID id,
object storage,
IDProperty prop,
bNode parent,
float locx,
float locy,
float width,
@@ -144,17 +141,16 @@ namespace BlendFile.DNA {
char[] label,
float[] color,
int num_panel_states,
bNodePanelState ptr_panel_states_array,
bNodeRuntimeHandle ptr_runtime) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
bNodeRuntimeHandle runtime) {
this.next = next;
this.prev = prev;
this.inputs = inputs;
this.outputs = outputs;
this.name = name;
this.identifier = identifier;
this.flag = flag;
this.idname = idname;
this.ptr_typeinfo = ptr_typeinfo;
this.typeinfo = typeinfo;
this.type = type;
this.ui_order = ui_order;
this.custom1 = custom1;
@@ -163,10 +159,10 @@ namespace BlendFile.DNA {
this.custom4 = custom4;
this.warning_propagation = warning_propagation;
this._pad = _pad;
this.ptr_id = ptr_id;
this.ptr_storage = ptr_storage;
this.ptr_prop = ptr_prop;
this.ptr_parent = ptr_parent;
this.id = id;
this.storage = storage;
this.prop = prop;
this.parent = parent;
this.locx = locx;
this.locy = locy;
this.width = width;
@@ -176,8 +172,7 @@ namespace BlendFile.DNA {
this.label = label;
this.color = color;
this.num_panel_states = num_panel_states;
this.ptr_panel_states_array = ptr_panel_states_array;
this.ptr_runtime = ptr_runtime;
this.runtime = runtime;
}
}
}