Generated new code and added initial data handling
This commit is contained in:
@@ -59,6 +59,30 @@ namespace BlendFile.DNA {
|
||||
public short filter_id_type;
|
||||
[DNAFieldAttribute(21, "SpaceOutliner_Runtime", "*runtime", 0)]
|
||||
public SpaceOutliner_Runtime ptr_runtime;
|
||||
public SpaceOops() {
|
||||
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.tree = default;
|
||||
this.ptr_treestore = default;
|
||||
this.search_string = default;
|
||||
this.flag = default;
|
||||
this.outlinevis = default;
|
||||
this.lib_override_view_mode = default;
|
||||
this.storeflag = default;
|
||||
this.search_flags = default;
|
||||
this._pad = default;
|
||||
this.sync_select_dirty = default;
|
||||
this.filter = default;
|
||||
this.filter_state = default;
|
||||
this.show_restrict_flags = default;
|
||||
this.filter_id_type = default;
|
||||
this.ptr_runtime = default;
|
||||
}
|
||||
public SpaceOops(
|
||||
SpaceLink ptr_next,
|
||||
SpaceLink ptr_prev,
|
||||
|
||||
Reference in New Issue
Block a user