Generated new code and added initial data handling
This commit is contained in:
@@ -51,6 +51,26 @@ namespace BlendFile.DNA {
|
||||
public int flag;
|
||||
[DNAFieldAttribute(17, "SpaceSpreadsheet_Runtime", "*runtime", 0)]
|
||||
public SpaceSpreadsheet_Runtime ptr_runtime;
|
||||
public SpaceSpreadsheet() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.regionbase = default;
|
||||
this.spacetype = default;
|
||||
this.link_flag = default;
|
||||
this._pad0 = default;
|
||||
this.columns = default;
|
||||
this.row_filters = default;
|
||||
this.viewer_path = default;
|
||||
this.ptr_instance_ids = default;
|
||||
this.instance_ids_num = default;
|
||||
this.filter_flag = default;
|
||||
this.geometry_component_type = default;
|
||||
this.attribute_domain = default;
|
||||
this.object_eval_state = default;
|
||||
this.active_layer_index = default;
|
||||
this.flag = default;
|
||||
this.ptr_runtime = default;
|
||||
}
|
||||
public SpaceSpreadsheet(
|
||||
SpaceLink ptr_next,
|
||||
SpaceLink ptr_prev,
|
||||
|
||||
Reference in New Issue
Block a user