Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,57 +15,57 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(570, "bNodeSocket", 528)]
|
||||
public class bNodeSocket {
|
||||
[DNAFieldAttribute(0, "bNodeSocket", "*next", "bNodeSocket", 8, true)]
|
||||
[DNAFieldAttribute(0, "bNodeSocket", "*next", "bNodeSocket", 8, true, 0)]
|
||||
public bNodeSocket ptr_next;
|
||||
[DNAFieldAttribute(1, "bNodeSocket", "*prev", "bNodeSocket", 8, true)]
|
||||
[DNAFieldAttribute(1, "bNodeSocket", "*prev", "bNodeSocket", 8, true, 8)]
|
||||
public bNodeSocket ptr_prev;
|
||||
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 8, true)]
|
||||
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 8, true, 16)]
|
||||
public IDProperty ptr_prop;
|
||||
[DNAFieldAttribute(3, "char", "identifier[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(3, "char", "identifier[64]", "System.Char[]", 64, false, 24)]
|
||||
public char[] identifier = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 64, false, 88)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "void", "*storage", "void", 8, true)]
|
||||
[DNAFieldAttribute(5, "void", "*storage", "void", 8, true, 152)]
|
||||
public object ptr_storage;
|
||||
[DNAFieldAttribute(6, "short", "type", "short", 2, false)]
|
||||
[DNAFieldAttribute(6, "short", "type", "short", 2, false, 160)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(7, "short", "flag", "short", 2, false)]
|
||||
[DNAFieldAttribute(7, "short", "flag", "short", 2, false, 162)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(8, "short", "limit", "short", 2, false)]
|
||||
[DNAFieldAttribute(8, "short", "limit", "short", 2, false, 164)]
|
||||
public short limit;
|
||||
[DNAFieldAttribute(9, "short", "in_out", "short", 2, false)]
|
||||
[DNAFieldAttribute(9, "short", "in_out", "short", 2, false, 166)]
|
||||
public short in_out;
|
||||
[DNAFieldAttribute(10, "bNodeSocketTypeHandle", "*typeinfo", "bNodeSocketTypeHandle", 8, true)]
|
||||
[DNAFieldAttribute(10, "bNodeSocketTypeHandle", "*typeinfo", "bNodeSocketTypeHandle", 8, true, 168)]
|
||||
public bNodeSocketTypeHandle ptr_typeinfo;
|
||||
[DNAFieldAttribute(11, "char", "idname[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(11, "char", "idname[64]", "System.Char[]", 64, false, 176)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAFieldAttribute(12, "void", "*default_value", "void", 8, true)]
|
||||
[DNAFieldAttribute(12, "void", "*default_value", "void", 8, true, 240)]
|
||||
public object ptr_default_value;
|
||||
[DNAFieldAttribute(13, "short", "stack_index", "short", 2, false)]
|
||||
[DNAFieldAttribute(13, "short", "stack_index", "short", 2, false, 248)]
|
||||
public short stack_index;
|
||||
[DNAFieldAttribute(14, "char", "display_shape", "char", 1, false)]
|
||||
[DNAFieldAttribute(14, "char", "display_shape", "char", 1, false, 250)]
|
||||
public char display_shape;
|
||||
[DNAFieldAttribute(15, "char", "attribute_domain", "char", 1, false)]
|
||||
[DNAFieldAttribute(15, "char", "attribute_domain", "char", 1, false, 251)]
|
||||
public char attribute_domain;
|
||||
[DNAFieldAttribute(16, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(16, "char", "_pad[4]", "System.Char[]", 4, false, 252)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(17, "char", "label[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(17, "char", "label[64]", "System.Char[]", 64, false, 256)]
|
||||
public char[] label = new System.Char[64];
|
||||
[DNAFieldAttribute(18, "char", "short_label[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(18, "char", "short_label[64]", "System.Char[]", 64, false, 320)]
|
||||
public char[] short_label = new System.Char[64];
|
||||
[DNAFieldAttribute(19, "char", "description[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(19, "char", "description[64]", "System.Char[]", 64, false, 384)]
|
||||
public char[] description = new System.Char[64];
|
||||
[DNAFieldAttribute(20, "char", "*default_attribute_name", "char", 8, true)]
|
||||
[DNAFieldAttribute(20, "char", "*default_attribute_name", "char", 8, true, 448)]
|
||||
public char ptr_default_attribute_name;
|
||||
[DNAFieldAttribute(21, "int", "own_index", "int", 4, false)]
|
||||
[DNAFieldAttribute(21, "int", "own_index", "int", 4, false, 456)]
|
||||
public int own_index;
|
||||
[DNAFieldAttribute(22, "int", "to_index", "int", 4, false)]
|
||||
[DNAFieldAttribute(22, "int", "to_index", "int", 4, false, 460)]
|
||||
public int to_index;
|
||||
[DNAFieldAttribute(23, "bNodeLink", "*link", "bNodeLink", 8, true)]
|
||||
[DNAFieldAttribute(23, "bNodeLink", "*link", "bNodeLink", 8, true, 464)]
|
||||
public bNodeLink ptr_link;
|
||||
[DNAFieldAttribute(24, "bNodeStack", "ns", "bNodeStack", 48, false)]
|
||||
[DNAFieldAttribute(24, "bNodeStack", "ns", "bNodeStack", 48, false, 472)]
|
||||
public bNodeStack ns;
|
||||
[DNAFieldAttribute(25, "bNodeSocketRuntimeHandle", "*runtime", "bNodeSocketRuntimeHandle", 8, true)]
|
||||
[DNAFieldAttribute(25, "bNodeSocketRuntimeHandle", "*runtime", "bNodeSocketRuntimeHandle", 8, true, 520)]
|
||||
public bNodeSocketRuntimeHandle ptr_runtime;
|
||||
public bNodeSocket() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user