regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,37 +15,37 @@ namespace BlendFile.DNA {
[DNAClassAttribute(238, "WaveEff")]
public class WaveEff {
[DNAFieldAttribute(0, "WaveEff", "*next", "WaveEff", 64)]
[DNAFieldAttribute(0, "WaveEff", "*next", "WaveEff", 4, true)]
public WaveEff ptr_next;
[DNAFieldAttribute(1, "WaveEff", "*prev", "WaveEff", 64)]
[DNAFieldAttribute(1, "WaveEff", "*prev", "WaveEff", 4, true)]
public WaveEff ptr_prev;
[DNAFieldAttribute(2, "short", "type", "short", 2)]
[DNAFieldAttribute(2, "short", "type", "short", 2, false)]
public short type;
[DNAFieldAttribute(3, "short", "flag", "short", 2)]
[DNAFieldAttribute(3, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(4, "short", "buttype", "short", 2)]
[DNAFieldAttribute(4, "short", "buttype", "short", 2, false)]
public short buttype;
[DNAFieldAttribute(5, "short", "stype", "short", 2)]
[DNAFieldAttribute(5, "short", "stype", "short", 2, false)]
public short stype;
[DNAFieldAttribute(6, "float", "startx", "float", 4)]
[DNAFieldAttribute(6, "float", "startx", "float", 4, false)]
public float startx;
[DNAFieldAttribute(7, "float", "starty", "float", 4)]
[DNAFieldAttribute(7, "float", "starty", "float", 4, false)]
public float starty;
[DNAFieldAttribute(8, "float", "height", "float", 4)]
[DNAFieldAttribute(8, "float", "height", "float", 4, false)]
public float height;
[DNAFieldAttribute(9, "float", "width", "float", 4)]
[DNAFieldAttribute(9, "float", "width", "float", 4, false)]
public float width;
[DNAFieldAttribute(10, "float", "narrow", "float", 4)]
[DNAFieldAttribute(10, "float", "narrow", "float", 4, false)]
public float narrow;
[DNAFieldAttribute(11, "float", "speed", "float", 4)]
[DNAFieldAttribute(11, "float", "speed", "float", 4, false)]
public float speed;
[DNAFieldAttribute(12, "float", "minfac", "float", 4)]
[DNAFieldAttribute(12, "float", "minfac", "float", 4, false)]
public float minfac;
[DNAFieldAttribute(13, "float", "damp", "float", 4)]
[DNAFieldAttribute(13, "float", "damp", "float", 4, false)]
public float damp;
[DNAFieldAttribute(14, "float", "timeoffs", "float", 4)]
[DNAFieldAttribute(14, "float", "timeoffs", "float", 4, false)]
public float timeoffs;
[DNAFieldAttribute(15, "float", "lifetime", "float", 4)]
[DNAFieldAttribute(15, "float", "lifetime", "float", 4, false)]
public float lifetime;
public WaveEff() {
this.ptr_next = default;