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