Regenerated code files
This commit is contained in:
@@ -23,7 +23,7 @@ namespace BlendFile.DNA {
|
||||
public ListBase object_paths;
|
||||
[DNAFieldAttribute(16, "ListBase", 3, "layers", "ListBase", false, 232)]
|
||||
public ListBase layers;
|
||||
[DNAFieldAttribute(1024, "char", 4, "filepath[1024]", "System.Char[]", false, 248)]
|
||||
[DNAArrayAttribute(1024, "char", 4, "filepath[1024]", "System.Char[]", 1024, 248)]
|
||||
public char[] filepath = new System.Char[1024];
|
||||
[DNAFieldAttribute(1, "char", 5, "is_sequence", "char", false, 1272)]
|
||||
public char is_sequence;
|
||||
@@ -39,7 +39,7 @@ namespace BlendFile.DNA {
|
||||
public float frame;
|
||||
[DNAFieldAttribute(4, "float", 11, "frame_offset", "float", false, 1284)]
|
||||
public float frame_offset;
|
||||
[DNAFieldAttribute(4, "char", 12, "_pad[4]", "System.Char[]", false, 1288)]
|
||||
[DNAArrayAttribute(4, "char", 12, "_pad[4]", "System.Char[]", 4, 1288)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(2, "short", 13, "flag", "short", false, 1292)]
|
||||
public short flag;
|
||||
@@ -47,7 +47,7 @@ namespace BlendFile.DNA {
|
||||
public char type;
|
||||
[DNAFieldAttribute(1, "char", 15, "use_render_procedural", "char", false, 1295)]
|
||||
public char use_render_procedural;
|
||||
[DNAFieldAttribute(3, "char", 16, "_pad1[3]", "System.Char[]", false, 1296)]
|
||||
[DNAArrayAttribute(3, "char", 16, "_pad1[3]", "System.Char[]", 3, 1296)]
|
||||
public char[] _pad1 = new System.Char[3];
|
||||
[DNAFieldAttribute(1, "char", 17, "use_prefetch", "char", false, 1299)]
|
||||
public char use_prefetch;
|
||||
@@ -55,15 +55,15 @@ namespace BlendFile.DNA {
|
||||
public int prefetch_cache_size;
|
||||
[DNAFieldAttribute(4, "int", 19, "active_layer", "int", false, 1304)]
|
||||
public int active_layer;
|
||||
[DNAFieldAttribute(3, "char", 20, "_pad2[3]", "System.Char[]", false, 1308)]
|
||||
[DNAArrayAttribute(3, "char", 20, "_pad2[3]", "System.Char[]", 3, 1308)]
|
||||
public char[] _pad2 = new System.Char[3];
|
||||
[DNAFieldAttribute(1, "char", 21, "velocity_unit", "char", false, 1311)]
|
||||
public char velocity_unit;
|
||||
[DNAFieldAttribute(64, "char", 22, "velocity_name[64]", "System.Char[]", false, 1312)]
|
||||
[DNAArrayAttribute(64, "char", 22, "velocity_name[64]", "System.Char[]", 64, 1312)]
|
||||
public char[] velocity_name = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "CacheArchiveHandle", 23, "*handle", "CacheArchiveHandle", true, 1376)]
|
||||
public CacheArchiveHandle handle;
|
||||
[DNAFieldAttribute(1024, "char", 24, "handle_filepath[1024]", "System.Char[]", false, 1384)]
|
||||
[DNAArrayAttribute(1024, "char", 24, "handle_filepath[1024]", "System.Char[]", 1024, 1384)]
|
||||
public char[] handle_filepath = new System.Char[1024];
|
||||
[DNAFieldAttribute(8, "GSet", 25, "*handle_readers", "GSet", true, 2408)]
|
||||
public GSet handle_readers;
|
||||
|
||||
Reference in New Issue
Block a user