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,51 +15,51 @@ namespace BlendFile.DNA {
[DNAClassAttribute(840, "Editing", 3256)]
public class Editing {
[DNAFieldAttribute(0, "ListBase", "*seqbasep", "ListBase", 8, true)]
[DNAFieldAttribute(0, "ListBase", "*seqbasep", "ListBase", 8, true, 0)]
public ListBase ptr_seqbasep;
[DNAFieldAttribute(1, "ListBase", "*displayed_channels", "ListBase", 8, true)]
[DNAFieldAttribute(1, "ListBase", "*displayed_channels", "ListBase", 8, true, 8)]
public ListBase ptr_displayed_channels;
[DNAFieldAttribute(2, "void", "*_pad0", "void", 8, true)]
[DNAFieldAttribute(2, "void", "*_pad0", "void", 8, true, 16)]
public object ptr__pad0;
[DNAFieldAttribute(3, "ListBase", "seqbase", "ListBase", 16, false)]
[DNAFieldAttribute(3, "ListBase", "seqbase", "ListBase", 16, false, 24)]
public ListBase seqbase;
[DNAFieldAttribute(4, "ListBase", "metastack", "ListBase", 16, false)]
[DNAFieldAttribute(4, "ListBase", "metastack", "ListBase", 16, false, 40)]
public ListBase metastack;
[DNAFieldAttribute(5, "ListBase", "channels", "ListBase", 16, false)]
[DNAFieldAttribute(5, "ListBase", "channels", "ListBase", 16, false, 56)]
public ListBase channels;
[DNAFieldAttribute(6, "Sequence", "*act_seq", "Sequence", 8, true)]
[DNAFieldAttribute(6, "Sequence", "*act_seq", "Sequence", 8, true, 72)]
public Sequence ptr_act_seq;
[DNAFieldAttribute(7, "char", "act_imagedir[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(7, "char", "act_imagedir[1024]", "System.Char[]", 1024, false, 80)]
public char[] act_imagedir = new System.Char[1024];
[DNAFieldAttribute(8, "char", "act_sounddir[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(8, "char", "act_sounddir[1024]", "System.Char[]", 1024, false, 1104)]
public char[] act_sounddir = new System.Char[1024];
[DNAFieldAttribute(9, "char", "proxy_dir[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(9, "char", "proxy_dir[1024]", "System.Char[]", 1024, false, 2128)]
public char[] proxy_dir = new System.Char[1024];
[DNAFieldAttribute(10, "int", "proxy_storage", "int", 4, false)]
[DNAFieldAttribute(10, "int", "proxy_storage", "int", 4, false, 3152)]
public int proxy_storage;
[DNAFieldAttribute(11, "int", "over_ofs", "int", 4, false)]
[DNAFieldAttribute(11, "int", "over_ofs", "int", 4, false, 3156)]
public int over_ofs;
[DNAFieldAttribute(12, "int", "over_cfra", "int", 4, false)]
[DNAFieldAttribute(12, "int", "over_cfra", "int", 4, false, 3160)]
public int over_cfra;
[DNAFieldAttribute(13, "int", "over_flag", "int", 4, false)]
[DNAFieldAttribute(13, "int", "over_flag", "int", 4, false, 3164)]
public int over_flag;
[DNAFieldAttribute(14, "rctf", "over_border", "rctf", 16, false)]
[DNAFieldAttribute(14, "rctf", "over_border", "rctf", 16, false, 3168)]
public rctf over_border;
[DNAFieldAttribute(15, "int", "show_missing_media_flag", "int", 4, false)]
[DNAFieldAttribute(15, "int", "show_missing_media_flag", "int", 4, false, 3184)]
public int show_missing_media_flag;
[DNAFieldAttribute(16, "int", "_pad1", "int", 4, false)]
[DNAFieldAttribute(16, "int", "_pad1", "int", 4, false, 3188)]
public int _pad1;
[DNAFieldAttribute(17, "SeqCache", "*cache", "SeqCache", 8, true)]
[DNAFieldAttribute(17, "SeqCache", "*cache", "SeqCache", 8, true, 3192)]
public SeqCache ptr_cache;
[DNAFieldAttribute(18, "float", "recycle_max_cost", "float", 4, false)]
[DNAFieldAttribute(18, "float", "recycle_max_cost", "float", 4, false, 3200)]
public float recycle_max_cost;
[DNAFieldAttribute(19, "int", "cache_flag", "int", 4, false)]
[DNAFieldAttribute(19, "int", "cache_flag", "int", 4, false, 3204)]
public int cache_flag;
[DNAFieldAttribute(20, "PrefetchJob", "*prefetch_job", "PrefetchJob", 8, true)]
[DNAFieldAttribute(20, "PrefetchJob", "*prefetch_job", "PrefetchJob", 8, true, 3208)]
public PrefetchJob ptr_prefetch_job;
[DNAFieldAttribute(21, "int64_t", "disk_cache_timestamp", "int64_t", 8, false)]
[DNAFieldAttribute(21, "int64_t", "disk_cache_timestamp", "int64_t", 8, false, 3216)]
public long disk_cache_timestamp;
[DNAFieldAttribute(22, "EditingRuntime", "runtime", "EditingRuntime", 32, false)]
[DNAFieldAttribute(22, "EditingRuntime", "runtime", "EditingRuntime", 32, false, 3224)]
public EditingRuntime runtime;
public Editing() {
this.ptr_seqbasep = default;