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

@@ -63,6 +63,32 @@ namespace BlendFile.DNA {
public ListBase mem_cache;
[DNAFieldAttribute(23, "PTCacheEdit", "*edit", 0)]
public PTCacheEdit ptr_edit;
public PointCache() {
this.ptr_next = default;
this.ptr_prev = default;
this.flag = default;
this.step = default;
this.simframe = default;
this.startframe = default;
this.endframe = default;
this.editframe = default;
this.last_exact = default;
this.last_valid = default;
this._pad = default;
this.totpoint = default;
this.index = default;
this.compression = default;
this._pad0 = default;
this.name = default;
this.prev_name = default;
this.info = default;
this.path = default;
this.ptr_cached_frames = default;
this.cached_frames_len = default;
this._pad1 = default;
this.mem_cache = default;
this.ptr_edit = default;
}
public PointCache(
PointCache ptr_next,
PointCache ptr_prev,