Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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