Regenerated codefiles
This commit is contained in:
@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(282, "OpacityGpencilModifierData", 336)]
|
||||
public class OpacityGpencilModifierData {
|
||||
[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", "factor", "float", 4, false, 312)]
|
||||
[DNAFieldAttribute(4, "float", 7, "factor", "float", false, 312)]
|
||||
public float factor;
|
||||
[DNAFieldAttribute(8, "char", "modify_color", "char", 1, false, 316)]
|
||||
[DNAFieldAttribute(1, "char", 8, "modify_color", "char", false, 316)]
|
||||
public char modify_color;
|
||||
[DNAFieldAttribute(9, "char", "_pad[3]", "System.Char[]", 3, false, 317)]
|
||||
[DNAFieldAttribute(3, "char", 9, "_pad[3]", "System.Char[]", false, 317)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
[DNAFieldAttribute(10, "int", "layer_pass", "int", 4, false, 320)]
|
||||
[DNAFieldAttribute(4, "int", 10, "layer_pass", "int", false, 320)]
|
||||
public int layer_pass;
|
||||
[DNAFieldAttribute(11, "float", "hardeness", "float", 4, false, 324)]
|
||||
[DNAFieldAttribute(4, "float", 11, "hardeness", "float", false, 324)]
|
||||
public float hardeness;
|
||||
[DNAFieldAttribute(12, "CurveMapping", "*curve_intensity", "CurveMapping", 8, true, 328)]
|
||||
public CurveMapping ptr_curve_intensity;
|
||||
[DNAFieldAttribute(8, "CurveMapping", 12, "*curve_intensity", "CurveMapping", true, 328)]
|
||||
public CurveMapping curve_intensity;
|
||||
public OpacityGpencilModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_material = default;
|
||||
this.material = default;
|
||||
this.layername = default;
|
||||
this.materialname = default;
|
||||
this.vgname = default;
|
||||
@@ -54,11 +54,11 @@ namespace BlendFile.DNA {
|
||||
this._pad = default;
|
||||
this.layer_pass = default;
|
||||
this.hardeness = default;
|
||||
this.ptr_curve_intensity = default;
|
||||
this.curve_intensity = default;
|
||||
}
|
||||
public OpacityGpencilModifierData(GpencilModifierData modifier, Material ptr_material, char[] layername, char[] materialname, char[] vgname, int pass_index, int flag, float factor, char modify_color, char[] _pad, int layer_pass, float hardeness, CurveMapping ptr_curve_intensity) {
|
||||
public OpacityGpencilModifierData(GpencilModifierData modifier, Material material, char[] layername, char[] materialname, char[] vgname, int pass_index, int flag, float factor, char modify_color, char[] _pad, int layer_pass, float hardeness, CurveMapping curve_intensity) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_material = ptr_material;
|
||||
this.material = material;
|
||||
this.layername = layername;
|
||||
this.materialname = materialname;
|
||||
this.vgname = vgname;
|
||||
@@ -69,7 +69,7 @@ namespace BlendFile.DNA {
|
||||
this._pad = _pad;
|
||||
this.layer_pass = layer_pass;
|
||||
this.hardeness = hardeness;
|
||||
this.ptr_curve_intensity = ptr_curve_intensity;
|
||||
this.curve_intensity = curve_intensity;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user