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(351, "bNodeTree", 544)]
public class bNodeTree {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
[DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "ID", "*owner_id", "ID", 8, true, 216)]
public ID ptr_owner_id;
[DNAFieldAttribute(3, "bNodeTreeTypeHandle", "*typeinfo", "bNodeTreeTypeHandle", 8, true, 224)]
public bNodeTreeTypeHandle ptr_typeinfo;
[DNAFieldAttribute(4, "char", "idname[64]", "System.Char[]", 64, false, 232)]
[DNAFieldAttribute(8, "AnimData", 1, "*adt", "AnimData", true, 208)]
public AnimData adt;
[DNAFieldAttribute(8, "ID", 2, "*owner_id", "ID", true, 216)]
public ID owner_id;
[DNAFieldAttribute(8, "bNodeTreeTypeHandle", 3, "*typeinfo", "bNodeTreeTypeHandle", true, 224)]
public bNodeTreeTypeHandle typeinfo;
[DNAFieldAttribute(64, "char", 4, "idname[64]", "System.Char[]", false, 232)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(5, "char", "*description", "char", 8, true, 296)]
public char ptr_description;
[DNAFieldAttribute(6, "bGPdata", "*gpd", "bGPdata", 8, true, 304)]
public bGPdata ptr_gpd;
[DNAFieldAttribute(7, "float", "view_center[2]", "System.Single[]", 8, false, 312)]
[DNAFieldAttribute(8, "char", 5, "*description", "char", true, 296)]
public char description;
[DNAFieldAttribute(8, "bGPdata", 6, "*gpd", "bGPdata", true, 304)]
public bGPdata gpd;
[DNAFieldAttribute(8, "float", 7, "view_center[2]", "System.Single[]", false, 312)]
public float[] view_center = new System.Single[2];
[DNAFieldAttribute(8, "ListBase", "nodes", "ListBase", 16, false, 320)]
[DNAFieldAttribute(16, "ListBase", 8, "nodes", "ListBase", false, 320)]
public ListBase nodes;
[DNAFieldAttribute(9, "ListBase", "links", "ListBase", 16, false, 336)]
[DNAFieldAttribute(16, "ListBase", 9, "links", "ListBase", false, 336)]
public ListBase links;
[DNAFieldAttribute(10, "int", "type", "int", 4, false, 352)]
[DNAFieldAttribute(4, "int", 10, "type", "int", false, 352)]
public int type;
[DNAFieldAttribute(11, "int", "cur_index", "int", 4, false, 356)]
[DNAFieldAttribute(4, "int", 11, "cur_index", "int", false, 356)]
public int cur_index;
[DNAFieldAttribute(12, "int", "flag", "int", 4, false, 360)]
[DNAFieldAttribute(4, "int", 12, "flag", "int", false, 360)]
public int flag;
[DNAFieldAttribute(13, "int", "chunksize", "int", 4, false, 364)]
[DNAFieldAttribute(4, "int", 13, "chunksize", "int", false, 364)]
public int chunksize;
[DNAFieldAttribute(14, "int", "execution_mode", "int", 4, false, 368)]
[DNAFieldAttribute(4, "int", 14, "execution_mode", "int", false, 368)]
public int execution_mode;
[DNAFieldAttribute(15, "int", "precision", "int", 4, false, 372)]
[DNAFieldAttribute(4, "int", 15, "precision", "int", false, 372)]
public int precision;
[DNAFieldAttribute(16, "int", "color_tag", "int", 4, false, 376)]
[DNAFieldAttribute(4, "int", 16, "color_tag", "int", false, 376)]
public int color_tag;
[DNAFieldAttribute(17, "int", "default_group_node_width", "int", 4, false, 380)]
[DNAFieldAttribute(4, "int", 17, "default_group_node_width", "int", false, 380)]
public int default_group_node_width;
[DNAFieldAttribute(18, "rctf", "viewer_border", "rctf", 16, false, 384)]
[DNAFieldAttribute(16, "rctf", 18, "viewer_border", "rctf", false, 384)]
public rctf viewer_border;
[DNAFieldAttribute(19, "ListBase", "inputs", "ListBase", 16, false, 400)]
[DNAFieldAttribute(16, "ListBase", 19, "inputs", "ListBase", false, 400)]
public ListBase inputs;
[DNAFieldAttribute(20, "ListBase", "outputs", "ListBase", 16, false, 416)]
[DNAFieldAttribute(16, "ListBase", 20, "outputs", "ListBase", false, 416)]
public ListBase outputs;
[DNAFieldAttribute(21, "bNodeTreeInterface", "tree_interface", "bNodeTreeInterface", 64, false, 432)]
[DNAFieldAttribute(64, "bNodeTreeInterface", 21, "tree_interface", "bNodeTreeInterface", false, 432)]
public bNodeTreeInterface tree_interface;
[DNAFieldAttribute(22, "NodeInstanceHashHandle", "*previews", "NodeInstanceHashHandle", 8, true, 496)]
public NodeInstanceHashHandle ptr_previews;
[DNAFieldAttribute(23, "bNodeInstanceKey", "active_viewer_key", "bNodeInstanceKey", 4, false, 504)]
[DNAFieldAttribute(8, "NodeInstanceHashHandle", 22, "*previews", "NodeInstanceHashHandle", true, 496)]
public NodeInstanceHashHandle previews;
[DNAFieldAttribute(4, "bNodeInstanceKey", 23, "active_viewer_key", "bNodeInstanceKey", false, 504)]
public bNodeInstanceKey active_viewer_key;
[DNAFieldAttribute(24, "int", "nested_node_refs_num", "int", 4, false, 508)]
[DNAFieldAttribute(4, "int", 24, "nested_node_refs_num", "int", false, 508)]
public int nested_node_refs_num;
[DNAFieldAttribute(25, "bNestedNodeRef", "*nested_node_refs", "bNestedNodeRef", 8, true, 512)]
public bNestedNodeRef ptr_nested_node_refs;
[DNAFieldAttribute(26, "GeometryNodeAssetTraits", "*geometry_node_asset_traits", "GeometryNodeAssetTraits", 8, true, 520)]
public GeometryNodeAssetTraits ptr_geometry_node_asset_traits;
[DNAFieldAttribute(27, "PreviewImage", "*preview", "PreviewImage", 8, true, 528)]
public PreviewImage ptr_preview;
[DNAFieldAttribute(28, "bNodeTreeRuntimeHandle", "*runtime", "bNodeTreeRuntimeHandle", 8, true, 536)]
public bNodeTreeRuntimeHandle ptr_runtime;
[DNAFieldAttribute(8, "bNestedNodeRef", 25, "*nested_node_refs", "bNestedNodeRef", true, 512)]
public bNestedNodeRef nested_node_refs;
[DNAFieldAttribute(8, "GeometryNodeAssetTraits", 26, "*geometry_node_asset_traits", "GeometryNodeAssetTraits", true, 520)]
public GeometryNodeAssetTraits geometry_node_asset_traits;
[DNAFieldAttribute(8, "PreviewImage", 27, "*preview", "PreviewImage", true, 528)]
public PreviewImage preview;
[DNAFieldAttribute(8, "bNodeTreeRuntimeHandle", 28, "*runtime", "bNodeTreeRuntimeHandle", true, 536)]
public bNodeTreeRuntimeHandle runtime;
public bNodeTree() {
this.id = default;
this.ptr_adt = default;
this.ptr_owner_id = default;
this.ptr_typeinfo = default;
this.adt = default;
this.owner_id = default;
this.typeinfo = default;
this.idname = default;
this.ptr_description = default;
this.ptr_gpd = default;
this.description = default;
this.gpd = default;
this.view_center = default;
this.nodes = default;
this.links = default;
@@ -96,22 +96,22 @@ namespace BlendFile.DNA {
this.inputs = default;
this.outputs = default;
this.tree_interface = default;
this.ptr_previews = default;
this.previews = default;
this.active_viewer_key = default;
this.nested_node_refs_num = default;
this.ptr_nested_node_refs = default;
this.ptr_geometry_node_asset_traits = default;
this.ptr_preview = default;
this.ptr_runtime = default;
this.nested_node_refs = default;
this.geometry_node_asset_traits = default;
this.preview = default;
this.runtime = default;
}
public bNodeTree(
ID id,
AnimData ptr_adt,
ID ptr_owner_id,
bNodeTreeTypeHandle ptr_typeinfo,
AnimData adt,
ID owner_id,
bNodeTreeTypeHandle typeinfo,
char[] idname,
char ptr_description,
bGPdata ptr_gpd,
char description,
bGPdata gpd,
float[] view_center,
ListBase nodes,
ListBase links,
@@ -127,20 +127,20 @@ namespace BlendFile.DNA {
ListBase inputs,
ListBase outputs,
bNodeTreeInterface tree_interface,
NodeInstanceHashHandle ptr_previews,
NodeInstanceHashHandle previews,
bNodeInstanceKey active_viewer_key,
int nested_node_refs_num,
bNestedNodeRef ptr_nested_node_refs,
GeometryNodeAssetTraits ptr_geometry_node_asset_traits,
PreviewImage ptr_preview,
bNodeTreeRuntimeHandle ptr_runtime) {
bNestedNodeRef nested_node_refs,
GeometryNodeAssetTraits geometry_node_asset_traits,
PreviewImage preview,
bNodeTreeRuntimeHandle runtime) {
this.id = id;
this.ptr_adt = ptr_adt;
this.ptr_owner_id = ptr_owner_id;
this.ptr_typeinfo = ptr_typeinfo;
this.adt = adt;
this.owner_id = owner_id;
this.typeinfo = typeinfo;
this.idname = idname;
this.ptr_description = ptr_description;
this.ptr_gpd = ptr_gpd;
this.description = description;
this.gpd = gpd;
this.view_center = view_center;
this.nodes = nodes;
this.links = links;
@@ -156,13 +156,13 @@ namespace BlendFile.DNA {
this.inputs = inputs;
this.outputs = outputs;
this.tree_interface = tree_interface;
this.ptr_previews = ptr_previews;
this.previews = previews;
this.active_viewer_key = active_viewer_key;
this.nested_node_refs_num = nested_node_refs_num;
this.ptr_nested_node_refs = ptr_nested_node_refs;
this.ptr_geometry_node_asset_traits = ptr_geometry_node_asset_traits;
this.ptr_preview = ptr_preview;
this.ptr_runtime = ptr_runtime;
this.nested_node_refs = nested_node_refs;
this.geometry_node_asset_traits = geometry_node_asset_traits;
this.preview = preview;
this.runtime = runtime;
}
}
}