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,74 +15,74 @@ namespace BlendFile.DNA {
[DNAClassAttribute(246, "FluidFlowSettings", 216)]
public class FluidFlowSettings {
[DNAFieldAttribute(0, "FluidModifierData", "*fmd", "FluidModifierData", 8, true, 0)]
public FluidModifierData ptr_fmd;
[DNAFieldAttribute(1, "Mesh", "*mesh", "Mesh", 8, true, 8)]
public Mesh ptr_mesh;
[DNAFieldAttribute(2, "ParticleSystem", "*psys", "ParticleSystem", 8, true, 16)]
public ParticleSystem ptr_psys;
[DNAFieldAttribute(3, "Tex", "*noise_texture", "Tex", 8, true, 24)]
public Tex ptr_noise_texture;
[DNAFieldAttribute(4, "float", "*verts_old", "float", 8, true, 32)]
public float ptr_verts_old;
[DNAFieldAttribute(5, "int", "numverts", "int", 4, false, 40)]
[DNAFieldAttribute(8, "FluidModifierData", 0, "*fmd", "FluidModifierData", true, 0)]
public FluidModifierData fmd;
[DNAFieldAttribute(8, "Mesh", 1, "*mesh", "Mesh", true, 8)]
public Mesh mesh;
[DNAFieldAttribute(8, "ParticleSystem", 2, "*psys", "ParticleSystem", true, 16)]
public ParticleSystem psys;
[DNAFieldAttribute(8, "Tex", 3, "*noise_texture", "Tex", true, 24)]
public Tex noise_texture;
[DNAFieldAttribute(8, "float", 4, "*verts_old", "float", true, 32)]
public float verts_old;
[DNAFieldAttribute(4, "int", 5, "numverts", "int", false, 40)]
public int numverts;
[DNAFieldAttribute(6, "float", "vel_multi", "float", 4, false, 44)]
[DNAFieldAttribute(4, "float", 6, "vel_multi", "float", false, 44)]
public float vel_multi;
[DNAFieldAttribute(7, "float", "vel_normal", "float", 4, false, 48)]
[DNAFieldAttribute(4, "float", 7, "vel_normal", "float", false, 48)]
public float vel_normal;
[DNAFieldAttribute(8, "float", "vel_random", "float", 4, false, 52)]
[DNAFieldAttribute(4, "float", 8, "vel_random", "float", false, 52)]
public float vel_random;
[DNAFieldAttribute(9, "float", "vel_coord[3]", "System.Single[]", 12, false, 56)]
[DNAFieldAttribute(12, "float", 9, "vel_coord[3]", "System.Single[]", false, 56)]
public float[] vel_coord = new System.Single[3];
[DNAFieldAttribute(10, "char", "_pad1[4]", "System.Char[]", 4, false, 68)]
[DNAFieldAttribute(4, "char", 10, "_pad1[4]", "System.Char[]", false, 68)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(11, "float", "density", "float", 4, false, 72)]
[DNAFieldAttribute(4, "float", 11, "density", "float", false, 72)]
public float density;
[DNAFieldAttribute(12, "float", "color[3]", "System.Single[]", 12, false, 76)]
[DNAFieldAttribute(12, "float", 12, "color[3]", "System.Single[]", false, 76)]
public float[] color = new System.Single[3];
[DNAFieldAttribute(13, "float", "fuel_amount", "float", 4, false, 88)]
[DNAFieldAttribute(4, "float", 13, "fuel_amount", "float", false, 88)]
public float fuel_amount;
[DNAFieldAttribute(14, "float", "temperature", "float", 4, false, 92)]
[DNAFieldAttribute(4, "float", 14, "temperature", "float", false, 92)]
public float temperature;
[DNAFieldAttribute(15, "float", "volume_density", "float", 4, false, 96)]
[DNAFieldAttribute(4, "float", 15, "volume_density", "float", false, 96)]
public float volume_density;
[DNAFieldAttribute(16, "float", "surface_distance", "float", 4, false, 100)]
[DNAFieldAttribute(4, "float", 16, "surface_distance", "float", false, 100)]
public float surface_distance;
[DNAFieldAttribute(17, "float", "particle_size", "float", 4, false, 104)]
[DNAFieldAttribute(4, "float", 17, "particle_size", "float", false, 104)]
public float particle_size;
[DNAFieldAttribute(18, "int", "subframes", "int", 4, false, 108)]
[DNAFieldAttribute(4, "int", 18, "subframes", "int", false, 108)]
public int subframes;
[DNAFieldAttribute(19, "float", "texture_size", "float", 4, false, 112)]
[DNAFieldAttribute(4, "float", 19, "texture_size", "float", false, 112)]
public float texture_size;
[DNAFieldAttribute(20, "float", "texture_offset", "float", 4, false, 116)]
[DNAFieldAttribute(4, "float", 20, "texture_offset", "float", false, 116)]
public float texture_offset;
[DNAFieldAttribute(21, "char", "_pad2[4]", "System.Char[]", 4, false, 120)]
[DNAFieldAttribute(4, "char", 21, "_pad2[4]", "System.Char[]", false, 120)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(22, "char", "uvlayer_name[68]", "System.Char[]", 68, false, 124)]
[DNAFieldAttribute(68, "char", 22, "uvlayer_name[68]", "System.Char[]", false, 124)]
public char[] uvlayer_name = new System.Char[68];
[DNAFieldAttribute(23, "char", "_pad3[4]", "System.Char[]", 4, false, 192)]
[DNAFieldAttribute(4, "char", 23, "_pad3[4]", "System.Char[]", false, 192)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(24, "short", "vgroup_density", "short", 2, false, 196)]
[DNAFieldAttribute(2, "short", 24, "vgroup_density", "short", false, 196)]
public short vgroup_density;
[DNAFieldAttribute(25, "short", "type", "short", 2, false, 198)]
[DNAFieldAttribute(2, "short", 25, "type", "short", false, 198)]
public short type;
[DNAFieldAttribute(26, "short", "behavior", "short", 2, false, 200)]
[DNAFieldAttribute(2, "short", 26, "behavior", "short", false, 200)]
public short behavior;
[DNAFieldAttribute(27, "short", "source", "short", 2, false, 202)]
[DNAFieldAttribute(2, "short", 27, "source", "short", false, 202)]
public short source;
[DNAFieldAttribute(28, "short", "texture_type", "short", 2, false, 204)]
[DNAFieldAttribute(2, "short", 28, "texture_type", "short", false, 204)]
public short texture_type;
[DNAFieldAttribute(29, "short", "_pad4[3]", "System.Int16[]", 6, false, 206)]
[DNAFieldAttribute(6, "short", 29, "_pad4[3]", "System.Int16[]", false, 206)]
public short[] _pad4 = new System.Int16[3];
[DNAFieldAttribute(30, "int", "flags", "int", 4, false, 212)]
[DNAFieldAttribute(4, "int", 30, "flags", "int", false, 212)]
public int flags;
public FluidFlowSettings() {
this.ptr_fmd = default;
this.ptr_mesh = default;
this.ptr_psys = default;
this.ptr_noise_texture = default;
this.ptr_verts_old = default;
this.fmd = default;
this.mesh = default;
this.psys = default;
this.noise_texture = default;
this.verts_old = default;
this.numverts = default;
this.vel_multi = default;
this.vel_normal = default;
@@ -111,11 +111,11 @@ namespace BlendFile.DNA {
this.flags = default;
}
public FluidFlowSettings(
FluidModifierData ptr_fmd,
Mesh ptr_mesh,
ParticleSystem ptr_psys,
Tex ptr_noise_texture,
float ptr_verts_old,
FluidModifierData fmd,
Mesh mesh,
ParticleSystem psys,
Tex noise_texture,
float verts_old,
int numverts,
float vel_multi,
float vel_normal,
@@ -142,11 +142,11 @@ namespace BlendFile.DNA {
short texture_type,
short[] _pad4,
int flags) {
this.ptr_fmd = ptr_fmd;
this.ptr_mesh = ptr_mesh;
this.ptr_psys = ptr_psys;
this.ptr_noise_texture = ptr_noise_texture;
this.ptr_verts_old = ptr_verts_old;
this.fmd = fmd;
this.mesh = mesh;
this.psys = psys;
this.noise_texture = noise_texture;
this.verts_old = verts_old;
this.numverts = numverts;
this.vel_multi = vel_multi;
this.vel_normal = vel_normal;