Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(174, "bPythonConstraint", 112)]
|
||||
public class bPythonConstraint {
|
||||
[DNAFieldAttribute(0, "Text", "*text", "Text", 8, true)]
|
||||
[DNAFieldAttribute(0, "Text", "*text", "Text", 8, true, 0)]
|
||||
public Text ptr_text;
|
||||
[DNAFieldAttribute(1, "IDProperty", "*prop", "IDProperty", 8, true)]
|
||||
[DNAFieldAttribute(1, "IDProperty", "*prop", "IDProperty", 8, true, 8)]
|
||||
public IDProperty ptr_prop;
|
||||
[DNAFieldAttribute(2, "int", "flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(2, "int", "flag", "int", 4, false, 16)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(3, "int", "tarnum", "int", 4, false)]
|
||||
[DNAFieldAttribute(3, "int", "tarnum", "int", 4, false, 20)]
|
||||
public int tarnum;
|
||||
[DNAFieldAttribute(4, "ListBase", "targets", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(4, "ListBase", "targets", "ListBase", 16, false, 24)]
|
||||
public ListBase targets;
|
||||
[DNAFieldAttribute(5, "Object", "*tar", "Object", 8, true)]
|
||||
[DNAFieldAttribute(5, "Object", "*tar", "Object", 8, true, 40)]
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(6, "char", "subtarget[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(6, "char", "subtarget[64]", "System.Char[]", 64, false, 48)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
public bPythonConstraint() {
|
||||
this.ptr_text = default;
|
||||
|
||||
Reference in New Issue
Block a user