Generated new code and added initial data handling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user