Regenerated codefiles
This commit is contained in:
@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(278, "ThickGpencilModifierData", 336)]
|
||||
public class ThickGpencilModifierData {
|
||||
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104, false, 0)]
|
||||
[DNAFieldAttribute(104, "GpencilModifierData", 0, "modifier", "GpencilModifierData", false, 0)]
|
||||
public GpencilModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Material", "*material", "Material", 8, true, 104)]
|
||||
public Material ptr_material;
|
||||
[DNAFieldAttribute(2, "char", "layername[64]", "System.Char[]", 64, false, 112)]
|
||||
[DNAFieldAttribute(8, "Material", 1, "*material", "Material", true, 104)]
|
||||
public Material material;
|
||||
[DNAFieldAttribute(64, "char", 2, "layername[64]", "System.Char[]", false, 112)]
|
||||
public char[] layername = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "char", "materialname[64]", "System.Char[]", 64, false, 176)]
|
||||
[DNAFieldAttribute(64, "char", 3, "materialname[64]", "System.Char[]", false, 176)]
|
||||
public char[] materialname = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "char", "vgname[64]", "System.Char[]", 64, false, 240)]
|
||||
[DNAFieldAttribute(64, "char", 4, "vgname[64]", "System.Char[]", false, 240)]
|
||||
public char[] vgname = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "int", "pass_index", "int", 4, false, 304)]
|
||||
[DNAFieldAttribute(4, "int", 5, "pass_index", "int", false, 304)]
|
||||
public int pass_index;
|
||||
[DNAFieldAttribute(6, "int", "flag", "int", 4, false, 308)]
|
||||
[DNAFieldAttribute(4, "int", 6, "flag", "int", false, 308)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(7, "float", "thickness_fac", "float", 4, false, 312)]
|
||||
[DNAFieldAttribute(4, "float", 7, "thickness_fac", "float", false, 312)]
|
||||
public float thickness_fac;
|
||||
[DNAFieldAttribute(8, "int", "thickness", "int", 4, false, 316)]
|
||||
[DNAFieldAttribute(4, "int", 8, "thickness", "int", false, 316)]
|
||||
public int thickness;
|
||||
[DNAFieldAttribute(9, "int", "layer_pass", "int", 4, false, 320)]
|
||||
[DNAFieldAttribute(4, "int", 9, "layer_pass", "int", false, 320)]
|
||||
public int layer_pass;
|
||||
[DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 4, false, 324)]
|
||||
[DNAFieldAttribute(4, "char", 10, "_pad[4]", "System.Char[]", false, 324)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(11, "CurveMapping", "*curve_thickness", "CurveMapping", 8, true, 328)]
|
||||
public CurveMapping ptr_curve_thickness;
|
||||
[DNAFieldAttribute(8, "CurveMapping", 11, "*curve_thickness", "CurveMapping", true, 328)]
|
||||
public CurveMapping curve_thickness;
|
||||
public ThickGpencilModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_material = default;
|
||||
this.material = default;
|
||||
this.layername = default;
|
||||
this.materialname = default;
|
||||
this.vgname = default;
|
||||
@@ -51,11 +51,11 @@ namespace BlendFile.DNA {
|
||||
this.thickness = default;
|
||||
this.layer_pass = default;
|
||||
this._pad = default;
|
||||
this.ptr_curve_thickness = default;
|
||||
this.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) {
|
||||
public ThickGpencilModifierData(GpencilModifierData modifier, Material material, char[] layername, char[] materialname, char[] vgname, int pass_index, int flag, float thickness_fac, int thickness, int layer_pass, char[] _pad, CurveMapping curve_thickness) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_material = ptr_material;
|
||||
this.material = material;
|
||||
this.layername = layername;
|
||||
this.materialname = materialname;
|
||||
this.vgname = vgname;
|
||||
@@ -65,7 +65,7 @@ namespace BlendFile.DNA {
|
||||
this.thickness = thickness;
|
||||
this.layer_pass = layer_pass;
|
||||
this._pad = _pad;
|
||||
this.ptr_curve_thickness = ptr_curve_thickness;
|
||||
this.curve_thickness = curve_thickness;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user