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

@@ -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,