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,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(261, "bGPDstroke_Runtime", 168)]
public class bGPDstroke_Runtime {
[DNAFieldAttribute(0, "char", "tmp_layerinfo[128]", "System.Char[]", 128, false)]
[DNAFieldAttribute(0, "char", "tmp_layerinfo[128]", "System.Char[]", 128, false, 0)]
public char[] tmp_layerinfo = new System.Char[128];
[DNAFieldAttribute(1, "float", "multi_frame_falloff", "float", 4, false)]
[DNAFieldAttribute(1, "float", "multi_frame_falloff", "float", 4, false, 128)]
public float multi_frame_falloff;
[DNAFieldAttribute(2, "int", "stroke_start", "int", 4, false)]
[DNAFieldAttribute(2, "int", "stroke_start", "int", 4, false, 132)]
public int stroke_start;
[DNAFieldAttribute(3, "int", "fill_start", "int", 4, false)]
[DNAFieldAttribute(3, "int", "fill_start", "int", 4, false, 136)]
public int fill_start;
[DNAFieldAttribute(4, "int", "vertex_start", "int", 4, false)]
[DNAFieldAttribute(4, "int", "vertex_start", "int", 4, false, 140)]
public int vertex_start;
[DNAFieldAttribute(5, "int", "curve_start", "int", 4, false)]
[DNAFieldAttribute(5, "int", "curve_start", "int", 4, false, 144)]
public int curve_start;
[DNAFieldAttribute(6, "int", "_pad0", "int", 4, false)]
[DNAFieldAttribute(6, "int", "_pad0", "int", 4, false, 148)]
public int _pad0;
[DNAFieldAttribute(7, "bGPDstroke", "*gps_orig", "bGPDstroke", 8, true)]
[DNAFieldAttribute(7, "bGPDstroke", "*gps_orig", "bGPDstroke", 8, true, 152)]
public bGPDstroke ptr_gps_orig;
[DNAFieldAttribute(8, "void", "*_pad2", "void", 8, true)]
[DNAFieldAttribute(8, "void", "*_pad2", "void", 8, true, 160)]
public object ptr__pad2;
public bGPDstroke_Runtime() {
this.tmp_layerinfo = default;