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

@@ -47,6 +47,24 @@ namespace BlendFile.DNA {
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(15, "char", "subtarget[64]", 1)]
public char[] subtarget = new System.Char[64];
public bActionConstraint() {
this.ptr_tar = default;
this.type = default;
this.local = default;
this.start = default;
this.end = default;
this.min = default;
this.max = default;
this.flag = default;
this.mix_mode = default;
this._pad = default;
this.eval_time = default;
this.ptr_act = default;
this.action_slot_handle = default;
this.action_slot_name = default;
this._pad1 = default;
this.subtarget = default;
}
public bActionConstraint(
Object ptr_tar,
short type,