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

@@ -33,6 +33,17 @@ namespace BlendFile.DNA {
public bGPDstroke ptr_gps_orig;
[DNAFieldAttribute(8, "void", "*_pad2", 0)]
public object ptr__pad2;
public bGPDstroke_Runtime() {
this.tmp_layerinfo = default;
this.multi_frame_falloff = default;
this.stroke_start = default;
this.fill_start = default;
this.vertex_start = default;
this.curve_start = default;
this._pad0 = default;
this.ptr_gps_orig = default;
this.ptr__pad2 = default;
}
public bGPDstroke_Runtime(char[] tmp_layerinfo, float multi_frame_falloff, int stroke_start, int fill_start, int vertex_start, int curve_start, int _pad0, bGPDstroke ptr_gps_orig, object ptr__pad2) {
this.tmp_layerinfo = tmp_layerinfo;
this.multi_frame_falloff = multi_frame_falloff;