Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,64 +15,64 @@ namespace BlendFile.DNA {
[DNAClassAttribute(460, "WaveModifierData", 408)]
public class WaveModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Tex", "*texture", "Tex", 8, true, 120)]
public Tex ptr_texture;
[DNAFieldAttribute(2, "Object", "*map_object", "Object", 8, true, 128)]
public Object ptr_map_object;
[DNAFieldAttribute(3, "char", "map_bone[64]", "System.Char[]", 64, false, 136)]
[DNAFieldAttribute(8, "Tex", 1, "*texture", "Tex", true, 120)]
public Tex texture;
[DNAFieldAttribute(8, "Object", 2, "*map_object", "Object", true, 128)]
public Object map_object;
[DNAFieldAttribute(64, "char", 3, "map_bone[64]", "System.Char[]", false, 136)]
public char[] map_bone = new System.Char[64];
[DNAFieldAttribute(4, "char", "uvlayer_name[68]", "System.Char[]", 68, false, 200)]
[DNAFieldAttribute(68, "char", 4, "uvlayer_name[68]", "System.Char[]", false, 200)]
public char[] uvlayer_name = new System.Char[68];
[DNAFieldAttribute(5, "char", "_pad1[4]", "System.Char[]", 4, false, 268)]
[DNAFieldAttribute(4, "char", 5, "_pad1[4]", "System.Char[]", false, 268)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(6, "int", "uvlayer_tmp", "int", 4, false, 272)]
[DNAFieldAttribute(4, "int", 6, "uvlayer_tmp", "int", false, 272)]
public int uvlayer_tmp;
[DNAFieldAttribute(7, "int", "texmapping", "int", 4, false, 276)]
[DNAFieldAttribute(4, "int", 7, "texmapping", "int", false, 276)]
public int texmapping;
[DNAFieldAttribute(8, "Object", "*objectcenter", "Object", 8, true, 280)]
public Object ptr_objectcenter;
[DNAFieldAttribute(9, "char", "defgrp_name[64]", "System.Char[]", 64, false, 288)]
[DNAFieldAttribute(8, "Object", 8, "*objectcenter", "Object", true, 280)]
public Object objectcenter;
[DNAFieldAttribute(64, "char", 9, "defgrp_name[64]", "System.Char[]", false, 288)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(10, "short", "flag", "short", 2, false, 352)]
[DNAFieldAttribute(2, "short", 10, "flag", "short", false, 352)]
public short flag;
[DNAFieldAttribute(11, "char", "_pad2[2]", "System.Char[]", 2, false, 354)]
[DNAFieldAttribute(2, "char", 11, "_pad2[2]", "System.Char[]", false, 354)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(12, "float", "startx", "float", 4, false, 356)]
[DNAFieldAttribute(4, "float", 12, "startx", "float", false, 356)]
public float startx;
[DNAFieldAttribute(13, "float", "starty", "float", 4, false, 360)]
[DNAFieldAttribute(4, "float", 13, "starty", "float", false, 360)]
public float starty;
[DNAFieldAttribute(14, "float", "height", "float", 4, false, 364)]
[DNAFieldAttribute(4, "float", 14, "height", "float", false, 364)]
public float height;
[DNAFieldAttribute(15, "float", "width", "float", 4, false, 368)]
[DNAFieldAttribute(4, "float", 15, "width", "float", false, 368)]
public float width;
[DNAFieldAttribute(16, "float", "narrow", "float", 4, false, 372)]
[DNAFieldAttribute(4, "float", 16, "narrow", "float", false, 372)]
public float narrow;
[DNAFieldAttribute(17, "float", "speed", "float", 4, false, 376)]
[DNAFieldAttribute(4, "float", 17, "speed", "float", false, 376)]
public float speed;
[DNAFieldAttribute(18, "float", "damp", "float", 4, false, 380)]
[DNAFieldAttribute(4, "float", 18, "damp", "float", false, 380)]
public float damp;
[DNAFieldAttribute(19, "float", "falloff", "float", 4, false, 384)]
[DNAFieldAttribute(4, "float", 19, "falloff", "float", false, 384)]
public float falloff;
[DNAFieldAttribute(20, "float", "timeoffs", "float", 4, false, 388)]
[DNAFieldAttribute(4, "float", 20, "timeoffs", "float", false, 388)]
public float timeoffs;
[DNAFieldAttribute(21, "float", "lifetime", "float", 4, false, 392)]
[DNAFieldAttribute(4, "float", 21, "lifetime", "float", false, 392)]
public float lifetime;
[DNAFieldAttribute(22, "char", "_pad3[4]", "System.Char[]", 4, false, 396)]
[DNAFieldAttribute(4, "char", 22, "_pad3[4]", "System.Char[]", false, 396)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(23, "void", "*_pad4", "void", 8, true, 400)]
public object ptr__pad4;
[DNAFieldAttribute(8, "void", 23, "*_pad4", "void", true, 400)]
public object _pad4;
public WaveModifierData() {
this.modifier = default;
this.ptr_texture = default;
this.ptr_map_object = default;
this.texture = default;
this.map_object = default;
this.map_bone = default;
this.uvlayer_name = default;
this._pad1 = default;
this.uvlayer_tmp = default;
this.texmapping = default;
this.ptr_objectcenter = default;
this.objectcenter = default;
this.defgrp_name = default;
this.flag = default;
this._pad2 = default;
@@ -87,18 +87,18 @@ namespace BlendFile.DNA {
this.timeoffs = default;
this.lifetime = default;
this._pad3 = default;
this.ptr__pad4 = default;
this._pad4 = default;
}
public WaveModifierData(
ModifierData modifier,
Tex ptr_texture,
Object ptr_map_object,
Tex texture,
Object map_object,
char[] map_bone,
char[] uvlayer_name,
char[] _pad1,
int uvlayer_tmp,
int texmapping,
Object ptr_objectcenter,
Object objectcenter,
char[] defgrp_name,
short flag,
char[] _pad2,
@@ -113,16 +113,16 @@ namespace BlendFile.DNA {
float timeoffs,
float lifetime,
char[] _pad3,
object ptr__pad4) {
object _pad4) {
this.modifier = modifier;
this.ptr_texture = ptr_texture;
this.ptr_map_object = ptr_map_object;
this.texture = texture;
this.map_object = map_object;
this.map_bone = map_bone;
this.uvlayer_name = uvlayer_name;
this._pad1 = _pad1;
this.uvlayer_tmp = uvlayer_tmp;
this.texmapping = texmapping;
this.ptr_objectcenter = ptr_objectcenter;
this.objectcenter = objectcenter;
this.defgrp_name = defgrp_name;
this.flag = flag;
this._pad2 = _pad2;
@@ -137,7 +137,7 @@ namespace BlendFile.DNA {
this.timeoffs = timeoffs;
this.lifetime = lifetime;
this._pad3 = _pad3;
this.ptr__pad4 = ptr__pad4;
this._pad4 = _pad4;
}
}
}