Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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