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