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

@@ -53,6 +53,27 @@ namespace BlendFile.DNA {
public float ptr_vecscope;
[DNAFieldAttribute(18, "float", "*vecscope_rgb", 4)]
public float ptr_vecscope_rgb;
public Scopes() {
this.ok = default;
this.sample_full = default;
this.sample_lines = default;
this.wavefrm_mode = default;
this.vecscope_mode = default;
this.wavefrm_height = default;
this.vecscope_height = default;
this.waveform_tot = default;
this.accuracy = default;
this.wavefrm_alpha = default;
this.wavefrm_yfac = default;
this.vecscope_alpha = default;
this.minmax = default;
this.hist = default;
this.ptr_waveform_1 = default;
this.ptr_waveform_2 = default;
this.ptr_waveform_3 = default;
this.ptr_vecscope = default;
this.ptr_vecscope_rgb = default;
}
public Scopes(
int ok,
int sample_full,