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,57 +15,57 @@ namespace BlendFile.DNA {
[DNAClassAttribute(940, "FileSelectParams")]
public class FileSelectParams {
[DNAFieldAttribute(0, "char", "title[96]", "System.Char[]", 1)]
[DNAFieldAttribute(0, "char", "title[96]", "System.Char[]", 96, false)]
public char[] title = new System.Char[96];
[DNAFieldAttribute(1, "char", "dir[1090]", "System.Char[]", 1)]
[DNAFieldAttribute(1, "char", "dir[1090]", "System.Char[]", 1090, false)]
public char[] dir = new System.Char[1090];
[DNAFieldAttribute(2, "char", "file[256]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "file[256]", "System.Char[]", 256, false)]
public char[] file = new System.Char[256];
[DNAFieldAttribute(3, "char", "renamefile[256]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "renamefile[256]", "System.Char[]", 256, false)]
public char[] renamefile = new System.Char[256];
[DNAFieldAttribute(4, "short", "rename_flag", "short", 2)]
[DNAFieldAttribute(4, "short", "rename_flag", "short", 2, false)]
public short rename_flag;
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(6, "ID", "*rename_id", "ID", 208)]
[DNAFieldAttribute(6, "ID", "*rename_id", "ID", 4, true)]
public ID ptr_rename_id;
[DNAFieldAttribute(7, "void", "*_pad3", "void", 0)]
[DNAFieldAttribute(7, "void", "*_pad3", "void", 4, true)]
public object ptr__pad3;
[DNAFieldAttribute(8, "char", "filter_glob[256]", "System.Char[]", 1)]
[DNAFieldAttribute(8, "char", "filter_glob[256]", "System.Char[]", 256, false)]
public char[] filter_glob = new System.Char[256];
[DNAFieldAttribute(9, "char", "filter_search[64]", "System.Char[]", 1)]
[DNAFieldAttribute(9, "char", "filter_search[64]", "System.Char[]", 64, false)]
public char[] filter_search = new System.Char[64];
[DNAFieldAttribute(10, "uint64_t", "filter_id", "uint64_t", 8)]
[DNAFieldAttribute(10, "uint64_t", "filter_id", "uint64_t", 8, false)]
public ulong filter_id;
[DNAFieldAttribute(11, "int", "active_file", "int", 4)]
[DNAFieldAttribute(11, "int", "active_file", "int", 4, false)]
public int active_file;
[DNAFieldAttribute(12, "int", "highlight_file", "int", 4)]
[DNAFieldAttribute(12, "int", "highlight_file", "int", 4, false)]
public int highlight_file;
[DNAFieldAttribute(13, "int", "sel_first", "int", 4)]
[DNAFieldAttribute(13, "int", "sel_first", "int", 4, false)]
public int sel_first;
[DNAFieldAttribute(14, "int", "sel_last", "int", 4)]
[DNAFieldAttribute(14, "int", "sel_last", "int", 4, false)]
public int sel_last;
[DNAFieldAttribute(15, "short", "thumbnail_size", "short", 2)]
[DNAFieldAttribute(15, "short", "thumbnail_size", "short", 2, false)]
public short thumbnail_size;
[DNAFieldAttribute(16, "char", "_pad1[2]", "System.Char[]", 1)]
[DNAFieldAttribute(16, "char", "_pad1[2]", "System.Char[]", 2, false)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(17, "short", "type", "short", 2)]
[DNAFieldAttribute(17, "short", "type", "short", 2, false)]
public short type;
[DNAFieldAttribute(18, "short", "flag", "short", 2)]
[DNAFieldAttribute(18, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(19, "short", "sort", "short", 2)]
[DNAFieldAttribute(19, "short", "sort", "short", 2, false)]
public short sort;
[DNAFieldAttribute(20, "short", "display", "short", 2)]
[DNAFieldAttribute(20, "short", "display", "short", 2, false)]
public short display;
[DNAFieldAttribute(21, "char", "details_flags", "char", 1)]
[DNAFieldAttribute(21, "char", "details_flags", "char", 1, false)]
public char details_flags;
[DNAFieldAttribute(22, "char", "_pad2[3]", "System.Char[]", 1)]
[DNAFieldAttribute(22, "char", "_pad2[3]", "System.Char[]", 3, false)]
public char[] _pad2 = new System.Char[3];
[DNAFieldAttribute(23, "int", "filter", "int", 4)]
[DNAFieldAttribute(23, "int", "filter", "int", 4, false)]
public int filter;
[DNAFieldAttribute(24, "short", "recursion_level", "short", 2)]
[DNAFieldAttribute(24, "short", "recursion_level", "short", 2, false)]
public short recursion_level;
[DNAFieldAttribute(25, "char", "_pad4[2]", "System.Char[]", 1)]
[DNAFieldAttribute(25, "char", "_pad4[2]", "System.Char[]", 2, false)]
public char[] _pad4 = new System.Char[2];
public FileSelectParams() {
this.title = default;