regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,15 +13,15 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(336, "IpoCurve")]
[DNAClassAttribute(336, "IpoCurve", 112)]
public class IpoCurve {
[DNAFieldAttribute(0, "IpoCurve", "*next", "IpoCurve", 4, true)]
[DNAFieldAttribute(0, "IpoCurve", "*next", "IpoCurve", 8, true)]
public IpoCurve ptr_next;
[DNAFieldAttribute(1, "IpoCurve", "*prev", "IpoCurve", 4, true)]
[DNAFieldAttribute(1, "IpoCurve", "*prev", "IpoCurve", 8, true)]
public IpoCurve ptr_prev;
[DNAFieldAttribute(2, "BPoint", "*bp", "BPoint", 4, true)]
[DNAFieldAttribute(2, "BPoint", "*bp", "BPoint", 8, true)]
public BPoint ptr_bp;
[DNAFieldAttribute(3, "BezTriple", "*bezt", "BezTriple", 4, true)]
[DNAFieldAttribute(3, "BezTriple", "*bezt", "BezTriple", 8, true)]
public BezTriple ptr_bezt;
[DNAFieldAttribute(4, "rctf", "maxrct", "rctf", 16, false)]
public rctf maxrct;
@@ -55,7 +55,7 @@ namespace BlendFile.DNA {
public float slide_max;
[DNAFieldAttribute(19, "float", "curval", "float", 4, false)]
public float curval;
[DNAFieldAttribute(20, "IpoDriver", "*driver", "IpoDriver", 4, true)]
[DNAFieldAttribute(20, "IpoDriver", "*driver", "IpoDriver", 8, true)]
public IpoDriver ptr_driver;
public IpoCurve() {
this.ptr_next = default;