Regenerated codefiles
This commit is contained in:
@@ -15,28 +15,28 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(529, "GreasePencilTintModifierData", 336)]
|
||||
public class GreasePencilTintModifierData {
|
||||
[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, "short", "flag", "short", 2, false, 288)]
|
||||
[DNAFieldAttribute(2, "short", 2, "flag", "short", false, 288)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(3, "char", "color_mode", "char", 1, false, 290)]
|
||||
[DNAFieldAttribute(1, "char", 3, "color_mode", "char", false, 290)]
|
||||
public char color_mode;
|
||||
[DNAFieldAttribute(4, "char", "tint_mode", "char", 1, false, 291)]
|
||||
[DNAFieldAttribute(1, "char", 4, "tint_mode", "char", false, 291)]
|
||||
public char tint_mode;
|
||||
[DNAFieldAttribute(5, "float", "factor", "float", 4, false, 292)]
|
||||
[DNAFieldAttribute(4, "float", 5, "factor", "float", false, 292)]
|
||||
public float factor;
|
||||
[DNAFieldAttribute(6, "float", "radius", "float", 4, false, 296)]
|
||||
[DNAFieldAttribute(4, "float", 6, "radius", "float", false, 296)]
|
||||
public float radius;
|
||||
[DNAFieldAttribute(7, "float", "color[3]", "System.Single[]", 12, false, 300)]
|
||||
[DNAFieldAttribute(12, "float", 7, "color[3]", "System.Single[]", false, 300)]
|
||||
public float[] color = new System.Single[3];
|
||||
[DNAFieldAttribute(8, "Object", "*object", "Object", 8, true, 312)]
|
||||
public Object ptr_object;
|
||||
[DNAFieldAttribute(9, "ColorBand", "*color_ramp", "ColorBand", 8, true, 320)]
|
||||
public ColorBand ptr_color_ramp;
|
||||
[DNAFieldAttribute(10, "void", "*_pad", "void", 8, true, 328)]
|
||||
public object ptr__pad;
|
||||
[DNAFieldAttribute(8, "Object", 8, "*object", "Object", true, 312)]
|
||||
public Object @object;
|
||||
[DNAFieldAttribute(8, "ColorBand", 9, "*color_ramp", "ColorBand", true, 320)]
|
||||
public ColorBand color_ramp;
|
||||
[DNAFieldAttribute(8, "void", 10, "*_pad", "void", true, 328)]
|
||||
public object _pad;
|
||||
public GreasePencilTintModifierData() {
|
||||
this.modifier = default;
|
||||
this.influence = default;
|
||||
@@ -46,11 +46,11 @@ namespace BlendFile.DNA {
|
||||
this.factor = default;
|
||||
this.radius = default;
|
||||
this.color = default;
|
||||
this.ptr_object = default;
|
||||
this.ptr_color_ramp = default;
|
||||
this.ptr__pad = default;
|
||||
this.@object = default;
|
||||
this.color_ramp = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public GreasePencilTintModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, short flag, char color_mode, char tint_mode, float factor, float radius, float[] color, Object ptr_object, ColorBand ptr_color_ramp, object ptr__pad) {
|
||||
public GreasePencilTintModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, short flag, char color_mode, char tint_mode, float factor, float radius, float[] color, Object @object, ColorBand color_ramp, object _pad) {
|
||||
this.modifier = modifier;
|
||||
this.influence = influence;
|
||||
this.flag = flag;
|
||||
@@ -59,9 +59,9 @@ namespace BlendFile.DNA {
|
||||
this.factor = factor;
|
||||
this.radius = radius;
|
||||
this.color = color;
|
||||
this.ptr_object = ptr_object;
|
||||
this.ptr_color_ramp = ptr_color_ramp;
|
||||
this.ptr__pad = ptr__pad;
|
||||
this.@object = @object;
|
||||
this.color_ramp = color_ramp;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user