Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(105, "BoneCollection", 120)]
|
||||
public class BoneCollection {
|
||||
[DNAFieldAttribute(0, "BoneCollection", "*next", "BoneCollection", 8, true)]
|
||||
[DNAFieldAttribute(0, "BoneCollection", "*next", "BoneCollection", 8, true, 0)]
|
||||
public BoneCollection ptr_next;
|
||||
[DNAFieldAttribute(1, "BoneCollection", "*prev", "BoneCollection", 8, true)]
|
||||
[DNAFieldAttribute(1, "BoneCollection", "*prev", "BoneCollection", 8, true, 8)]
|
||||
public BoneCollection ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false, 16)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "ListBase", "bones", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(3, "ListBase", "bones", "ListBase", 16, false, 80)]
|
||||
public ListBase bones;
|
||||
[DNAFieldAttribute(4, "uchar", "flags", "uchar", 1, false)]
|
||||
[DNAFieldAttribute(4, "uchar", "flags", "uchar", 1, false, 96)]
|
||||
public byte flags;
|
||||
[DNAFieldAttribute(5, "uchar", "_pad0[7]", "System.Byte[]", 7, false)]
|
||||
[DNAFieldAttribute(5, "uchar", "_pad0[7]", "System.Byte[]", 7, false, 97)]
|
||||
public byte[] _pad0 = new System.Byte[7];
|
||||
[DNAFieldAttribute(6, "int", "child_index", "int", 4, false)]
|
||||
[DNAFieldAttribute(6, "int", "child_index", "int", 4, false, 104)]
|
||||
public int child_index;
|
||||
[DNAFieldAttribute(7, "int", "child_count", "int", 4, false)]
|
||||
[DNAFieldAttribute(7, "int", "child_count", "int", 4, false, 108)]
|
||||
public int child_count;
|
||||
[DNAFieldAttribute(8, "IDProperty", "*prop", "IDProperty", 8, true)]
|
||||
[DNAFieldAttribute(8, "IDProperty", "*prop", "IDProperty", 8, true, 112)]
|
||||
public IDProperty ptr_prop;
|
||||
public BoneCollection() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user