regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(940, "FileSelectParams")]
|
||||
[DNAClassAttribute(940, "FileSelectParams", 2088)]
|
||||
public class FileSelectParams {
|
||||
[DNAFieldAttribute(0, "char", "title[96]", "System.Char[]", 96, false)]
|
||||
public char[] title = new System.Char[96];
|
||||
@@ -27,9 +27,9 @@ namespace BlendFile.DNA {
|
||||
public short rename_flag;
|
||||
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(6, "ID", "*rename_id", "ID", 4, true)]
|
||||
[DNAFieldAttribute(6, "ID", "*rename_id", "ID", 8, true)]
|
||||
public ID ptr_rename_id;
|
||||
[DNAFieldAttribute(7, "void", "*_pad3", "void", 4, true)]
|
||||
[DNAFieldAttribute(7, "void", "*_pad3", "void", 8, true)]
|
||||
public object ptr__pad3;
|
||||
[DNAFieldAttribute(8, "char", "filter_glob[256]", "System.Char[]", 256, false)]
|
||||
public char[] filter_glob = new System.Char[256];
|
||||
|
||||
Reference in New Issue
Block a user