Generated new code and added initial data handling
This commit is contained in:
@@ -61,6 +61,31 @@ namespace BlendFile.DNA {
|
||||
public long disk_cache_timestamp;
|
||||
[DNAFieldAttribute(22, "EditingRuntime", "runtime", 32)]
|
||||
public EditingRuntime runtime;
|
||||
public Editing() {
|
||||
this.ptr_seqbasep = default;
|
||||
this.ptr_displayed_channels = default;
|
||||
this.ptr__pad0 = default;
|
||||
this.seqbase = default;
|
||||
this.metastack = default;
|
||||
this.channels = default;
|
||||
this.ptr_act_seq = default;
|
||||
this.act_imagedir = default;
|
||||
this.act_sounddir = default;
|
||||
this.proxy_dir = default;
|
||||
this.proxy_storage = default;
|
||||
this.over_ofs = default;
|
||||
this.over_cfra = default;
|
||||
this.over_flag = default;
|
||||
this.over_border = default;
|
||||
this.show_missing_media_flag = default;
|
||||
this._pad1 = default;
|
||||
this.ptr_cache = default;
|
||||
this.recycle_max_cost = default;
|
||||
this.cache_flag = default;
|
||||
this.ptr_prefetch_job = default;
|
||||
this.disk_cache_timestamp = default;
|
||||
this.runtime = default;
|
||||
}
|
||||
public Editing(
|
||||
ListBase ptr_seqbasep,
|
||||
ListBase ptr_displayed_channels,
|
||||
|
||||
Reference in New Issue
Block a user