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,53 +15,53 @@ namespace BlendFile.DNA {
[DNAClassAttribute(460, "WaveModifierData")]
public class WaveModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Tex", "*texture", 488)]
[DNAFieldAttribute(1, "Tex", "*texture", "Tex", 488)]
public Tex ptr_texture;
[DNAFieldAttribute(2, "Object", "*map_object", 1160)]
[DNAFieldAttribute(2, "Object", "*map_object", "Object", 1160)]
public Object ptr_map_object;
[DNAFieldAttribute(3, "char", "map_bone[64]", 1)]
[DNAFieldAttribute(3, "char", "map_bone[64]", "System.Char[]", 1)]
public char[] map_bone = new System.Char[64];
[DNAFieldAttribute(4, "char", "uvlayer_name[68]", 1)]
[DNAFieldAttribute(4, "char", "uvlayer_name[68]", "System.Char[]", 1)]
public char[] uvlayer_name = new System.Char[68];
[DNAFieldAttribute(5, "char", "_pad1[4]", 1)]
[DNAFieldAttribute(5, "char", "_pad1[4]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(6, "int", "uvlayer_tmp", 4)]
[DNAFieldAttribute(6, "int", "uvlayer_tmp", "int", 4)]
public int uvlayer_tmp;
[DNAFieldAttribute(7, "int", "texmapping", 4)]
[DNAFieldAttribute(7, "int", "texmapping", "int", 4)]
public int texmapping;
[DNAFieldAttribute(8, "Object", "*objectcenter", 1160)]
[DNAFieldAttribute(8, "Object", "*objectcenter", "Object", 1160)]
public Object ptr_objectcenter;
[DNAFieldAttribute(9, "char", "defgrp_name[64]", 1)]
[DNAFieldAttribute(9, "char", "defgrp_name[64]", "System.Char[]", 1)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(10, "short", "flag", 2)]
[DNAFieldAttribute(10, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(11, "char", "_pad2[2]", 1)]
[DNAFieldAttribute(11, "char", "_pad2[2]", "System.Char[]", 1)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(12, "float", "startx", 4)]
[DNAFieldAttribute(12, "float", "startx", "float", 4)]
public float startx;
[DNAFieldAttribute(13, "float", "starty", 4)]
[DNAFieldAttribute(13, "float", "starty", "float", 4)]
public float starty;
[DNAFieldAttribute(14, "float", "height", 4)]
[DNAFieldAttribute(14, "float", "height", "float", 4)]
public float height;
[DNAFieldAttribute(15, "float", "width", 4)]
[DNAFieldAttribute(15, "float", "width", "float", 4)]
public float width;
[DNAFieldAttribute(16, "float", "narrow", 4)]
[DNAFieldAttribute(16, "float", "narrow", "float", 4)]
public float narrow;
[DNAFieldAttribute(17, "float", "speed", 4)]
[DNAFieldAttribute(17, "float", "speed", "float", 4)]
public float speed;
[DNAFieldAttribute(18, "float", "damp", 4)]
[DNAFieldAttribute(18, "float", "damp", "float", 4)]
public float damp;
[DNAFieldAttribute(19, "float", "falloff", 4)]
[DNAFieldAttribute(19, "float", "falloff", "float", 4)]
public float falloff;
[DNAFieldAttribute(20, "float", "timeoffs", 4)]
[DNAFieldAttribute(20, "float", "timeoffs", "float", 4)]
public float timeoffs;
[DNAFieldAttribute(21, "float", "lifetime", 4)]
[DNAFieldAttribute(21, "float", "lifetime", "float", 4)]
public float lifetime;
[DNAFieldAttribute(22, "char", "_pad3[4]", 1)]
[DNAFieldAttribute(22, "char", "_pad3[4]", "System.Char[]", 1)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(23, "void", "*_pad4", 0)]
[DNAFieldAttribute(23, "void", "*_pad4", "void", 0)]
public object ptr__pad4;
public WaveModifierData() {
this.modifier = default;