Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -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,