Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -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;