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