Generated new code and added initial data handling
This commit is contained in:
@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(6, "char", "subtarget[64]", 1)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
public bPythonConstraint() {
|
||||
this.ptr_text = default;
|
||||
this.ptr_prop = default;
|
||||
this.flag = default;
|
||||
this.tarnum = default;
|
||||
this.targets = default;
|
||||
this.ptr_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;
|
||||
|
||||
Reference in New Issue
Block a user