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

@@ -47,6 +47,24 @@ namespace BlendFile.DNA {
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(15, "SpaceGraph_Runtime", "runtime", 24)]
public SpaceGraph_Runtime runtime;
public SpaceIpo() {
this.ptr_next = default;
this.ptr_prev = default;
this.regionbase = default;
this.spacetype = default;
this.link_flag = default;
this._pad0 = default;
this.v2d = default;
this.ptr_ads = default;
this.mode = default;
this.autosnap = default;
this.flag = default;
this.cursorTime = default;
this.cursorVal = default;
this.around = default;
this._pad = default;
this.runtime = default;
}
public SpaceIpo(
SpaceLink ptr_next,
SpaceLink ptr_prev,