Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,53 +15,53 @@ namespace BlendFile.DNA {
[DNAClassAttribute(336, "IpoCurve", 112)]
public class IpoCurve {
[DNAFieldAttribute(0, "IpoCurve", "*next", "IpoCurve", 8, true, 0)]
public IpoCurve ptr_next;
[DNAFieldAttribute(1, "IpoCurve", "*prev", "IpoCurve", 8, true, 8)]
public IpoCurve ptr_prev;
[DNAFieldAttribute(2, "BPoint", "*bp", "BPoint", 8, true, 16)]
public BPoint ptr_bp;
[DNAFieldAttribute(3, "BezTriple", "*bezt", "BezTriple", 8, true, 24)]
public BezTriple ptr_bezt;
[DNAFieldAttribute(4, "rctf", "maxrct", "rctf", 16, false, 32)]
[DNAFieldAttribute(8, "IpoCurve", 0, "*next", "IpoCurve", true, 0)]
public IpoCurve next;
[DNAFieldAttribute(8, "IpoCurve", 1, "*prev", "IpoCurve", true, 8)]
public IpoCurve prev;
[DNAFieldAttribute(8, "BPoint", 2, "*bp", "BPoint", true, 16)]
public BPoint bp;
[DNAFieldAttribute(8, "BezTriple", 3, "*bezt", "BezTriple", true, 24)]
public BezTriple bezt;
[DNAFieldAttribute(16, "rctf", 4, "maxrct", "rctf", false, 32)]
public rctf maxrct;
[DNAFieldAttribute(5, "rctf", "totrct", "rctf", 16, false, 48)]
[DNAFieldAttribute(16, "rctf", 5, "totrct", "rctf", false, 48)]
public rctf totrct;
[DNAFieldAttribute(6, "short", "blocktype", "short", 2, false, 64)]
[DNAFieldAttribute(2, "short", 6, "blocktype", "short", false, 64)]
public short blocktype;
[DNAFieldAttribute(7, "short", "adrcode", "short", 2, false, 66)]
[DNAFieldAttribute(2, "short", 7, "adrcode", "short", false, 66)]
public short adrcode;
[DNAFieldAttribute(8, "short", "vartype", "short", 2, false, 68)]
[DNAFieldAttribute(2, "short", 8, "vartype", "short", false, 68)]
public short vartype;
[DNAFieldAttribute(9, "short", "totvert", "short", 2, false, 70)]
[DNAFieldAttribute(2, "short", 9, "totvert", "short", false, 70)]
public short totvert;
[DNAFieldAttribute(10, "short", "ipo", "short", 2, false, 72)]
[DNAFieldAttribute(2, "short", 10, "ipo", "short", false, 72)]
public short ipo;
[DNAFieldAttribute(11, "short", "extrap", "short", 2, false, 74)]
[DNAFieldAttribute(2, "short", 11, "extrap", "short", false, 74)]
public short extrap;
[DNAFieldAttribute(12, "short", "flag", "short", 2, false, 76)]
[DNAFieldAttribute(2, "short", 12, "flag", "short", false, 76)]
public short flag;
[DNAFieldAttribute(13, "char", "_pad0[2]", "System.Char[]", 2, false, 78)]
[DNAFieldAttribute(2, "char", 13, "_pad0[2]", "System.Char[]", false, 78)]
public char[] _pad0 = new System.Char[2];
[DNAFieldAttribute(14, "float", "ymin", "float", 4, false, 80)]
[DNAFieldAttribute(4, "float", 14, "ymin", "float", false, 80)]
public float ymin;
[DNAFieldAttribute(15, "float", "ymax", "float", 4, false, 84)]
[DNAFieldAttribute(4, "float", 15, "ymax", "float", false, 84)]
public float ymax;
[DNAFieldAttribute(16, "int", "bitmask", "int", 4, false, 88)]
[DNAFieldAttribute(4, "int", 16, "bitmask", "int", false, 88)]
public int bitmask;
[DNAFieldAttribute(17, "float", "slide_min", "float", 4, false, 92)]
[DNAFieldAttribute(4, "float", 17, "slide_min", "float", false, 92)]
public float slide_min;
[DNAFieldAttribute(18, "float", "slide_max", "float", 4, false, 96)]
[DNAFieldAttribute(4, "float", 18, "slide_max", "float", false, 96)]
public float slide_max;
[DNAFieldAttribute(19, "float", "curval", "float", 4, false, 100)]
[DNAFieldAttribute(4, "float", 19, "curval", "float", false, 100)]
public float curval;
[DNAFieldAttribute(20, "IpoDriver", "*driver", "IpoDriver", 8, true, 104)]
public IpoDriver ptr_driver;
[DNAFieldAttribute(8, "IpoDriver", 20, "*driver", "IpoDriver", true, 104)]
public IpoDriver driver;
public IpoCurve() {
this.ptr_next = default;
this.ptr_prev = default;
this.ptr_bp = default;
this.ptr_bezt = default;
this.next = default;
this.prev = default;
this.bp = default;
this.bezt = default;
this.maxrct = default;
this.totrct = default;
this.blocktype = default;
@@ -78,13 +78,13 @@ namespace BlendFile.DNA {
this.slide_min = default;
this.slide_max = default;
this.curval = default;
this.ptr_driver = default;
this.driver = default;
}
public IpoCurve(
IpoCurve ptr_next,
IpoCurve ptr_prev,
BPoint ptr_bp,
BezTriple ptr_bezt,
IpoCurve next,
IpoCurve prev,
BPoint bp,
BezTriple bezt,
rctf maxrct,
rctf totrct,
short blocktype,
@@ -101,11 +101,11 @@ namespace BlendFile.DNA {
float slide_min,
float slide_max,
float curval,
IpoDriver ptr_driver) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
this.ptr_bp = ptr_bp;
this.ptr_bezt = ptr_bezt;
IpoDriver driver) {
this.next = next;
this.prev = prev;
this.bp = bp;
this.bezt = bezt;
this.maxrct = maxrct;
this.totrct = totrct;
this.blocktype = blocktype;
@@ -122,7 +122,7 @@ namespace BlendFile.DNA {
this.slide_min = slide_min;
this.slide_max = slide_max;
this.curval = curval;
this.ptr_driver = ptr_driver;
this.driver = driver;
}
}
}