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,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(260, "bGPDcurve", 16)]
public class bGPDcurve {
[DNAFieldAttribute(0, "bGPDcurve_point", "*curve_points", "bGPDcurve_point", 8, true)]
[DNAFieldAttribute(0, "bGPDcurve_point", "*curve_points", "bGPDcurve_point", 8, true, 0)]
public bGPDcurve_point ptr_curve_points;
[DNAFieldAttribute(1, "int", "tot_curve_points", "int", 4, false)]
[DNAFieldAttribute(1, "int", "tot_curve_points", "int", 4, false, 8)]
public int tot_curve_points;
[DNAFieldAttribute(2, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(2, "short", "flag", "short", 2, false, 12)]
public short flag;
[DNAFieldAttribute(3, "char", "_pad[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(3, "char", "_pad[2]", "System.Char[]", 2, false, 14)]
public char[] _pad = new System.Char[2];
public bGPDcurve() {
this.ptr_curve_points = default;