Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,57 +15,57 @@ namespace BlendFile.DNA {
[DNAClassAttribute(142, "CacheFile", 2416)]
public class CacheFile {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "ListBase", "object_paths", "ListBase", 16, false)]
[DNAFieldAttribute(2, "ListBase", "object_paths", "ListBase", 16, false, 216)]
public ListBase object_paths;
[DNAFieldAttribute(3, "ListBase", "layers", "ListBase", 16, false)]
[DNAFieldAttribute(3, "ListBase", "layers", "ListBase", 16, false, 232)]
public ListBase layers;
[DNAFieldAttribute(4, "char", "filepath[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(4, "char", "filepath[1024]", "System.Char[]", 1024, false, 248)]
public char[] filepath = new System.Char[1024];
[DNAFieldAttribute(5, "char", "is_sequence", "char", 1, false)]
[DNAFieldAttribute(5, "char", "is_sequence", "char", 1, false, 1272)]
public char is_sequence;
[DNAFieldAttribute(6, "char", "forward_axis", "char", 1, false)]
[DNAFieldAttribute(6, "char", "forward_axis", "char", 1, false, 1273)]
public char forward_axis;
[DNAFieldAttribute(7, "char", "up_axis", "char", 1, false)]
[DNAFieldAttribute(7, "char", "up_axis", "char", 1, false, 1274)]
public char up_axis;
[DNAFieldAttribute(8, "char", "override_frame", "char", 1, false)]
[DNAFieldAttribute(8, "char", "override_frame", "char", 1, false, 1275)]
public char override_frame;
[DNAFieldAttribute(9, "float", "scale", "float", 4, false)]
[DNAFieldAttribute(9, "float", "scale", "float", 4, false, 1276)]
public float scale;
[DNAFieldAttribute(10, "float", "frame", "float", 4, false)]
[DNAFieldAttribute(10, "float", "frame", "float", 4, false, 1280)]
public float frame;
[DNAFieldAttribute(11, "float", "frame_offset", "float", 4, false)]
[DNAFieldAttribute(11, "float", "frame_offset", "float", 4, false, 1284)]
public float frame_offset;
[DNAFieldAttribute(12, "char", "_pad[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(12, "char", "_pad[4]", "System.Char[]", 4, false, 1288)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(13, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(13, "short", "flag", "short", 2, false, 1292)]
public short flag;
[DNAFieldAttribute(14, "char", "type", "char", 1, false)]
[DNAFieldAttribute(14, "char", "type", "char", 1, false, 1294)]
public char type;
[DNAFieldAttribute(15, "char", "use_render_procedural", "char", 1, false)]
[DNAFieldAttribute(15, "char", "use_render_procedural", "char", 1, false, 1295)]
public char use_render_procedural;
[DNAFieldAttribute(16, "char", "_pad1[3]", "System.Char[]", 3, false)]
[DNAFieldAttribute(16, "char", "_pad1[3]", "System.Char[]", 3, false, 1296)]
public char[] _pad1 = new System.Char[3];
[DNAFieldAttribute(17, "char", "use_prefetch", "char", 1, false)]
[DNAFieldAttribute(17, "char", "use_prefetch", "char", 1, false, 1299)]
public char use_prefetch;
[DNAFieldAttribute(18, "int", "prefetch_cache_size", "int", 4, false)]
[DNAFieldAttribute(18, "int", "prefetch_cache_size", "int", 4, false, 1300)]
public int prefetch_cache_size;
[DNAFieldAttribute(19, "int", "active_layer", "int", 4, false)]
[DNAFieldAttribute(19, "int", "active_layer", "int", 4, false, 1304)]
public int active_layer;
[DNAFieldAttribute(20, "char", "_pad2[3]", "System.Char[]", 3, false)]
[DNAFieldAttribute(20, "char", "_pad2[3]", "System.Char[]", 3, false, 1308)]
public char[] _pad2 = new System.Char[3];
[DNAFieldAttribute(21, "char", "velocity_unit", "char", 1, false)]
[DNAFieldAttribute(21, "char", "velocity_unit", "char", 1, false, 1311)]
public char velocity_unit;
[DNAFieldAttribute(22, "char", "velocity_name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(22, "char", "velocity_name[64]", "System.Char[]", 64, false, 1312)]
public char[] velocity_name = new System.Char[64];
[DNAFieldAttribute(23, "CacheArchiveHandle", "*handle", "CacheArchiveHandle", 8, true)]
[DNAFieldAttribute(23, "CacheArchiveHandle", "*handle", "CacheArchiveHandle", 8, true, 1376)]
public CacheArchiveHandle ptr_handle;
[DNAFieldAttribute(24, "char", "handle_filepath[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(24, "char", "handle_filepath[1024]", "System.Char[]", 1024, false, 1384)]
public char[] handle_filepath = new System.Char[1024];
[DNAFieldAttribute(25, "GSet", "*handle_readers", "GSet", 8, true)]
[DNAFieldAttribute(25, "GSet", "*handle_readers", "GSet", 8, true, 2408)]
public GSet ptr_handle_readers;
public CacheFile() {
this.id = default;