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

@@ -79,6 +79,40 @@ namespace BlendFile.DNA {
public bGPgrid grid;
[DNAFieldAttribute(31, "bGPdata_Runtime", "runtime", 192)]
public bGPdata_Runtime runtime;
public bGPdata() {
this.id = default;
this.ptr_adt = default;
this.layers = default;
this.flag = default;
this.curve_edit_resolution = default;
this.curve_edit_threshold = default;
this.curve_edit_corner_angle = default;
this.palettes = default;
this.vertex_group_names = default;
this.pixfactor = default;
this.line_color = default;
this.onion_factor = default;
this.onion_mode = default;
this.onion_flag = default;
this.gstep = default;
this.gstep_next = default;
this.gcolor_prev = default;
this.gcolor_next = default;
this.zdepth_offset = default;
this.ptr_ptr_mat = default;
this.totcol = default;
this.totlayer = default;
this.totframe = default;
this._pad2 = default;
this.totstroke = default;
this.totpoint = default;
this.draw_mode = default;
this.onion_keytype = default;
this.select_last_index = default;
this.vertex_group_active_index = default;
this.grid = default;
this.runtime = default;
}
public bGPdata(
ID id,
AnimData ptr_adt,