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