Regenerated code files
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(940, "FileSelectParams", 2088)]
|
||||
public class FileSelectParams {
|
||||
[DNAFieldAttribute(96, "char", 0, "title[96]", "System.Char[]", false, 0)]
|
||||
[DNAArrayAttribute(96, "char", 0, "title[96]", "System.Char[]", 96, 0)]
|
||||
public char[] title = new System.Char[96];
|
||||
[DNAFieldAttribute(1090, "char", 1, "dir[1090]", "System.Char[]", false, 96)]
|
||||
[DNAArrayAttribute(1090, "char", 1, "dir[1090]", "System.Char[]", 1090, 96)]
|
||||
public char[] dir = new System.Char[1090];
|
||||
[DNAFieldAttribute(256, "char", 2, "file[256]", "System.Char[]", false, 1186)]
|
||||
[DNAArrayAttribute(256, "char", 2, "file[256]", "System.Char[]", 256, 1186)]
|
||||
public char[] file = new System.Char[256];
|
||||
[DNAFieldAttribute(256, "char", 3, "renamefile[256]", "System.Char[]", false, 1442)]
|
||||
[DNAArrayAttribute(256, "char", 3, "renamefile[256]", "System.Char[]", 256, 1442)]
|
||||
public char[] renamefile = new System.Char[256];
|
||||
[DNAFieldAttribute(2, "short", 4, "rename_flag", "short", false, 1698)]
|
||||
public short rename_flag;
|
||||
[DNAFieldAttribute(4, "char", 5, "_pad[4]", "System.Char[]", false, 1700)]
|
||||
[DNAArrayAttribute(4, "char", 5, "_pad[4]", "System.Char[]", 4, 1700)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[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)]
|
||||
[DNAArrayAttribute(256, "char", 8, "filter_glob[256]", "System.Char[]", 256, 1720)]
|
||||
public char[] filter_glob = new System.Char[256];
|
||||
[DNAFieldAttribute(64, "char", 9, "filter_search[64]", "System.Char[]", false, 1976)]
|
||||
[DNAArrayAttribute(64, "char", 9, "filter_search[64]", "System.Char[]", 64, 1976)]
|
||||
public char[] filter_search = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "uint64_t", 10, "filter_id", "uint64_t", false, 2040)]
|
||||
public ulong filter_id;
|
||||
@@ -47,7 +47,7 @@ namespace BlendFile.DNA {
|
||||
public int sel_last;
|
||||
[DNAFieldAttribute(2, "short", 15, "thumbnail_size", "short", false, 2064)]
|
||||
public short thumbnail_size;
|
||||
[DNAFieldAttribute(2, "char", 16, "_pad1[2]", "System.Char[]", false, 2066)]
|
||||
[DNAArrayAttribute(2, "char", 16, "_pad1[2]", "System.Char[]", 2, 2066)]
|
||||
public char[] _pad1 = new System.Char[2];
|
||||
[DNAFieldAttribute(2, "short", 17, "type", "short", false, 2068)]
|
||||
public short type;
|
||||
@@ -59,13 +59,13 @@ namespace BlendFile.DNA {
|
||||
public short display;
|
||||
[DNAFieldAttribute(1, "char", 21, "details_flags", "char", false, 2076)]
|
||||
public char details_flags;
|
||||
[DNAFieldAttribute(3, "char", 22, "_pad2[3]", "System.Char[]", false, 2077)]
|
||||
[DNAArrayAttribute(3, "char", 22, "_pad2[3]", "System.Char[]", 3, 2077)]
|
||||
public char[] _pad2 = new System.Char[3];
|
||||
[DNAFieldAttribute(4, "int", 23, "filter", "int", false, 2080)]
|
||||
public int filter;
|
||||
[DNAFieldAttribute(2, "short", 24, "recursion_level", "short", false, 2084)]
|
||||
public short recursion_level;
|
||||
[DNAFieldAttribute(2, "char", 25, "_pad4[2]", "System.Char[]", false, 2086)]
|
||||
[DNAArrayAttribute(2, "char", 25, "_pad4[2]", "System.Char[]", 2, 2086)]
|
||||
public char[] _pad4 = new System.Char[2];
|
||||
public FileSelectParams() {
|
||||
this.title = default;
|
||||
|
||||
Reference in New Issue
Block a user