Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(69, "bDopeSheet", 112)]
|
||||
public class bDopeSheet {
|
||||
[DNAFieldAttribute(0, "ID", "*source", "ID", 8, true)]
|
||||
[DNAFieldAttribute(0, "ID", "*source", "ID", 8, true, 0)]
|
||||
public ID ptr_source;
|
||||
[DNAFieldAttribute(1, "ListBase", "chanbase", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(1, "ListBase", "chanbase", "ListBase", 16, false, 8)]
|
||||
public ListBase chanbase;
|
||||
[DNAFieldAttribute(2, "Collection", "*filter_grp", "Collection", 8, true)]
|
||||
[DNAFieldAttribute(2, "Collection", "*filter_grp", "Collection", 8, true, 24)]
|
||||
public Collection ptr_filter_grp;
|
||||
[DNAFieldAttribute(3, "char", "searchstr[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(3, "char", "searchstr[64]", "System.Char[]", 64, false, 32)]
|
||||
public char[] searchstr = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "int", "filterflag", "int", 4, false)]
|
||||
[DNAFieldAttribute(4, "int", "filterflag", "int", 4, false, 96)]
|
||||
public int filterflag;
|
||||
[DNAFieldAttribute(5, "int", "filterflag2", "int", 4, false)]
|
||||
[DNAFieldAttribute(5, "int", "filterflag2", "int", 4, false, 100)]
|
||||
public int filterflag2;
|
||||
[DNAFieldAttribute(6, "int", "flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(6, "int", "flag", "int", 4, false, 104)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(7, "int", "renameIndex", "int", 4, false)]
|
||||
[DNAFieldAttribute(7, "int", "renameIndex", "int", 4, false, 108)]
|
||||
public int renameIndex;
|
||||
public bDopeSheet() {
|
||||
this.ptr_source = default;
|
||||
|
||||
Reference in New Issue
Block a user