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