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

@@ -63,6 +63,32 @@ namespace BlendFile.DNA {
public float[] to_min_scale = new System.Single[3];
[DNAFieldAttribute(23, "float", "to_max_scale[3]", 4)]
public float[] to_max_scale = new System.Single[3];
public bTransformConstraint() {
this.ptr_tar = default;
this.subtarget = default;
this.from = default;
this.to = default;
this.map = default;
this.expo = default;
this.from_rotation_mode = default;
this.to_euler_order = default;
this.mix_mode_loc = default;
this.mix_mode_rot = default;
this.mix_mode_scale = default;
this._pad = default;
this.from_min = default;
this.from_max = default;
this.to_min = default;
this.to_max = default;
this.from_min_rot = default;
this.from_max_rot = default;
this.to_min_rot = default;
this.to_max_rot = default;
this.from_min_scale = default;
this.from_max_scale = default;
this.to_min_scale = default;
this.to_max_scale = default;
}
public bTransformConstraint(
Object ptr_tar,
char[] subtarget,