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

@@ -71,6 +71,36 @@ namespace BlendFile.DNA {
public char[] _pad2 = new System.Char[7];
[DNAFieldAttribute(27, "SpaceSeq_Runtime", "*runtime", 0)]
public SpaceSeq_Runtime ptr_runtime;
public SpaceSeq() {
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.xof = default;
this.yof = default;
this.mainb = default;
this.render_size = default;
this.chanshown = default;
this.zebra = default;
this.flag = default;
this.zoom = default;
this.view = default;
this.overlay_type = default;
this.draw_flag = default;
this.gizmo_flag = default;
this._pad = default;
this.cursor = default;
this.ptr_gpd = default;
this.preview_overlay = default;
this.timeline_overlay = default;
this.cache_overlay = default;
this.multiview_eye = default;
this._pad2 = default;
this.ptr_runtime = default;
}
public SpaceSeq(
SpaceLink ptr_next,
SpaceLink ptr_prev,