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

@@ -55,6 +55,28 @@ namespace BlendFile.DNA {
public float prev_norm_factor;
[DNAFieldAttribute(19, "float", "prev_offset", 4)]
public float prev_offset;
public FCurve() {
this.ptr_next = default;
this.ptr_prev = default;
this.ptr_grp = default;
this.ptr_driver = default;
this.modifiers = default;
this.ptr_bezt = default;
this.ptr_fpt = default;
this.totvert = default;
this.active_keyframe_index = default;
this.curval = default;
this.flag = default;
this.extend = default;
this.auto_smoothing = default;
this._pad = default;
this.array_index = default;
this.ptr_rna_path = default;
this.color_mode = default;
this.color = default;
this.prev_norm_factor = default;
this.prev_offset = default;
}
public FCurve(
FCurve ptr_next,
FCurve ptr_prev,