Added Generation Output
This commit is contained in:
32
BlendFile/DNA/SmoothGpencilModifierData.cs
Normal file
32
BlendFile/DNA/SmoothGpencilModifierData.cs
Normal file
@@ -0,0 +1,32 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class SmoothGpencilModifierData {
|
||||
public GpencilModifierData modifier;
|
||||
public Material ptr_material;
|
||||
public char[] layername = new System.Char[64];
|
||||
public char[] materialname = new System.Char[64];
|
||||
public char[] vgname = new System.Char[64];
|
||||
public int pass_index;
|
||||
public int flag;
|
||||
public float factor;
|
||||
public int step;
|
||||
public int layer_pass;
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
public CurveMapping ptr_curve_intensity;
|
||||
public SmoothGpencilModifierData(GpencilModifierData modifier, Material ptr_material, char[] layername, char[] materialname, char[] vgname, int pass_index, int flag, float factor, int step, int layer_pass, char[] _pad1, CurveMapping ptr_curve_intensity) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_material = ptr_material;
|
||||
this.layername = layername;
|
||||
this.materialname = materialname;
|
||||
this.vgname = vgname;
|
||||
this.pass_index = pass_index;
|
||||
this.flag = flag;
|
||||
this.factor = factor;
|
||||
this.step = step;
|
||||
this.layer_pass = layer_pass;
|
||||
this._pad1 = _pad1;
|
||||
this.ptr_curve_intensity = ptr_curve_intensity;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user