regenerated files
This commit is contained in:
@@ -15,43 +15,43 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(167, "Scopes")]
|
||||
public class Scopes {
|
||||
[DNAFieldAttribute(0, "int", "ok", "int", 4)]
|
||||
[DNAFieldAttribute(0, "int", "ok", "int", 4, false)]
|
||||
public int ok;
|
||||
[DNAFieldAttribute(1, "int", "sample_full", "int", 4)]
|
||||
[DNAFieldAttribute(1, "int", "sample_full", "int", 4, false)]
|
||||
public int sample_full;
|
||||
[DNAFieldAttribute(2, "int", "sample_lines", "int", 4)]
|
||||
[DNAFieldAttribute(2, "int", "sample_lines", "int", 4, false)]
|
||||
public int sample_lines;
|
||||
[DNAFieldAttribute(3, "int", "wavefrm_mode", "int", 4)]
|
||||
[DNAFieldAttribute(3, "int", "wavefrm_mode", "int", 4, false)]
|
||||
public int wavefrm_mode;
|
||||
[DNAFieldAttribute(4, "int", "vecscope_mode", "int", 4)]
|
||||
[DNAFieldAttribute(4, "int", "vecscope_mode", "int", 4, false)]
|
||||
public int vecscope_mode;
|
||||
[DNAFieldAttribute(5, "int", "wavefrm_height", "int", 4)]
|
||||
[DNAFieldAttribute(5, "int", "wavefrm_height", "int", 4, false)]
|
||||
public int wavefrm_height;
|
||||
[DNAFieldAttribute(6, "int", "vecscope_height", "int", 4)]
|
||||
[DNAFieldAttribute(6, "int", "vecscope_height", "int", 4, false)]
|
||||
public int vecscope_height;
|
||||
[DNAFieldAttribute(7, "int", "waveform_tot", "int", 4)]
|
||||
[DNAFieldAttribute(7, "int", "waveform_tot", "int", 4, false)]
|
||||
public int waveform_tot;
|
||||
[DNAFieldAttribute(8, "float", "accuracy", "float", 4)]
|
||||
[DNAFieldAttribute(8, "float", "accuracy", "float", 4, false)]
|
||||
public float accuracy;
|
||||
[DNAFieldAttribute(9, "float", "wavefrm_alpha", "float", 4)]
|
||||
[DNAFieldAttribute(9, "float", "wavefrm_alpha", "float", 4, false)]
|
||||
public float wavefrm_alpha;
|
||||
[DNAFieldAttribute(10, "float", "wavefrm_yfac", "float", 4)]
|
||||
[DNAFieldAttribute(10, "float", "wavefrm_yfac", "float", 4, false)]
|
||||
public float wavefrm_yfac;
|
||||
[DNAFieldAttribute(11, "float", "vecscope_alpha", "float", 4)]
|
||||
[DNAFieldAttribute(11, "float", "vecscope_alpha", "float", 4, false)]
|
||||
public float vecscope_alpha;
|
||||
[DNAFieldAttribute(12, "float", "minmax[3][2]", "System.Single[,]", 4)]
|
||||
[DNAFieldAttribute(12, "float", "minmax[3][2]", "System.Single[,]", 24, false)]
|
||||
public float[,] minmax = new System.Single[3,2];
|
||||
[DNAFieldAttribute(13, "Histogram", "hist", "Histogram", 5160)]
|
||||
[DNAFieldAttribute(13, "Histogram", "hist", "Histogram", 5160, false)]
|
||||
public Histogram hist;
|
||||
[DNAFieldAttribute(14, "float", "*waveform_1", "float", 4)]
|
||||
[DNAFieldAttribute(14, "float", "*waveform_1", "float", 4, true)]
|
||||
public float ptr_waveform_1;
|
||||
[DNAFieldAttribute(15, "float", "*waveform_2", "float", 4)]
|
||||
[DNAFieldAttribute(15, "float", "*waveform_2", "float", 4, true)]
|
||||
public float ptr_waveform_2;
|
||||
[DNAFieldAttribute(16, "float", "*waveform_3", "float", 4)]
|
||||
[DNAFieldAttribute(16, "float", "*waveform_3", "float", 4, true)]
|
||||
public float ptr_waveform_3;
|
||||
[DNAFieldAttribute(17, "float", "*vecscope", "float", 4)]
|
||||
[DNAFieldAttribute(17, "float", "*vecscope", "float", 4, true)]
|
||||
public float ptr_vecscope;
|
||||
[DNAFieldAttribute(18, "float", "*vecscope_rgb", "float", 4)]
|
||||
[DNAFieldAttribute(18, "float", "*vecscope_rgb", "float", 4, true)]
|
||||
public float ptr_vecscope_rgb;
|
||||
public Scopes() {
|
||||
this.ok = default;
|
||||
|
||||
Reference in New Issue
Block a user