Regenerated codefiles
This commit is contained in:
@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(406, "Mask", 272)]
|
||||
public class Mask {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
|
||||
[DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16, false, 216)]
|
||||
[DNAFieldAttribute(8, "AnimData", 1, "*adt", "AnimData", true, 208)]
|
||||
public AnimData adt;
|
||||
[DNAFieldAttribute(16, "DrawDataList", 2, "drawdata", "DrawDataList", false, 216)]
|
||||
public DrawDataList drawdata;
|
||||
[DNAFieldAttribute(3, "ListBase", "masklayers", "ListBase", 16, false, 232)]
|
||||
[DNAFieldAttribute(16, "ListBase", 3, "masklayers", "ListBase", false, 232)]
|
||||
public ListBase masklayers;
|
||||
[DNAFieldAttribute(4, "int", "masklay_act", "int", 4, false, 248)]
|
||||
[DNAFieldAttribute(4, "int", 4, "masklay_act", "int", false, 248)]
|
||||
public int masklay_act;
|
||||
[DNAFieldAttribute(5, "int", "masklay_tot", "int", 4, false, 252)]
|
||||
[DNAFieldAttribute(4, "int", 5, "masklay_tot", "int", false, 252)]
|
||||
public int masklay_tot;
|
||||
[DNAFieldAttribute(6, "int", "sfra", "int", 4, false, 256)]
|
||||
[DNAFieldAttribute(4, "int", 6, "sfra", "int", false, 256)]
|
||||
public int sfra;
|
||||
[DNAFieldAttribute(7, "int", "efra", "int", 4, false, 260)]
|
||||
[DNAFieldAttribute(4, "int", 7, "efra", "int", false, 260)]
|
||||
public int efra;
|
||||
[DNAFieldAttribute(8, "int", "flag", "int", 4, false, 264)]
|
||||
[DNAFieldAttribute(4, "int", 8, "flag", "int", false, 264)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(9, "char", "_pad[4]", "System.Char[]", 4, false, 268)]
|
||||
[DNAFieldAttribute(4, "char", 9, "_pad[4]", "System.Char[]", false, 268)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public Mask() {
|
||||
this.id = default;
|
||||
this.ptr_adt = default;
|
||||
this.adt = default;
|
||||
this.drawdata = default;
|
||||
this.masklayers = default;
|
||||
this.masklay_act = default;
|
||||
@@ -47,9 +47,9 @@ namespace BlendFile.DNA {
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public Mask(ID id, AnimData ptr_adt, DrawDataList drawdata, ListBase masklayers, int masklay_act, int masklay_tot, int sfra, int efra, int flag, char[] _pad) {
|
||||
public Mask(ID id, AnimData adt, DrawDataList drawdata, ListBase masklayers, int masklay_act, int masklay_tot, int sfra, int efra, int flag, char[] _pad) {
|
||||
this.id = id;
|
||||
this.ptr_adt = ptr_adt;
|
||||
this.adt = adt;
|
||||
this.drawdata = drawdata;
|
||||
this.masklayers = masklayers;
|
||||
this.masklay_act = masklay_act;
|
||||
|
||||
Reference in New Issue
Block a user