Generated new code and added initial data handling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user