Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user