Regenerated codefiles
This commit is contained in:
@@ -15,24 +15,24 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(540, "GreasePencilWeightAngleModifierData", 376)]
|
||||
public class GreasePencilWeightAngleModifierData {
|
||||
[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, "float", "min_weight", "float", 4, false, 292)]
|
||||
[DNAFieldAttribute(4, "float", 3, "min_weight", "float", false, 292)]
|
||||
public float min_weight;
|
||||
[DNAFieldAttribute(4, "short", "axis", "short", 2, false, 296)]
|
||||
[DNAFieldAttribute(2, "short", 4, "axis", "short", false, 296)]
|
||||
public short axis;
|
||||
[DNAFieldAttribute(5, "short", "space", "short", 2, false, 298)]
|
||||
[DNAFieldAttribute(2, "short", 5, "space", "short", false, 298)]
|
||||
public short space;
|
||||
[DNAFieldAttribute(6, "float", "angle", "float", 4, false, 300)]
|
||||
[DNAFieldAttribute(4, "float", 6, "angle", "float", false, 300)]
|
||||
public float angle;
|
||||
[DNAFieldAttribute(7, "char", "target_vgname[64]", "System.Char[]", 64, false, 304)]
|
||||
[DNAFieldAttribute(64, "char", 7, "target_vgname[64]", "System.Char[]", false, 304)]
|
||||
public char[] target_vgname = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "void", "*_pad", "void", 8, true, 368)]
|
||||
public object ptr__pad;
|
||||
[DNAFieldAttribute(8, "void", 8, "*_pad", "void", true, 368)]
|
||||
public object _pad;
|
||||
public GreasePencilWeightAngleModifierData() {
|
||||
this.modifier = default;
|
||||
this.influence = default;
|
||||
@@ -42,9 +42,9 @@ namespace BlendFile.DNA {
|
||||
this.space = default;
|
||||
this.angle = default;
|
||||
this.target_vgname = default;
|
||||
this.ptr__pad = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public GreasePencilWeightAngleModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, int flag, float min_weight, short axis, short space, float angle, char[] target_vgname, object ptr__pad) {
|
||||
public GreasePencilWeightAngleModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, int flag, float min_weight, short axis, short space, float angle, char[] target_vgname, object _pad) {
|
||||
this.modifier = modifier;
|
||||
this.influence = influence;
|
||||
this.flag = flag;
|
||||
@@ -53,7 +53,7 @@ namespace BlendFile.DNA {
|
||||
this.space = space;
|
||||
this.angle = angle;
|
||||
this.target_vgname = target_vgname;
|
||||
this.ptr__pad = ptr__pad;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user