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