Generated new code and added initial data handling
This commit is contained in:
@@ -39,6 +39,20 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(11, "CurveMapping", "*curve_thickness", 424)]
|
||||
public CurveMapping ptr_curve_thickness;
|
||||
public ThickGpencilModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_material = default;
|
||||
this.layername = default;
|
||||
this.materialname = default;
|
||||
this.vgname = default;
|
||||
this.pass_index = default;
|
||||
this.flag = default;
|
||||
this.thickness_fac = default;
|
||||
this.thickness = default;
|
||||
this.layer_pass = default;
|
||||
this._pad = default;
|
||||
this.ptr_curve_thickness = default;
|
||||
}
|
||||
public ThickGpencilModifierData(GpencilModifierData modifier, Material ptr_material, char[] layername, char[] materialname, char[] vgname, int pass_index, int flag, float thickness_fac, int thickness, int layer_pass, char[] _pad, CurveMapping ptr_curve_thickness) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_material = ptr_material;
|
||||
|
||||
Reference in New Issue
Block a user