regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,7 +13,7 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(167, "Scopes")]
[DNAClassAttribute(167, "Scopes", 5272)]
public class Scopes {
[DNAFieldAttribute(0, "int", "ok", "int", 4, false)]
public int ok;
@@ -43,15 +43,15 @@ namespace BlendFile.DNA {
public float[,] minmax = new System.Single[3,2];
[DNAFieldAttribute(13, "Histogram", "hist", "Histogram", 5160, false)]
public Histogram hist;
[DNAFieldAttribute(14, "float", "*waveform_1", "float", 4, true)]
[DNAFieldAttribute(14, "float", "*waveform_1", "float", 8, true)]
public float ptr_waveform_1;
[DNAFieldAttribute(15, "float", "*waveform_2", "float", 4, true)]
[DNAFieldAttribute(15, "float", "*waveform_2", "float", 8, true)]
public float ptr_waveform_2;
[DNAFieldAttribute(16, "float", "*waveform_3", "float", 4, true)]
[DNAFieldAttribute(16, "float", "*waveform_3", "float", 8, true)]
public float ptr_waveform_3;
[DNAFieldAttribute(17, "float", "*vecscope", "float", 4, true)]
[DNAFieldAttribute(17, "float", "*vecscope", "float", 8, true)]
public float ptr_vecscope;
[DNAFieldAttribute(18, "float", "*vecscope_rgb", "float", 4, true)]
[DNAFieldAttribute(18, "float", "*vecscope_rgb", "float", 8, true)]
public float ptr_vecscope_rgb;
public Scopes() {
this.ok = default;