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,57 +15,57 @@ namespace BlendFile.DNA {
[DNAClassAttribute(940, "FileSelectParams", 2088)]
public class FileSelectParams {
[DNAFieldAttribute(0, "char", "title[96]", "System.Char[]", 96, false, 0)]
[DNAFieldAttribute(96, "char", 0, "title[96]", "System.Char[]", false, 0)]
public char[] title = new System.Char[96];
[DNAFieldAttribute(1, "char", "dir[1090]", "System.Char[]", 1090, false, 96)]
[DNAFieldAttribute(1090, "char", 1, "dir[1090]", "System.Char[]", false, 96)]
public char[] dir = new System.Char[1090];
[DNAFieldAttribute(2, "char", "file[256]", "System.Char[]", 256, false, 1186)]
[DNAFieldAttribute(256, "char", 2, "file[256]", "System.Char[]", false, 1186)]
public char[] file = new System.Char[256];
[DNAFieldAttribute(3, "char", "renamefile[256]", "System.Char[]", 256, false, 1442)]
[DNAFieldAttribute(256, "char", 3, "renamefile[256]", "System.Char[]", false, 1442)]
public char[] renamefile = new System.Char[256];
[DNAFieldAttribute(4, "short", "rename_flag", "short", 2, false, 1698)]
[DNAFieldAttribute(2, "short", 4, "rename_flag", "short", false, 1698)]
public short rename_flag;
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false, 1700)]
[DNAFieldAttribute(4, "char", 5, "_pad[4]", "System.Char[]", false, 1700)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(6, "ID", "*rename_id", "ID", 8, true, 1704)]
public ID ptr_rename_id;
[DNAFieldAttribute(7, "void", "*_pad3", "void", 8, true, 1712)]
public object ptr__pad3;
[DNAFieldAttribute(8, "char", "filter_glob[256]", "System.Char[]", 256, false, 1720)]
[DNAFieldAttribute(8, "ID", 6, "*rename_id", "ID", true, 1704)]
public ID rename_id;
[DNAFieldAttribute(8, "void", 7, "*_pad3", "void", true, 1712)]
public object _pad3;
[DNAFieldAttribute(256, "char", 8, "filter_glob[256]", "System.Char[]", false, 1720)]
public char[] filter_glob = new System.Char[256];
[DNAFieldAttribute(9, "char", "filter_search[64]", "System.Char[]", 64, false, 1976)]
[DNAFieldAttribute(64, "char", 9, "filter_search[64]", "System.Char[]", false, 1976)]
public char[] filter_search = new System.Char[64];
[DNAFieldAttribute(10, "uint64_t", "filter_id", "uint64_t", 8, false, 2040)]
[DNAFieldAttribute(8, "uint64_t", 10, "filter_id", "uint64_t", false, 2040)]
public ulong filter_id;
[DNAFieldAttribute(11, "int", "active_file", "int", 4, false, 2048)]
[DNAFieldAttribute(4, "int", 11, "active_file", "int", false, 2048)]
public int active_file;
[DNAFieldAttribute(12, "int", "highlight_file", "int", 4, false, 2052)]
[DNAFieldAttribute(4, "int", 12, "highlight_file", "int", false, 2052)]
public int highlight_file;
[DNAFieldAttribute(13, "int", "sel_first", "int", 4, false, 2056)]
[DNAFieldAttribute(4, "int", 13, "sel_first", "int", false, 2056)]
public int sel_first;
[DNAFieldAttribute(14, "int", "sel_last", "int", 4, false, 2060)]
[DNAFieldAttribute(4, "int", 14, "sel_last", "int", false, 2060)]
public int sel_last;
[DNAFieldAttribute(15, "short", "thumbnail_size", "short", 2, false, 2064)]
[DNAFieldAttribute(2, "short", 15, "thumbnail_size", "short", false, 2064)]
public short thumbnail_size;
[DNAFieldAttribute(16, "char", "_pad1[2]", "System.Char[]", 2, false, 2066)]
[DNAFieldAttribute(2, "char", 16, "_pad1[2]", "System.Char[]", false, 2066)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(17, "short", "type", "short", 2, false, 2068)]
[DNAFieldAttribute(2, "short", 17, "type", "short", false, 2068)]
public short type;
[DNAFieldAttribute(18, "short", "flag", "short", 2, false, 2070)]
[DNAFieldAttribute(2, "short", 18, "flag", "short", false, 2070)]
public short flag;
[DNAFieldAttribute(19, "short", "sort", "short", 2, false, 2072)]
[DNAFieldAttribute(2, "short", 19, "sort", "short", false, 2072)]
public short sort;
[DNAFieldAttribute(20, "short", "display", "short", 2, false, 2074)]
[DNAFieldAttribute(2, "short", 20, "display", "short", false, 2074)]
public short display;
[DNAFieldAttribute(21, "char", "details_flags", "char", 1, false, 2076)]
[DNAFieldAttribute(1, "char", 21, "details_flags", "char", false, 2076)]
public char details_flags;
[DNAFieldAttribute(22, "char", "_pad2[3]", "System.Char[]", 3, false, 2077)]
[DNAFieldAttribute(3, "char", 22, "_pad2[3]", "System.Char[]", false, 2077)]
public char[] _pad2 = new System.Char[3];
[DNAFieldAttribute(23, "int", "filter", "int", 4, false, 2080)]
[DNAFieldAttribute(4, "int", 23, "filter", "int", false, 2080)]
public int filter;
[DNAFieldAttribute(24, "short", "recursion_level", "short", 2, false, 2084)]
[DNAFieldAttribute(2, "short", 24, "recursion_level", "short", false, 2084)]
public short recursion_level;
[DNAFieldAttribute(25, "char", "_pad4[2]", "System.Char[]", 2, false, 2086)]
[DNAFieldAttribute(2, "char", 25, "_pad4[2]", "System.Char[]", false, 2086)]
public char[] _pad4 = new System.Char[2];
public FileSelectParams() {
this.title = default;
@@ -74,8 +74,8 @@ namespace BlendFile.DNA {
this.renamefile = default;
this.rename_flag = default;
this._pad = default;
this.ptr_rename_id = default;
this.ptr__pad3 = default;
this.rename_id = default;
this._pad3 = default;
this.filter_glob = default;
this.filter_search = default;
this.filter_id = default;
@@ -102,8 +102,8 @@ namespace BlendFile.DNA {
char[] renamefile,
short rename_flag,
char[] _pad,
ID ptr_rename_id,
object ptr__pad3,
ID rename_id,
object _pad3,
char[] filter_glob,
char[] filter_search,
ulong filter_id,
@@ -128,8 +128,8 @@ namespace BlendFile.DNA {
this.renamefile = renamefile;
this.rename_flag = rename_flag;
this._pad = _pad;
this.ptr_rename_id = ptr_rename_id;
this.ptr__pad3 = ptr__pad3;
this.rename_id = rename_id;
this._pad3 = _pad3;
this.filter_glob = filter_glob;
this.filter_search = filter_search;
this.filter_id = filter_id;