regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(260, "bGPDcurve")]
public class bGPDcurve {
[DNAFieldAttribute(0, "bGPDcurve_point", "*curve_points", 124)]
[DNAFieldAttribute(0, "bGPDcurve_point", "*curve_points", "bGPDcurve_point", 124)]
public bGPDcurve_point ptr_curve_points;
[DNAFieldAttribute(1, "int", "tot_curve_points", 4)]
[DNAFieldAttribute(1, "int", "tot_curve_points", "int", 4)]
public int tot_curve_points;
[DNAFieldAttribute(2, "short", "flag", 2)]
[DNAFieldAttribute(2, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(3, "char", "_pad[2]", 1)]
[DNAFieldAttribute(3, "char", "_pad[2]", "System.Char[]", 1)]
public char[] _pad = new System.Char[2];
public bGPDcurve() {
this.ptr_curve_points = default;