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,61 +15,61 @@ namespace BlendFile.DNA {
[DNAClassAttribute(944, "SpaceFile", 160)]
public class SpaceFile {
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true, 0)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true, 8)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false, 16)]
[DNAFieldAttribute(8, "SpaceLink", 0, "*next", "SpaceLink", true, 0)]
public SpaceLink next;
[DNAFieldAttribute(8, "SpaceLink", 1, "*prev", "SpaceLink", true, 8)]
public SpaceLink prev;
[DNAFieldAttribute(16, "ListBase", 2, "regionbase", "ListBase", false, 16)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false, 32)]
[DNAFieldAttribute(1, "char", 3, "spacetype", "char", false, 32)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false, 33)]
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false, 34)]
[DNAFieldAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", false, 34)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "char", "browse_mode", "char", 1, false, 40)]
[DNAFieldAttribute(1, "char", 6, "browse_mode", "char", false, 40)]
public char browse_mode;
[DNAFieldAttribute(7, "char", "_pad1[1]", "System.Char[]", 1, false, 41)]
[DNAFieldAttribute(1, "char", 7, "_pad1[1]", "System.Char[]", false, 41)]
public char[] _pad1 = new System.Char[1];
[DNAFieldAttribute(8, "short", "tags", "short", 2, false, 42)]
[DNAFieldAttribute(2, "short", 8, "tags", "short", false, 42)]
public short tags;
[DNAFieldAttribute(9, "int", "scroll_offset", "int", 4, false, 44)]
[DNAFieldAttribute(4, "int", 9, "scroll_offset", "int", false, 44)]
public int scroll_offset;
[DNAFieldAttribute(10, "FileSelectParams", "*params", "FileSelectParams", 8, true, 48)]
public FileSelectParams ptr_params;
[DNAFieldAttribute(11, "FileAssetSelectParams", "*asset_params", "FileAssetSelectParams", 8, true, 56)]
public FileAssetSelectParams ptr_asset_params;
[DNAFieldAttribute(12, "void", "*_pad2", "void", 8, true, 64)]
public object ptr__pad2;
[DNAFieldAttribute(13, "FileList", "*files", "FileList", 8, true, 72)]
public FileList ptr_files;
[DNAFieldAttribute(14, "ListBase", "*folders_prev", "ListBase", 8, true, 80)]
public ListBase ptr_folders_prev;
[DNAFieldAttribute(15, "ListBase", "*folders_next", "ListBase", 8, true, 88)]
public ListBase ptr_folders_next;
[DNAFieldAttribute(16, "ListBase", "folder_histories", "ListBase", 16, false, 96)]
[DNAFieldAttribute(8, "FileSelectParams", 10, "*params", "FileSelectParams", true, 48)]
public FileSelectParams @params;
[DNAFieldAttribute(8, "FileAssetSelectParams", 11, "*asset_params", "FileAssetSelectParams", true, 56)]
public FileAssetSelectParams asset_params;
[DNAFieldAttribute(8, "void", 12, "*_pad2", "void", true, 64)]
public object _pad2;
[DNAFieldAttribute(8, "FileList", 13, "*files", "FileList", true, 72)]
public FileList files;
[DNAFieldAttribute(8, "ListBase", 14, "*folders_prev", "ListBase", true, 80)]
public ListBase folders_prev;
[DNAFieldAttribute(8, "ListBase", 15, "*folders_next", "ListBase", true, 88)]
public ListBase folders_next;
[DNAFieldAttribute(16, "ListBase", 16, "folder_histories", "ListBase", false, 96)]
public ListBase folder_histories;
[DNAFieldAttribute(17, "wmOperator", "*op", "wmOperator", 8, true, 112)]
public wmOperator ptr_op;
[DNAFieldAttribute(18, "wmTimer", "*smoothscroll_timer", "wmTimer", 8, true, 120)]
public wmTimer ptr_smoothscroll_timer;
[DNAFieldAttribute(19, "wmTimer", "*previews_timer", "wmTimer", 8, true, 128)]
public wmTimer ptr_previews_timer;
[DNAFieldAttribute(20, "FileLayout", "*layout", "FileLayout", 8, true, 136)]
public FileLayout ptr_layout;
[DNAFieldAttribute(21, "short", "recentnr", "short", 2, false, 144)]
[DNAFieldAttribute(8, "wmOperator", 17, "*op", "wmOperator", true, 112)]
public wmOperator op;
[DNAFieldAttribute(8, "wmTimer", 18, "*smoothscroll_timer", "wmTimer", true, 120)]
public wmTimer smoothscroll_timer;
[DNAFieldAttribute(8, "wmTimer", 19, "*previews_timer", "wmTimer", true, 128)]
public wmTimer previews_timer;
[DNAFieldAttribute(8, "FileLayout", 20, "*layout", "FileLayout", true, 136)]
public FileLayout layout;
[DNAFieldAttribute(2, "short", 21, "recentnr", "short", false, 144)]
public short recentnr;
[DNAFieldAttribute(22, "short", "bookmarknr", "short", 2, false, 146)]
[DNAFieldAttribute(2, "short", 22, "bookmarknr", "short", false, 146)]
public short bookmarknr;
[DNAFieldAttribute(23, "short", "systemnr", "short", 2, false, 148)]
[DNAFieldAttribute(2, "short", 23, "systemnr", "short", false, 148)]
public short systemnr;
[DNAFieldAttribute(24, "short", "system_bookmarknr", "short", 2, false, 150)]
[DNAFieldAttribute(2, "short", 24, "system_bookmarknr", "short", false, 150)]
public short system_bookmarknr;
[DNAFieldAttribute(25, "SpaceFile_Runtime", "*runtime", "SpaceFile_Runtime", 8, true, 152)]
public SpaceFile_Runtime ptr_runtime;
[DNAFieldAttribute(8, "SpaceFile_Runtime", 25, "*runtime", "SpaceFile_Runtime", true, 152)]
public SpaceFile_Runtime runtime;
public SpaceFile() {
this.ptr_next = default;
this.ptr_prev = default;
this.next = default;
this.prev = default;
this.regionbase = default;
this.spacetype = default;
this.link_flag = default;
@@ -78,26 +78,26 @@ namespace BlendFile.DNA {
this._pad1 = default;
this.tags = default;
this.scroll_offset = default;
this.ptr_params = default;
this.ptr_asset_params = default;
this.ptr__pad2 = default;
this.ptr_files = default;
this.ptr_folders_prev = default;
this.ptr_folders_next = default;
this.@params = default;
this.asset_params = default;
this._pad2 = default;
this.files = default;
this.folders_prev = default;
this.folders_next = default;
this.folder_histories = default;
this.ptr_op = default;
this.ptr_smoothscroll_timer = default;
this.ptr_previews_timer = default;
this.ptr_layout = default;
this.op = default;
this.smoothscroll_timer = default;
this.previews_timer = default;
this.layout = default;
this.recentnr = default;
this.bookmarknr = default;
this.systemnr = default;
this.system_bookmarknr = default;
this.ptr_runtime = default;
this.runtime = default;
}
public SpaceFile(
SpaceLink ptr_next,
SpaceLink ptr_prev,
SpaceLink next,
SpaceLink prev,
ListBase regionbase,
char spacetype,
char link_flag,
@@ -106,24 +106,24 @@ namespace BlendFile.DNA {
char[] _pad1,
short tags,
int scroll_offset,
FileSelectParams ptr_params,
FileAssetSelectParams ptr_asset_params,
object ptr__pad2,
FileList ptr_files,
ListBase ptr_folders_prev,
ListBase ptr_folders_next,
FileSelectParams @params,
FileAssetSelectParams asset_params,
object _pad2,
FileList files,
ListBase folders_prev,
ListBase folders_next,
ListBase folder_histories,
wmOperator ptr_op,
wmTimer ptr_smoothscroll_timer,
wmTimer ptr_previews_timer,
FileLayout ptr_layout,
wmOperator op,
wmTimer smoothscroll_timer,
wmTimer previews_timer,
FileLayout layout,
short recentnr,
short bookmarknr,
short systemnr,
short system_bookmarknr,
SpaceFile_Runtime ptr_runtime) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
SpaceFile_Runtime runtime) {
this.next = next;
this.prev = prev;
this.regionbase = regionbase;
this.spacetype = spacetype;
this.link_flag = link_flag;
@@ -132,22 +132,22 @@ namespace BlendFile.DNA {
this._pad1 = _pad1;
this.tags = tags;
this.scroll_offset = scroll_offset;
this.ptr_params = ptr_params;
this.ptr_asset_params = ptr_asset_params;
this.ptr__pad2 = ptr__pad2;
this.ptr_files = ptr_files;
this.ptr_folders_prev = ptr_folders_prev;
this.ptr_folders_next = ptr_folders_next;
this.@params = @params;
this.asset_params = asset_params;
this._pad2 = _pad2;
this.files = files;
this.folders_prev = folders_prev;
this.folders_next = folders_next;
this.folder_histories = folder_histories;
this.ptr_op = ptr_op;
this.ptr_smoothscroll_timer = ptr_smoothscroll_timer;
this.ptr_previews_timer = ptr_previews_timer;
this.ptr_layout = ptr_layout;
this.op = op;
this.smoothscroll_timer = smoothscroll_timer;
this.previews_timer = previews_timer;
this.layout = layout;
this.recentnr = recentnr;
this.bookmarknr = bookmarknr;
this.systemnr = systemnr;
this.system_bookmarknr = system_bookmarknr;
this.ptr_runtime = ptr_runtime;
this.runtime = runtime;
}
}
}