Regenerated codefiles
This commit is contained in:
@@ -15,22 +15,22 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(542, "GreasePencilWeightProximityModifierData", 376)]
|
||||
public class GreasePencilWeightProximityModifierData {
|
||||
[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", "target_vgname[64]", "System.Char[]", 64, false, 292)]
|
||||
[DNAFieldAttribute(64, "char", 3, "target_vgname[64]", "System.Char[]", false, 292)]
|
||||
public char[] target_vgname = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "float", "min_weight", "float", 4, false, 356)]
|
||||
[DNAFieldAttribute(4, "float", 4, "min_weight", "float", false, 356)]
|
||||
public float min_weight;
|
||||
[DNAFieldAttribute(5, "float", "dist_start", "float", 4, false, 360)]
|
||||
[DNAFieldAttribute(4, "float", 5, "dist_start", "float", false, 360)]
|
||||
public float dist_start;
|
||||
[DNAFieldAttribute(6, "float", "dist_end", "float", 4, false, 364)]
|
||||
[DNAFieldAttribute(4, "float", 6, "dist_end", "float", false, 364)]
|
||||
public float dist_end;
|
||||
[DNAFieldAttribute(7, "Object", "*object", "Object", 8, true, 368)]
|
||||
public Object ptr_object;
|
||||
[DNAFieldAttribute(8, "Object", 7, "*object", "Object", true, 368)]
|
||||
public Object @object;
|
||||
public GreasePencilWeightProximityModifierData() {
|
||||
this.modifier = default;
|
||||
this.influence = default;
|
||||
@@ -39,9 +39,9 @@ namespace BlendFile.DNA {
|
||||
this.min_weight = default;
|
||||
this.dist_start = default;
|
||||
this.dist_end = default;
|
||||
this.ptr_object = default;
|
||||
this.@object = default;
|
||||
}
|
||||
public GreasePencilWeightProximityModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, int flag, char[] target_vgname, float min_weight, float dist_start, float dist_end, Object ptr_object) {
|
||||
public GreasePencilWeightProximityModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, int flag, char[] target_vgname, float min_weight, float dist_start, float dist_end, Object @object) {
|
||||
this.modifier = modifier;
|
||||
this.influence = influence;
|
||||
this.flag = flag;
|
||||
@@ -49,7 +49,7 @@ namespace BlendFile.DNA {
|
||||
this.min_weight = min_weight;
|
||||
this.dist_start = dist_start;
|
||||
this.dist_end = dist_end;
|
||||
this.ptr_object = ptr_object;
|
||||
this.@object = @object;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user