regenerated files
This commit is contained in:
@@ -15,47 +15,47 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(336, "IpoCurve")]
|
||||
public class IpoCurve {
|
||||
[DNAFieldAttribute(0, "IpoCurve", "*next", 112)]
|
||||
[DNAFieldAttribute(0, "IpoCurve", "*next", "IpoCurve", 112)]
|
||||
public IpoCurve ptr_next;
|
||||
[DNAFieldAttribute(1, "IpoCurve", "*prev", 112)]
|
||||
[DNAFieldAttribute(1, "IpoCurve", "*prev", "IpoCurve", 112)]
|
||||
public IpoCurve ptr_prev;
|
||||
[DNAFieldAttribute(2, "BPoint", "*bp", 36)]
|
||||
[DNAFieldAttribute(2, "BPoint", "*bp", "BPoint", 36)]
|
||||
public BPoint ptr_bp;
|
||||
[DNAFieldAttribute(3, "BezTriple", "*bezt", 72)]
|
||||
[DNAFieldAttribute(3, "BezTriple", "*bezt", "BezTriple", 72)]
|
||||
public BezTriple ptr_bezt;
|
||||
[DNAFieldAttribute(4, "rctf", "maxrct", 16)]
|
||||
[DNAFieldAttribute(4, "rctf", "maxrct", "rctf", 16)]
|
||||
public rctf maxrct;
|
||||
[DNAFieldAttribute(5, "rctf", "totrct", 16)]
|
||||
[DNAFieldAttribute(5, "rctf", "totrct", "rctf", 16)]
|
||||
public rctf totrct;
|
||||
[DNAFieldAttribute(6, "short", "blocktype", 2)]
|
||||
[DNAFieldAttribute(6, "short", "blocktype", "short", 2)]
|
||||
public short blocktype;
|
||||
[DNAFieldAttribute(7, "short", "adrcode", 2)]
|
||||
[DNAFieldAttribute(7, "short", "adrcode", "short", 2)]
|
||||
public short adrcode;
|
||||
[DNAFieldAttribute(8, "short", "vartype", 2)]
|
||||
[DNAFieldAttribute(8, "short", "vartype", "short", 2)]
|
||||
public short vartype;
|
||||
[DNAFieldAttribute(9, "short", "totvert", 2)]
|
||||
[DNAFieldAttribute(9, "short", "totvert", "short", 2)]
|
||||
public short totvert;
|
||||
[DNAFieldAttribute(10, "short", "ipo", 2)]
|
||||
[DNAFieldAttribute(10, "short", "ipo", "short", 2)]
|
||||
public short ipo;
|
||||
[DNAFieldAttribute(11, "short", "extrap", 2)]
|
||||
[DNAFieldAttribute(11, "short", "extrap", "short", 2)]
|
||||
public short extrap;
|
||||
[DNAFieldAttribute(12, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(12, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(13, "char", "_pad0[2]", 1)]
|
||||
[DNAFieldAttribute(13, "char", "_pad0[2]", "System.Char[]", 1)]
|
||||
public char[] _pad0 = new System.Char[2];
|
||||
[DNAFieldAttribute(14, "float", "ymin", 4)]
|
||||
[DNAFieldAttribute(14, "float", "ymin", "float", 4)]
|
||||
public float ymin;
|
||||
[DNAFieldAttribute(15, "float", "ymax", 4)]
|
||||
[DNAFieldAttribute(15, "float", "ymax", "float", 4)]
|
||||
public float ymax;
|
||||
[DNAFieldAttribute(16, "int", "bitmask", 4)]
|
||||
[DNAFieldAttribute(16, "int", "bitmask", "int", 4)]
|
||||
public int bitmask;
|
||||
[DNAFieldAttribute(17, "float", "slide_min", 4)]
|
||||
[DNAFieldAttribute(17, "float", "slide_min", "float", 4)]
|
||||
public float slide_min;
|
||||
[DNAFieldAttribute(18, "float", "slide_max", 4)]
|
||||
[DNAFieldAttribute(18, "float", "slide_max", "float", 4)]
|
||||
public float slide_max;
|
||||
[DNAFieldAttribute(19, "float", "curval", 4)]
|
||||
[DNAFieldAttribute(19, "float", "curval", "float", 4)]
|
||||
public float curval;
|
||||
[DNAFieldAttribute(20, "IpoDriver", "*driver", 144)]
|
||||
[DNAFieldAttribute(20, "IpoDriver", "*driver", "IpoDriver", 144)]
|
||||
public IpoDriver ptr_driver;
|
||||
public IpoCurve() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user