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 float lin_error;
[DNAFieldAttribute(15, "float", "rot_error", 4)]
public float rot_error;
public bConstraint() {
this.ptr_next = default;
this.ptr_prev = default;
this.ptr_data = default;
this.type = default;
this.flag = default;
this.ownspace = default;
this.tarspace = default;
this.ui_expand_flag = default;
this.ptr_space_object = default;
this.space_subtarget = default;
this.name = default;
this.enforce = default;
this.headtail = default;
this.ptr_ipo = default;
this.lin_error = default;
this.rot_error = default;
}
public bConstraint(
bConstraint ptr_next,
bConstraint ptr_prev,