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

@@ -37,6 +37,19 @@ namespace BlendFile.DNA {
public bDopeSheet ptr_ads;
[DNAFieldAttribute(10, "View2D", "v2d", 152)]
public View2D v2d;
public SpaceNla() {
this.ptr_next = default;
this.ptr_prev = default;
this.regionbase = default;
this.spacetype = default;
this.link_flag = default;
this._pad0 = default;
this.autosnap = default;
this.flag = default;
this._pad = default;
this.ptr_ads = default;
this.v2d = default;
}
public SpaceNla(SpaceLink ptr_next, SpaceLink ptr_prev, ListBase regionbase, char spacetype, char link_flag, char[] _pad0, short autosnap, short flag, char[] _pad, bDopeSheet ptr_ads, View2D v2d) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;