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,37 +15,37 @@ namespace BlendFile.DNA {
[DNAClassAttribute(298, "TintGpencilModifierData", 368)]
public class TintGpencilModifierData {
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104, false)]
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104, false, 0)]
public GpencilModifierData modifier;
[DNAFieldAttribute(1, "Object", "*object", "Object", 8, true)]
[DNAFieldAttribute(1, "Object", "*object", "Object", 8, true, 104)]
public Object ptr_object;
[DNAFieldAttribute(2, "Material", "*material", "Material", 8, true)]
[DNAFieldAttribute(2, "Material", "*material", "Material", 8, true, 112)]
public Material ptr_material;
[DNAFieldAttribute(3, "char", "layername[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(3, "char", "layername[64]", "System.Char[]", 64, false, 120)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(4, "char", "materialname[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(4, "char", "materialname[64]", "System.Char[]", 64, false, 184)]
public char[] materialname = new System.Char[64];
[DNAFieldAttribute(5, "char", "vgname[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(5, "char", "vgname[64]", "System.Char[]", 64, false, 248)]
public char[] vgname = new System.Char[64];
[DNAFieldAttribute(6, "int", "pass_index", "int", 4, false)]
[DNAFieldAttribute(6, "int", "pass_index", "int", 4, false, 312)]
public int pass_index;
[DNAFieldAttribute(7, "int", "layer_pass", "int", 4, false)]
[DNAFieldAttribute(7, "int", "layer_pass", "int", 4, false, 316)]
public int layer_pass;
[DNAFieldAttribute(8, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(8, "int", "flag", "int", 4, false, 320)]
public int flag;
[DNAFieldAttribute(9, "int", "mode", "int", 4, false)]
[DNAFieldAttribute(9, "int", "mode", "int", 4, false, 324)]
public int mode;
[DNAFieldAttribute(10, "float", "factor", "float", 4, false)]
[DNAFieldAttribute(10, "float", "factor", "float", 4, false, 328)]
public float factor;
[DNAFieldAttribute(11, "float", "radius", "float", 4, false)]
[DNAFieldAttribute(11, "float", "radius", "float", 4, false, 332)]
public float radius;
[DNAFieldAttribute(12, "float", "rgb[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(12, "float", "rgb[3]", "System.Single[]", 12, false, 336)]
public float[] rgb = new System.Single[3];
[DNAFieldAttribute(13, "int", "type", "int", 4, false)]
[DNAFieldAttribute(13, "int", "type", "int", 4, false, 348)]
public int type;
[DNAFieldAttribute(14, "CurveMapping", "*curve_intensity", "CurveMapping", 8, true)]
[DNAFieldAttribute(14, "CurveMapping", "*curve_intensity", "CurveMapping", 8, true, 352)]
public CurveMapping ptr_curve_intensity;
[DNAFieldAttribute(15, "ColorBand", "*colorband", "ColorBand", 8, true)]
[DNAFieldAttribute(15, "ColorBand", "*colorband", "ColorBand", 8, true, 360)]
public ColorBand ptr_colorband;
public TintGpencilModifierData() {
this.modifier = default;