regenerated files
This commit is contained in:
@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(412, "MaskLayer")]
|
||||
public class MaskLayer {
|
||||
[DNAFieldAttribute(0, "MaskLayer", "*next", "MaskLayer", 144)]
|
||||
[DNAFieldAttribute(0, "MaskLayer", "*next", "MaskLayer", 4, true)]
|
||||
public MaskLayer ptr_next;
|
||||
[DNAFieldAttribute(1, "MaskLayer", "*prev", "MaskLayer", 144)]
|
||||
[DNAFieldAttribute(1, "MaskLayer", "*prev", "MaskLayer", 4, true)]
|
||||
public MaskLayer ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "ListBase", "splines", "ListBase", 16)]
|
||||
[DNAFieldAttribute(3, "ListBase", "splines", "ListBase", 16, false)]
|
||||
public ListBase splines;
|
||||
[DNAFieldAttribute(4, "ListBase", "splines_shapes", "ListBase", 16)]
|
||||
[DNAFieldAttribute(4, "ListBase", "splines_shapes", "ListBase", 16, false)]
|
||||
public ListBase splines_shapes;
|
||||
[DNAFieldAttribute(5, "MaskSpline", "*act_spline", "MaskSpline", 224)]
|
||||
[DNAFieldAttribute(5, "MaskSpline", "*act_spline", "MaskSpline", 4, true)]
|
||||
public MaskSpline ptr_act_spline;
|
||||
[DNAFieldAttribute(6, "MaskSplinePoint", "*act_point", "MaskSplinePoint", 272)]
|
||||
[DNAFieldAttribute(6, "MaskSplinePoint", "*act_point", "MaskSplinePoint", 4, true)]
|
||||
public MaskSplinePoint ptr_act_point;
|
||||
[DNAFieldAttribute(7, "float", "alpha", "float", 4)]
|
||||
[DNAFieldAttribute(7, "float", "alpha", "float", 4, false)]
|
||||
public float alpha;
|
||||
[DNAFieldAttribute(8, "char", "blend", "char", 1)]
|
||||
[DNAFieldAttribute(8, "char", "blend", "char", 1, false)]
|
||||
public char blend;
|
||||
[DNAFieldAttribute(9, "char", "blend_flag", "char", 1)]
|
||||
[DNAFieldAttribute(9, "char", "blend_flag", "char", 1, false)]
|
||||
public char blend_flag;
|
||||
[DNAFieldAttribute(10, "char", "falloff", "char", 1)]
|
||||
[DNAFieldAttribute(10, "char", "falloff", "char", 1, false)]
|
||||
public char falloff;
|
||||
[DNAFieldAttribute(11, "char", "_pad[7]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(11, "char", "_pad[7]", "System.Char[]", 7, false)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
[DNAFieldAttribute(12, "char", "flag", "char", 1)]
|
||||
[DNAFieldAttribute(12, "char", "flag", "char", 1, false)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(13, "char", "restrictflag", "char", 1)]
|
||||
[DNAFieldAttribute(13, "char", "restrictflag", "char", 1, false)]
|
||||
public char restrictflag;
|
||||
public MaskLayer() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user