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