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,41 +15,41 @@ namespace BlendFile.DNA {
[DNAClassAttribute(968, "SpaceSpreadsheet", 120)]
public class SpaceSpreadsheet {
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true)]
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true, 0)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true)]
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true, 8)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false)]
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false, 16)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false)]
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false, 32)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false)]
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false, 33)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false, 34)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "ListBase", "columns", "ListBase", 16, false)]
[DNAFieldAttribute(6, "ListBase", "columns", "ListBase", 16, false, 40)]
public ListBase columns;
[DNAFieldAttribute(7, "ListBase", "row_filters", "ListBase", 16, false)]
[DNAFieldAttribute(7, "ListBase", "row_filters", "ListBase", 16, false, 56)]
public ListBase row_filters;
[DNAFieldAttribute(8, "ViewerPath", "viewer_path", "ViewerPath", 16, false)]
[DNAFieldAttribute(8, "ViewerPath", "viewer_path", "ViewerPath", 16, false, 72)]
public ViewerPath viewer_path;
[DNAFieldAttribute(9, "SpreadsheetInstanceID", "*instance_ids", "SpreadsheetInstanceID", 8, true)]
[DNAFieldAttribute(9, "SpreadsheetInstanceID", "*instance_ids", "SpreadsheetInstanceID", 8, true, 88)]
public SpreadsheetInstanceID ptr_instance_ids;
[DNAFieldAttribute(10, "int", "instance_ids_num", "int", 4, false)]
[DNAFieldAttribute(10, "int", "instance_ids_num", "int", 4, false, 96)]
public int instance_ids_num;
[DNAFieldAttribute(11, "uchar", "filter_flag", "uchar", 1, false)]
[DNAFieldAttribute(11, "uchar", "filter_flag", "uchar", 1, false, 100)]
public byte filter_flag;
[DNAFieldAttribute(12, "uchar", "geometry_component_type", "uchar", 1, false)]
[DNAFieldAttribute(12, "uchar", "geometry_component_type", "uchar", 1, false, 101)]
public byte geometry_component_type;
[DNAFieldAttribute(13, "uchar", "attribute_domain", "uchar", 1, false)]
[DNAFieldAttribute(13, "uchar", "attribute_domain", "uchar", 1, false, 102)]
public byte attribute_domain;
[DNAFieldAttribute(14, "uchar", "object_eval_state", "uchar", 1, false)]
[DNAFieldAttribute(14, "uchar", "object_eval_state", "uchar", 1, false, 103)]
public byte object_eval_state;
[DNAFieldAttribute(15, "int", "active_layer_index", "int", 4, false)]
[DNAFieldAttribute(15, "int", "active_layer_index", "int", 4, false, 104)]
public int active_layer_index;
[DNAFieldAttribute(16, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(16, "int", "flag", "int", 4, false, 108)]
public int flag;
[DNAFieldAttribute(17, "SpaceSpreadsheet_Runtime", "*runtime", "SpaceSpreadsheet_Runtime", 8, true)]
[DNAFieldAttribute(17, "SpaceSpreadsheet_Runtime", "*runtime", "SpaceSpreadsheet_Runtime", 8, true, 112)]
public SpaceSpreadsheet_Runtime ptr_runtime;
public SpaceSpreadsheet() {
this.ptr_next = default;