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