Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,43 +15,43 @@ namespace BlendFile.DNA {
[DNAClassAttribute(288, "LengthGpencilModifierData", 240)]
public class LengthGpencilModifierData {
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104, false)]
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104, false, 0)]
public GpencilModifierData modifier;
[DNAFieldAttribute(1, "Material", "*material", "Material", 8, true)]
[DNAFieldAttribute(1, "Material", "*material", "Material", 8, true, 104)]
public Material ptr_material;
[DNAFieldAttribute(2, "char", "layername[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(2, "char", "layername[64]", "System.Char[]", 64, false, 112)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(3, "int", "pass_index", "int", 4, false)]
[DNAFieldAttribute(3, "int", "pass_index", "int", 4, false, 176)]
public int pass_index;
[DNAFieldAttribute(4, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(4, "int", "flag", "int", 4, false, 180)]
public int flag;
[DNAFieldAttribute(5, "int", "layer_pass", "int", 4, false)]
[DNAFieldAttribute(5, "int", "layer_pass", "int", 4, false, 184)]
public int layer_pass;
[DNAFieldAttribute(6, "float", "start_fac", "float", 4, false)]
[DNAFieldAttribute(6, "float", "start_fac", "float", 4, false, 188)]
public float start_fac;
[DNAFieldAttribute(7, "float", "end_fac", "float", 4, false)]
[DNAFieldAttribute(7, "float", "end_fac", "float", 4, false, 192)]
public float end_fac;
[DNAFieldAttribute(8, "float", "rand_start_fac", "float", 4, false)]
[DNAFieldAttribute(8, "float", "rand_start_fac", "float", 4, false, 196)]
public float rand_start_fac;
[DNAFieldAttribute(9, "float", "rand_end_fac", "float", 4, false)]
[DNAFieldAttribute(9, "float", "rand_end_fac", "float", 4, false, 200)]
public float rand_end_fac;
[DNAFieldAttribute(10, "float", "rand_offset", "float", 4, false)]
[DNAFieldAttribute(10, "float", "rand_offset", "float", 4, false, 204)]
public float rand_offset;
[DNAFieldAttribute(11, "float", "overshoot_fac", "float", 4, false)]
[DNAFieldAttribute(11, "float", "overshoot_fac", "float", 4, false, 208)]
public float overshoot_fac;
[DNAFieldAttribute(12, "int", "seed", "int", 4, false)]
[DNAFieldAttribute(12, "int", "seed", "int", 4, false, 212)]
public int seed;
[DNAFieldAttribute(13, "int", "step", "int", 4, false)]
[DNAFieldAttribute(13, "int", "step", "int", 4, false, 216)]
public int step;
[DNAFieldAttribute(14, "int", "mode", "int", 4, false)]
[DNAFieldAttribute(14, "int", "mode", "int", 4, false, 220)]
public int mode;
[DNAFieldAttribute(15, "char", "_pad[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(15, "char", "_pad[4]", "System.Char[]", 4, false, 224)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(16, "float", "point_density", "float", 4, false)]
[DNAFieldAttribute(16, "float", "point_density", "float", 4, false, 228)]
public float point_density;
[DNAFieldAttribute(17, "float", "segment_influence", "float", 4, false)]
[DNAFieldAttribute(17, "float", "segment_influence", "float", 4, false, 232)]
public float segment_influence;
[DNAFieldAttribute(18, "float", "max_angle", "float", 4, false)]
[DNAFieldAttribute(18, "float", "max_angle", "float", 4, false, 236)]
public float max_angle;
public LengthGpencilModifierData() {
this.modifier = default;