updated generated files
This commit is contained in:
@@ -35,7 +35,7 @@ namespace BlendFile.DNA {
|
||||
public int last_exact;
|
||||
[DNAFieldAttribute(4, "int", 9, "last_valid", "int", false, 44)]
|
||||
public int last_valid;
|
||||
[DNAArrayAttribute(4, "char", 10, "_pad[4]", "System.Char[]", 4, 48)]
|
||||
[DNAArrayAttribute(4, "char", 10, "_pad[4]", "System.Char[]", 4, false, 48)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(4, "int", 11, "totpoint", "int", false, 52)]
|
||||
public int totpoint;
|
||||
@@ -43,21 +43,21 @@ namespace BlendFile.DNA {
|
||||
public int index;
|
||||
[DNAFieldAttribute(2, "short", 13, "compression", "short", false, 60)]
|
||||
public short compression;
|
||||
[DNAArrayAttribute(2, "char", 14, "_pad0[2]", "System.Char[]", 2, 62)]
|
||||
[DNAArrayAttribute(2, "char", 14, "_pad0[2]", "System.Char[]", 2, false, 62)]
|
||||
public char[] _pad0 = new System.Char[2];
|
||||
[DNAArrayAttribute(64, "char", 15, "name[64]", "System.Char[]", 64, 64)]
|
||||
[DNAArrayAttribute(64, "char", 15, "name[64]", "System.Char[]", 64, false, 64)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAArrayAttribute(64, "char", 16, "prev_name[64]", "System.Char[]", 64, 128)]
|
||||
[DNAArrayAttribute(64, "char", 16, "prev_name[64]", "System.Char[]", 64, false, 128)]
|
||||
public char[] prev_name = new System.Char[64];
|
||||
[DNAArrayAttribute(128, "char", 17, "info[128]", "System.Char[]", 128, 192)]
|
||||
[DNAArrayAttribute(128, "char", 17, "info[128]", "System.Char[]", 128, false, 192)]
|
||||
public char[] info = new System.Char[128];
|
||||
[DNAArrayAttribute(1024, "char", 18, "path[1024]", "System.Char[]", 1024, 320)]
|
||||
[DNAArrayAttribute(1024, "char", 18, "path[1024]", "System.Char[]", 1024, false, 320)]
|
||||
public char[] path = new System.Char[1024];
|
||||
[DNAFieldAttribute(8, "char", 19, "*cached_frames", "char", true, 1344)]
|
||||
public char cached_frames;
|
||||
[DNAFieldAttribute(4, "int", 20, "cached_frames_len", "int", false, 1352)]
|
||||
public int cached_frames_len;
|
||||
[DNAArrayAttribute(4, "char", 21, "_pad1[4]", "System.Char[]", 4, 1356)]
|
||||
[DNAArrayAttribute(4, "char", 21, "_pad1[4]", "System.Char[]", 4, false, 1356)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(16, "ListBase", 22, "mem_cache", "ListBase", false, 1360)]
|
||||
public ListBase mem_cache;
|
||||
|
||||
Reference in New Issue
Block a user