regenerated files
This commit is contained in:
@@ -15,57 +15,57 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(142, "CacheFile")]
|
||||
public class CacheFile {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 248)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "ListBase", "object_paths", "ListBase", 16)]
|
||||
[DNAFieldAttribute(2, "ListBase", "object_paths", "ListBase", 16, false)]
|
||||
public ListBase object_paths;
|
||||
[DNAFieldAttribute(3, "ListBase", "layers", "ListBase", 16)]
|
||||
[DNAFieldAttribute(3, "ListBase", "layers", "ListBase", 16, false)]
|
||||
public ListBase layers;
|
||||
[DNAFieldAttribute(4, "char", "filepath[1024]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "filepath[1024]", "System.Char[]", 1024, false)]
|
||||
public char[] filepath = new System.Char[1024];
|
||||
[DNAFieldAttribute(5, "char", "is_sequence", "char", 1)]
|
||||
[DNAFieldAttribute(5, "char", "is_sequence", "char", 1, false)]
|
||||
public char is_sequence;
|
||||
[DNAFieldAttribute(6, "char", "forward_axis", "char", 1)]
|
||||
[DNAFieldAttribute(6, "char", "forward_axis", "char", 1, false)]
|
||||
public char forward_axis;
|
||||
[DNAFieldAttribute(7, "char", "up_axis", "char", 1)]
|
||||
[DNAFieldAttribute(7, "char", "up_axis", "char", 1, false)]
|
||||
public char up_axis;
|
||||
[DNAFieldAttribute(8, "char", "override_frame", "char", 1)]
|
||||
[DNAFieldAttribute(8, "char", "override_frame", "char", 1, false)]
|
||||
public char override_frame;
|
||||
[DNAFieldAttribute(9, "float", "scale", "float", 4)]
|
||||
[DNAFieldAttribute(9, "float", "scale", "float", 4, false)]
|
||||
public float scale;
|
||||
[DNAFieldAttribute(10, "float", "frame", "float", 4)]
|
||||
[DNAFieldAttribute(10, "float", "frame", "float", 4, false)]
|
||||
public float frame;
|
||||
[DNAFieldAttribute(11, "float", "frame_offset", "float", 4)]
|
||||
[DNAFieldAttribute(11, "float", "frame_offset", "float", 4, false)]
|
||||
public float frame_offset;
|
||||
[DNAFieldAttribute(12, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(12, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(13, "short", "flag", "short", 2)]
|
||||
[DNAFieldAttribute(13, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(14, "char", "type", "char", 1)]
|
||||
[DNAFieldAttribute(14, "char", "type", "char", 1, false)]
|
||||
public char type;
|
||||
[DNAFieldAttribute(15, "char", "use_render_procedural", "char", 1)]
|
||||
[DNAFieldAttribute(15, "char", "use_render_procedural", "char", 1, false)]
|
||||
public char use_render_procedural;
|
||||
[DNAFieldAttribute(16, "char", "_pad1[3]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(16, "char", "_pad1[3]", "System.Char[]", 3, false)]
|
||||
public char[] _pad1 = new System.Char[3];
|
||||
[DNAFieldAttribute(17, "char", "use_prefetch", "char", 1)]
|
||||
[DNAFieldAttribute(17, "char", "use_prefetch", "char", 1, false)]
|
||||
public char use_prefetch;
|
||||
[DNAFieldAttribute(18, "int", "prefetch_cache_size", "int", 4)]
|
||||
[DNAFieldAttribute(18, "int", "prefetch_cache_size", "int", 4, false)]
|
||||
public int prefetch_cache_size;
|
||||
[DNAFieldAttribute(19, "int", "active_layer", "int", 4)]
|
||||
[DNAFieldAttribute(19, "int", "active_layer", "int", 4, false)]
|
||||
public int active_layer;
|
||||
[DNAFieldAttribute(20, "char", "_pad2[3]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(20, "char", "_pad2[3]", "System.Char[]", 3, false)]
|
||||
public char[] _pad2 = new System.Char[3];
|
||||
[DNAFieldAttribute(21, "char", "velocity_unit", "char", 1)]
|
||||
[DNAFieldAttribute(21, "char", "velocity_unit", "char", 1, false)]
|
||||
public char velocity_unit;
|
||||
[DNAFieldAttribute(22, "char", "velocity_name[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(22, "char", "velocity_name[64]", "System.Char[]", 64, false)]
|
||||
public char[] velocity_name = new System.Char[64];
|
||||
[DNAFieldAttribute(23, "CacheArchiveHandle", "*handle", "CacheArchiveHandle", 0)]
|
||||
[DNAFieldAttribute(23, "CacheArchiveHandle", "*handle", "CacheArchiveHandle", 4, true)]
|
||||
public CacheArchiveHandle ptr_handle;
|
||||
[DNAFieldAttribute(24, "char", "handle_filepath[1024]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(24, "char", "handle_filepath[1024]", "System.Char[]", 1024, false)]
|
||||
public char[] handle_filepath = new System.Char[1024];
|
||||
[DNAFieldAttribute(25, "GSet", "*handle_readers", "GSet", 0)]
|
||||
[DNAFieldAttribute(25, "GSet", "*handle_readers", "GSet", 4, true)]
|
||||
public GSet ptr_handle_readers;
|
||||
public CacheFile() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user