Regenerated all the files

This commit is contained in:
Samuele Lorefice
2025-01-22 20:24:55 +01:00
parent 162f888600
commit bf1eb8201c
939 changed files with 10620 additions and 0 deletions

View File

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