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