regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,41 +15,41 @@ namespace BlendFile.DNA {
[DNAClassAttribute(968, "SpaceSpreadsheet")]
public class SpaceSpreadsheet {
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)]
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 4, true)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)]
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 4, true)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)]
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", "char", 1)]
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", "char", 1)]
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "ListBase", "columns", "ListBase", 16)]
[DNAFieldAttribute(6, "ListBase", "columns", "ListBase", 16, false)]
public ListBase columns;
[DNAFieldAttribute(7, "ListBase", "row_filters", "ListBase", 16)]
[DNAFieldAttribute(7, "ListBase", "row_filters", "ListBase", 16, false)]
public ListBase row_filters;
[DNAFieldAttribute(8, "ViewerPath", "viewer_path", "ViewerPath", 16)]
[DNAFieldAttribute(8, "ViewerPath", "viewer_path", "ViewerPath", 16, false)]
public ViewerPath viewer_path;
[DNAFieldAttribute(9, "SpreadsheetInstanceID", "*instance_ids", "SpreadsheetInstanceID", 4)]
[DNAFieldAttribute(9, "SpreadsheetInstanceID", "*instance_ids", "SpreadsheetInstanceID", 4, true)]
public SpreadsheetInstanceID ptr_instance_ids;
[DNAFieldAttribute(10, "int", "instance_ids_num", "int", 4)]
[DNAFieldAttribute(10, "int", "instance_ids_num", "int", 4, false)]
public int instance_ids_num;
[DNAFieldAttribute(11, "uchar", "filter_flag", "uchar", 1)]
[DNAFieldAttribute(11, "uchar", "filter_flag", "uchar", 1, false)]
public byte filter_flag;
[DNAFieldAttribute(12, "uchar", "geometry_component_type", "uchar", 1)]
[DNAFieldAttribute(12, "uchar", "geometry_component_type", "uchar", 1, false)]
public byte geometry_component_type;
[DNAFieldAttribute(13, "uchar", "attribute_domain", "uchar", 1)]
[DNAFieldAttribute(13, "uchar", "attribute_domain", "uchar", 1, false)]
public byte attribute_domain;
[DNAFieldAttribute(14, "uchar", "object_eval_state", "uchar", 1)]
[DNAFieldAttribute(14, "uchar", "object_eval_state", "uchar", 1, false)]
public byte object_eval_state;
[DNAFieldAttribute(15, "int", "active_layer_index", "int", 4)]
[DNAFieldAttribute(15, "int", "active_layer_index", "int", 4, false)]
public int active_layer_index;
[DNAFieldAttribute(16, "int", "flag", "int", 4)]
[DNAFieldAttribute(16, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(17, "SpaceSpreadsheet_Runtime", "*runtime", "SpaceSpreadsheet_Runtime", 0)]
[DNAFieldAttribute(17, "SpaceSpreadsheet_Runtime", "*runtime", "SpaceSpreadsheet_Runtime", 4, true)]
public SpaceSpreadsheet_Runtime ptr_runtime;
public SpaceSpreadsheet() {
this.ptr_next = default;