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

@@ -67,6 +67,34 @@ namespace BlendFile.DNA {
public char[] _pad3 = new System.Char[2];
[DNAFieldAttribute(25, "SpaceText_Runtime", "*runtime", 0)]
public SpaceText_Runtime ptr_runtime;
public SpaceText() {
this.ptr_next = default;
this.ptr_prev = default;
this.regionbase = default;
this.spacetype = default;
this.link_flag = default;
this._pad0 = default;
this.ptr_text = default;
this.top = default;
this.left = default;
this._pad1 = default;
this.flags = default;
this.lheight = default;
this.tabnumber = default;
this.wordwrap = default;
this.doplugins = default;
this.showlinenrs = default;
this.showsyntax = default;
this.line_hlight = default;
this.overwrite = default;
this.live_edit = default;
this._pad2 = default;
this.findstr = default;
this.replacestr = default;
this.margin_column = default;
this._pad3 = default;
this.ptr_runtime = default;
}
public SpaceText(
SpaceLink ptr_next,
SpaceLink ptr_prev,