regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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