Generated new code and added initial data handling
This commit is contained in:
@@ -73,6 +73,37 @@ namespace BlendFile.DNA {
|
||||
public bGPDstroke_Runtime runtime;
|
||||
[DNAFieldAttribute(28, "void", "*_pad5", 0)]
|
||||
public object ptr__pad5;
|
||||
public bGPDstroke() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.ptr_points = default;
|
||||
this.ptr_triangles = default;
|
||||
this.totpoints = default;
|
||||
this.tot_triangles = default;
|
||||
this.thickness = default;
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
this.inittime = default;
|
||||
this.colorname = default;
|
||||
this.mat_nr = default;
|
||||
this.caps = default;
|
||||
this.gradient_f = default;
|
||||
this.gradient_s = default;
|
||||
this.fill_opacity_fac = default;
|
||||
this.boundbox_min = default;
|
||||
this.boundbox_max = default;
|
||||
this.uv_rotation = default;
|
||||
this.uv_translation = default;
|
||||
this.uv_scale = default;
|
||||
this.select_index = default;
|
||||
this._pad4 = default;
|
||||
this.ptr_dvert = default;
|
||||
this.ptr__pad3 = default;
|
||||
this.vert_color_fill = default;
|
||||
this.ptr_editcurve = default;
|
||||
this.runtime = default;
|
||||
this.ptr__pad5 = default;
|
||||
}
|
||||
public bGPDstroke(
|
||||
bGPDstroke ptr_next,
|
||||
bGPDstroke ptr_prev,
|
||||
|
||||
Reference in New Issue
Block a user