Regenerated codefiles
This commit is contained in:
@@ -15,32 +15,32 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(283, "OutlineGpencilModifierData", 216)]
|
||||
public class OutlineGpencilModifierData {
|
||||
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104, false, 0)]
|
||||
[DNAFieldAttribute(104, "GpencilModifierData", 0, "modifier", "GpencilModifierData", false, 0)]
|
||||
public GpencilModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Object", "*object", "Object", 8, true, 104)]
|
||||
public Object ptr_object;
|
||||
[DNAFieldAttribute(2, "Material", "*material", "Material", 8, true, 112)]
|
||||
public Material ptr_material;
|
||||
[DNAFieldAttribute(3, "char", "layername[64]", "System.Char[]", 64, false, 120)]
|
||||
[DNAFieldAttribute(8, "Object", 1, "*object", "Object", true, 104)]
|
||||
public Object @object;
|
||||
[DNAFieldAttribute(8, "Material", 2, "*material", "Material", true, 112)]
|
||||
public Material material;
|
||||
[DNAFieldAttribute(64, "char", 3, "layername[64]", "System.Char[]", false, 120)]
|
||||
public char[] layername = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "int", "pass_index", "int", 4, false, 184)]
|
||||
[DNAFieldAttribute(4, "int", 4, "pass_index", "int", false, 184)]
|
||||
public int pass_index;
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4, false, 188)]
|
||||
[DNAFieldAttribute(4, "int", 5, "flag", "int", false, 188)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(6, "int", "thickness", "int", 4, false, 192)]
|
||||
[DNAFieldAttribute(4, "int", 6, "thickness", "int", false, 192)]
|
||||
public int thickness;
|
||||
[DNAFieldAttribute(7, "float", "sample_length", "float", 4, false, 196)]
|
||||
[DNAFieldAttribute(4, "float", 7, "sample_length", "float", false, 196)]
|
||||
public float sample_length;
|
||||
[DNAFieldAttribute(8, "int", "subdiv", "int", 4, false, 200)]
|
||||
[DNAFieldAttribute(4, "int", 8, "subdiv", "int", false, 200)]
|
||||
public int subdiv;
|
||||
[DNAFieldAttribute(9, "int", "layer_pass", "int", 4, false, 204)]
|
||||
[DNAFieldAttribute(4, "int", 9, "layer_pass", "int", false, 204)]
|
||||
public int layer_pass;
|
||||
[DNAFieldAttribute(10, "Material", "*outline_material", "Material", 8, true, 208)]
|
||||
public Material ptr_outline_material;
|
||||
[DNAFieldAttribute(8, "Material", 10, "*outline_material", "Material", true, 208)]
|
||||
public Material outline_material;
|
||||
public OutlineGpencilModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_object = default;
|
||||
this.ptr_material = default;
|
||||
this.@object = default;
|
||||
this.material = default;
|
||||
this.layername = default;
|
||||
this.pass_index = default;
|
||||
this.flag = default;
|
||||
@@ -48,12 +48,12 @@ namespace BlendFile.DNA {
|
||||
this.sample_length = default;
|
||||
this.subdiv = default;
|
||||
this.layer_pass = default;
|
||||
this.ptr_outline_material = default;
|
||||
this.outline_material = default;
|
||||
}
|
||||
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) {
|
||||
public OutlineGpencilModifierData(GpencilModifierData modifier, Object @object, Material material, char[] layername, int pass_index, int flag, int thickness, float sample_length, int subdiv, int layer_pass, Material outline_material) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_object = ptr_object;
|
||||
this.ptr_material = ptr_material;
|
||||
this.@object = @object;
|
||||
this.material = material;
|
||||
this.layername = layername;
|
||||
this.pass_index = pass_index;
|
||||
this.flag = flag;
|
||||
@@ -61,7 +61,7 @@ namespace BlendFile.DNA {
|
||||
this.sample_length = sample_length;
|
||||
this.subdiv = subdiv;
|
||||
this.layer_pass = layer_pass;
|
||||
this.ptr_outline_material = ptr_outline_material;
|
||||
this.outline_material = outline_material;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user