Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user