regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,39 +15,39 @@ namespace BlendFile.DNA {
[DNAClassAttribute(539, "GreasePencilLengthModifierData")]
public class GreasePencilLengthModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
public ModifierData modifier;
[DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)]
[DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168, false)]
public GreasePencilModifierInfluenceData influence;
[DNAFieldAttribute(2, "int", "flag", "int", 4)]
[DNAFieldAttribute(2, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(3, "float", "start_fac", "float", 4)]
[DNAFieldAttribute(3, "float", "start_fac", "float", 4, false)]
public float start_fac;
[DNAFieldAttribute(4, "float", "end_fac", "float", 4)]
[DNAFieldAttribute(4, "float", "end_fac", "float", 4, false)]
public float end_fac;
[DNAFieldAttribute(5, "float", "rand_start_fac", "float", 4)]
[DNAFieldAttribute(5, "float", "rand_start_fac", "float", 4, false)]
public float rand_start_fac;
[DNAFieldAttribute(6, "float", "rand_end_fac", "float", 4)]
[DNAFieldAttribute(6, "float", "rand_end_fac", "float", 4, false)]
public float rand_end_fac;
[DNAFieldAttribute(7, "float", "rand_offset", "float", 4)]
[DNAFieldAttribute(7, "float", "rand_offset", "float", 4, false)]
public float rand_offset;
[DNAFieldAttribute(8, "float", "overshoot_fac", "float", 4)]
[DNAFieldAttribute(8, "float", "overshoot_fac", "float", 4, false)]
public float overshoot_fac;
[DNAFieldAttribute(9, "int", "seed", "int", 4)]
[DNAFieldAttribute(9, "int", "seed", "int", 4, false)]
public int seed;
[DNAFieldAttribute(10, "int", "step", "int", 4)]
[DNAFieldAttribute(10, "int", "step", "int", 4, false)]
public int step;
[DNAFieldAttribute(11, "int", "mode", "int", 4)]
[DNAFieldAttribute(11, "int", "mode", "int", 4, false)]
public int mode;
[DNAFieldAttribute(12, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(12, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(13, "float", "point_density", "float", 4)]
[DNAFieldAttribute(13, "float", "point_density", "float", 4, false)]
public float point_density;
[DNAFieldAttribute(14, "float", "segment_influence", "float", 4)]
[DNAFieldAttribute(14, "float", "segment_influence", "float", 4, false)]
public float segment_influence;
[DNAFieldAttribute(15, "float", "max_angle", "float", 4)]
[DNAFieldAttribute(15, "float", "max_angle", "float", 4, false)]
public float max_angle;
[DNAFieldAttribute(16, "void", "*_pad1", "void", 0)]
[DNAFieldAttribute(16, "void", "*_pad1", "void", 4, true)]
public object ptr__pad1;
public GreasePencilLengthModifierData() {
this.modifier = default;