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

@@ -57,6 +57,29 @@ namespace BlendFile.DNA {
public object ptr_texuser;
[DNAFieldAttribute(20, "SpaceProperties_Runtime", "*runtime", 0)]
public SpaceProperties_Runtime ptr_runtime;
public SpaceButs() {
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.space_subtype = default;
this.mainb = default;
this.mainbo = default;
this.mainbuser = default;
this.preview = default;
this._pad = default;
this.flag = default;
this.outliner_sync = default;
this.ptr_path = default;
this.pathflag = default;
this.dataicon = default;
this.ptr_pinid = default;
this.ptr_texuser = default;
this.ptr_runtime = default;
}
public SpaceButs(
SpaceLink ptr_next,
SpaceLink ptr_prev,