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