Regenerated codefiles
This commit is contained in:
@@ -15,22 +15,22 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(526, "GreasePencilOpacityModifierData", 312)]
|
||||
public class GreasePencilOpacityModifierData {
|
||||
[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, "int", "flag", "int", 4, false, 288)]
|
||||
[DNAFieldAttribute(4, "int", 2, "flag", "int", false, 288)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(3, "char", "color_mode", "char", 1, false, 292)]
|
||||
[DNAFieldAttribute(1, "char", 3, "color_mode", "char", false, 292)]
|
||||
public char color_mode;
|
||||
[DNAFieldAttribute(4, "char", "_pad1[3]", "System.Char[]", 3, false, 293)]
|
||||
[DNAFieldAttribute(3, "char", 4, "_pad1[3]", "System.Char[]", false, 293)]
|
||||
public char[] _pad1 = new System.Char[3];
|
||||
[DNAFieldAttribute(5, "float", "color_factor", "float", 4, false, 296)]
|
||||
[DNAFieldAttribute(4, "float", 5, "color_factor", "float", false, 296)]
|
||||
public float color_factor;
|
||||
[DNAFieldAttribute(6, "float", "hardness_factor", "float", 4, false, 300)]
|
||||
[DNAFieldAttribute(4, "float", 6, "hardness_factor", "float", false, 300)]
|
||||
public float hardness_factor;
|
||||
[DNAFieldAttribute(7, "void", "*_pad2", "void", 8, true, 304)]
|
||||
public object ptr__pad2;
|
||||
[DNAFieldAttribute(8, "void", 7, "*_pad2", "void", true, 304)]
|
||||
public object _pad2;
|
||||
public GreasePencilOpacityModifierData() {
|
||||
this.modifier = default;
|
||||
this.influence = default;
|
||||
@@ -39,9 +39,9 @@ namespace BlendFile.DNA {
|
||||
this._pad1 = default;
|
||||
this.color_factor = default;
|
||||
this.hardness_factor = default;
|
||||
this.ptr__pad2 = default;
|
||||
this._pad2 = default;
|
||||
}
|
||||
public GreasePencilOpacityModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, int flag, char color_mode, char[] _pad1, float color_factor, float hardness_factor, object ptr__pad2) {
|
||||
public GreasePencilOpacityModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, int flag, char color_mode, char[] _pad1, float color_factor, float hardness_factor, object _pad2) {
|
||||
this.modifier = modifier;
|
||||
this.influence = influence;
|
||||
this.flag = flag;
|
||||
@@ -49,7 +49,7 @@ namespace BlendFile.DNA {
|
||||
this._pad1 = _pad1;
|
||||
this.color_factor = color_factor;
|
||||
this.hardness_factor = hardness_factor;
|
||||
this.ptr__pad2 = ptr__pad2;
|
||||
this._pad2 = _pad2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user