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

@@ -53,6 +53,27 @@ namespace BlendFile.DNA {
public char[] _pad1 = new System.Char[6];
[DNAFieldAttribute(18, "SpaceAction_Runtime", "runtime", 8)]
public SpaceAction_Runtime runtime;
public SpaceAction() {
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_action = default;
this.action_slot_handle = default;
this._pad2 = default;
this.ads = default;
this.timeslide = default;
this.flag = default;
this.mode = default;
this.mode_prev = default;
this.autosnap = default;
this.cache_display = default;
this._pad1 = default;
this.runtime = default;
}
public SpaceAction(
SpaceLink ptr_next,
SpaceLink ptr_prev,