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

@@ -61,6 +61,31 @@ namespace BlendFile.DNA {
public LineartCache ptr_lineart_cache;
[DNAFieldAttribute(22, "GPencilUpdateCache", "*update_cache", 0)]
public GPencilUpdateCache ptr_update_cache;
public bGPdata_Runtime() {
this.ptr_sbuffer = default;
this.ptr_sbuffer_position_buf = default;
this.ptr_sbuffer_color_buf = default;
this.ptr_sbuffer_batch = default;
this.ptr_sbuffer_gps = default;
this.playing = default;
this.matid = default;
this.sbuffer_sflag = default;
this._pad1 = default;
this.sbuffer_used = default;
this.sbuffer_size = default;
this.vert_color_fill = default;
this.fill_opacity_fac = default;
this.arrow_start = default;
this.arrow_end = default;
this.arrow_start_style = default;
this.arrow_end_style = default;
this.tot_cp_points = default;
this.ptr_cp_points = default;
this.ptr_sbuffer_brush = default;
this.ptr_gpencil_cache = default;
this.ptr_lineart_cache = default;
this.ptr_update_cache = default;
}
public bGPdata_Runtime(
object ptr_sbuffer,
GPUVertBufHandle ptr_sbuffer_position_buf,