Regenerated codefiles
This commit is contained in:
@@ -15,41 +15,41 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(549, "GreasePencilOutlineModifierData", 320)]
|
||||
public class GreasePencilOutlineModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
|
||||
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168, false, 120)]
|
||||
[DNAFieldAttribute(168, "GreasePencilModifierInfluenceData", 1, "influence", "GreasePencilModifierInfluenceData", false, 120)]
|
||||
public GreasePencilModifierInfluenceData influence;
|
||||
[DNAFieldAttribute(2, "Object", "*object", "Object", 8, true, 288)]
|
||||
public Object ptr_object;
|
||||
[DNAFieldAttribute(3, "int", "flag", "int", 4, false, 296)]
|
||||
[DNAFieldAttribute(8, "Object", 2, "*object", "Object", true, 288)]
|
||||
public Object @object;
|
||||
[DNAFieldAttribute(4, "int", 3, "flag", "int", false, 296)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(4, "int", "thickness", "int", 4, false, 300)]
|
||||
[DNAFieldAttribute(4, "int", 4, "thickness", "int", false, 300)]
|
||||
public int thickness;
|
||||
[DNAFieldAttribute(5, "float", "sample_length", "float", 4, false, 304)]
|
||||
[DNAFieldAttribute(4, "float", 5, "sample_length", "float", false, 304)]
|
||||
public float sample_length;
|
||||
[DNAFieldAttribute(6, "int", "subdiv", "int", 4, false, 308)]
|
||||
[DNAFieldAttribute(4, "int", 6, "subdiv", "int", false, 308)]
|
||||
public int subdiv;
|
||||
[DNAFieldAttribute(7, "Material", "*outline_material", "Material", 8, true, 312)]
|
||||
public Material ptr_outline_material;
|
||||
[DNAFieldAttribute(8, "Material", 7, "*outline_material", "Material", true, 312)]
|
||||
public Material outline_material;
|
||||
public GreasePencilOutlineModifierData() {
|
||||
this.modifier = default;
|
||||
this.influence = default;
|
||||
this.ptr_object = default;
|
||||
this.@object = default;
|
||||
this.flag = default;
|
||||
this.thickness = default;
|
||||
this.sample_length = default;
|
||||
this.subdiv = default;
|
||||
this.ptr_outline_material = default;
|
||||
this.outline_material = default;
|
||||
}
|
||||
public GreasePencilOutlineModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, Object ptr_object, int flag, int thickness, float sample_length, int subdiv, Material ptr_outline_material) {
|
||||
public GreasePencilOutlineModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, Object @object, int flag, int thickness, float sample_length, int subdiv, Material outline_material) {
|
||||
this.modifier = modifier;
|
||||
this.influence = influence;
|
||||
this.ptr_object = ptr_object;
|
||||
this.@object = @object;
|
||||
this.flag = flag;
|
||||
this.thickness = thickness;
|
||||
this.sample_length = sample_length;
|
||||
this.subdiv = subdiv;
|
||||
this.ptr_outline_material = ptr_outline_material;
|
||||
this.outline_material = outline_material;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user