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,112 +15,112 @@ namespace BlendFile.DNA {
[DNAClassAttribute(482, "FluidsimSettings", 1240)]
public class FluidsimSettings {
[DNAFieldAttribute(0, "FluidsimModifierData", "*fmd", "FluidsimModifierData", 8, true, 0)]
public FluidsimModifierData ptr_fmd;
[DNAFieldAttribute(1, "int", "threads", "int", 4, false, 8)]
[DNAFieldAttribute(8, "FluidsimModifierData", 0, "*fmd", "FluidsimModifierData", true, 0)]
public FluidsimModifierData fmd;
[DNAFieldAttribute(4, "int", 1, "threads", "int", false, 8)]
public int threads;
[DNAFieldAttribute(2, "char", "_pad1[4]", "System.Char[]", 4, false, 12)]
[DNAFieldAttribute(4, "char", 2, "_pad1[4]", "System.Char[]", false, 12)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(3, "short", "type", "short", 2, false, 16)]
[DNAFieldAttribute(2, "short", 3, "type", "short", false, 16)]
public short type;
[DNAFieldAttribute(4, "short", "show_advancedoptions", "short", 2, false, 18)]
[DNAFieldAttribute(2, "short", 4, "show_advancedoptions", "short", false, 18)]
public short show_advancedoptions;
[DNAFieldAttribute(5, "short", "resolutionxyz", "short", 2, false, 20)]
[DNAFieldAttribute(2, "short", 5, "resolutionxyz", "short", false, 20)]
public short resolutionxyz;
[DNAFieldAttribute(6, "short", "previewresxyz", "short", 2, false, 22)]
[DNAFieldAttribute(2, "short", 6, "previewresxyz", "short", false, 22)]
public short previewresxyz;
[DNAFieldAttribute(7, "float", "realsize", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 7, "realsize", "float", false, 24)]
public float realsize;
[DNAFieldAttribute(8, "short", "guiDisplayMode", "short", 2, false, 28)]
[DNAFieldAttribute(2, "short", 8, "guiDisplayMode", "short", false, 28)]
public short guiDisplayMode;
[DNAFieldAttribute(9, "short", "renderDisplayMode", "short", 2, false, 30)]
[DNAFieldAttribute(2, "short", 9, "renderDisplayMode", "short", false, 30)]
public short renderDisplayMode;
[DNAFieldAttribute(10, "float", "viscosityValue", "float", 4, false, 32)]
[DNAFieldAttribute(4, "float", 10, "viscosityValue", "float", false, 32)]
public float viscosityValue;
[DNAFieldAttribute(11, "short", "viscosityMode", "short", 2, false, 36)]
[DNAFieldAttribute(2, "short", 11, "viscosityMode", "short", false, 36)]
public short viscosityMode;
[DNAFieldAttribute(12, "short", "viscosityExponent", "short", 2, false, 38)]
[DNAFieldAttribute(2, "short", 12, "viscosityExponent", "short", false, 38)]
public short viscosityExponent;
[DNAFieldAttribute(13, "float", "grav[3]", "System.Single[]", 12, false, 40)]
[DNAFieldAttribute(12, "float", 13, "grav[3]", "System.Single[]", false, 40)]
public float[] grav = new System.Single[3];
[DNAFieldAttribute(14, "float", "animStart", "float", 4, false, 52)]
[DNAFieldAttribute(4, "float", 14, "animStart", "float", false, 52)]
public float animStart;
[DNAFieldAttribute(15, "float", "animEnd", "float", 4, false, 56)]
[DNAFieldAttribute(4, "float", 15, "animEnd", "float", false, 56)]
public float animEnd;
[DNAFieldAttribute(16, "int", "bakeStart", "int", 4, false, 60)]
[DNAFieldAttribute(4, "int", 16, "bakeStart", "int", false, 60)]
public int bakeStart;
[DNAFieldAttribute(17, "int", "bakeEnd", "int", 4, false, 64)]
[DNAFieldAttribute(4, "int", 17, "bakeEnd", "int", false, 64)]
public int bakeEnd;
[DNAFieldAttribute(18, "int", "frameOffset", "int", 4, false, 68)]
[DNAFieldAttribute(4, "int", 18, "frameOffset", "int", false, 68)]
public int frameOffset;
[DNAFieldAttribute(19, "char", "_pad2[4]", "System.Char[]", 4, false, 72)]
[DNAFieldAttribute(4, "char", 19, "_pad2[4]", "System.Char[]", false, 72)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(20, "float", "gstar", "float", 4, false, 76)]
[DNAFieldAttribute(4, "float", 20, "gstar", "float", false, 76)]
public float gstar;
[DNAFieldAttribute(21, "int", "maxRefine", "int", 4, false, 80)]
[DNAFieldAttribute(4, "int", 21, "maxRefine", "int", false, 80)]
public int maxRefine;
[DNAFieldAttribute(22, "float", "iniVelx", "float", 4, false, 84)]
[DNAFieldAttribute(4, "float", 22, "iniVelx", "float", false, 84)]
public float iniVelx;
[DNAFieldAttribute(23, "float", "iniVely", "float", 4, false, 88)]
[DNAFieldAttribute(4, "float", 23, "iniVely", "float", false, 88)]
public float iniVely;
[DNAFieldAttribute(24, "float", "iniVelz", "float", 4, false, 92)]
[DNAFieldAttribute(4, "float", 24, "iniVelz", "float", false, 92)]
public float iniVelz;
[DNAFieldAttribute(25, "char", "surfdataPath[1024]", "System.Char[]", 1024, false, 96)]
[DNAFieldAttribute(1024, "char", 25, "surfdataPath[1024]", "System.Char[]", false, 96)]
public char[] surfdataPath = new System.Char[1024];
[DNAFieldAttribute(26, "float", "bbStart[3]", "System.Single[]", 12, false, 1120)]
[DNAFieldAttribute(12, "float", 26, "bbStart[3]", "System.Single[]", false, 1120)]
public float[] bbStart = new System.Single[3];
[DNAFieldAttribute(27, "float", "bbSize[3]", "System.Single[]", 12, false, 1132)]
[DNAFieldAttribute(12, "float", 27, "bbSize[3]", "System.Single[]", false, 1132)]
public float[] bbSize = new System.Single[3];
[DNAFieldAttribute(28, "Ipo", "*ipo", "Ipo", 8, true, 1144)]
public Ipo ptr_ipo;
[DNAFieldAttribute(29, "short", "typeFlags", "short", 2, false, 1152)]
[DNAFieldAttribute(8, "Ipo", 28, "*ipo", "Ipo", true, 1144)]
public Ipo ipo;
[DNAFieldAttribute(2, "short", 29, "typeFlags", "short", false, 1152)]
public short typeFlags;
[DNAFieldAttribute(30, "char", "domainNovecgen", "char", 1, false, 1154)]
[DNAFieldAttribute(1, "char", 30, "domainNovecgen", "char", false, 1154)]
public char domainNovecgen;
[DNAFieldAttribute(31, "char", "volumeInitType", "char", 1, false, 1155)]
[DNAFieldAttribute(1, "char", 31, "volumeInitType", "char", false, 1155)]
public char volumeInitType;
[DNAFieldAttribute(32, "float", "partSlipValue", "float", 4, false, 1156)]
[DNAFieldAttribute(4, "float", 32, "partSlipValue", "float", false, 1156)]
public float partSlipValue;
[DNAFieldAttribute(33, "int", "generateTracers", "int", 4, false, 1160)]
[DNAFieldAttribute(4, "int", 33, "generateTracers", "int", false, 1160)]
public int generateTracers;
[DNAFieldAttribute(34, "float", "generateParticles", "float", 4, false, 1164)]
[DNAFieldAttribute(4, "float", 34, "generateParticles", "float", false, 1164)]
public float generateParticles;
[DNAFieldAttribute(35, "float", "surfaceSmoothing", "float", 4, false, 1168)]
[DNAFieldAttribute(4, "float", 35, "surfaceSmoothing", "float", false, 1168)]
public float surfaceSmoothing;
[DNAFieldAttribute(36, "int", "surfaceSubdivs", "int", 4, false, 1172)]
[DNAFieldAttribute(4, "int", 36, "surfaceSubdivs", "int", false, 1172)]
public int surfaceSubdivs;
[DNAFieldAttribute(37, "int", "flag", "int", 4, false, 1176)]
[DNAFieldAttribute(4, "int", 37, "flag", "int", false, 1176)]
public int flag;
[DNAFieldAttribute(38, "float", "particleInfSize", "float", 4, false, 1180)]
[DNAFieldAttribute(4, "float", 38, "particleInfSize", "float", false, 1180)]
public float particleInfSize;
[DNAFieldAttribute(39, "float", "particleInfAlpha", "float", 4, false, 1184)]
[DNAFieldAttribute(4, "float", 39, "particleInfAlpha", "float", false, 1184)]
public float particleInfAlpha;
[DNAFieldAttribute(40, "float", "farFieldSize", "float", 4, false, 1188)]
[DNAFieldAttribute(4, "float", 40, "farFieldSize", "float", false, 1188)]
public float farFieldSize;
[DNAFieldAttribute(41, "FluidVertexVelocity", "*meshVelocities", "FluidVertexVelocity", 8, true, 1192)]
public FluidVertexVelocity ptr_meshVelocities;
[DNAFieldAttribute(42, "int", "totvert", "int", 4, false, 1200)]
[DNAFieldAttribute(8, "FluidVertexVelocity", 41, "*meshVelocities", "FluidVertexVelocity", true, 1192)]
public FluidVertexVelocity meshVelocities;
[DNAFieldAttribute(4, "int", 42, "totvert", "int", false, 1200)]
public int totvert;
[DNAFieldAttribute(43, "float", "cpsTimeStart", "float", 4, false, 1204)]
[DNAFieldAttribute(4, "float", 43, "cpsTimeStart", "float", false, 1204)]
public float cpsTimeStart;
[DNAFieldAttribute(44, "float", "cpsTimeEnd", "float", 4, false, 1208)]
[DNAFieldAttribute(4, "float", 44, "cpsTimeEnd", "float", false, 1208)]
public float cpsTimeEnd;
[DNAFieldAttribute(45, "float", "cpsQuality", "float", 4, false, 1212)]
[DNAFieldAttribute(4, "float", 45, "cpsQuality", "float", false, 1212)]
public float cpsQuality;
[DNAFieldAttribute(46, "float", "attractforceStrength", "float", 4, false, 1216)]
[DNAFieldAttribute(4, "float", 46, "attractforceStrength", "float", false, 1216)]
public float attractforceStrength;
[DNAFieldAttribute(47, "float", "attractforceRadius", "float", 4, false, 1220)]
[DNAFieldAttribute(4, "float", 47, "attractforceRadius", "float", false, 1220)]
public float attractforceRadius;
[DNAFieldAttribute(48, "float", "velocityforceStrength", "float", 4, false, 1224)]
[DNAFieldAttribute(4, "float", 48, "velocityforceStrength", "float", false, 1224)]
public float velocityforceStrength;
[DNAFieldAttribute(49, "float", "velocityforceRadius", "float", 4, false, 1228)]
[DNAFieldAttribute(4, "float", 49, "velocityforceRadius", "float", false, 1228)]
public float velocityforceRadius;
[DNAFieldAttribute(50, "int", "lastgoodframe", "int", 4, false, 1232)]
[DNAFieldAttribute(4, "int", 50, "lastgoodframe", "int", false, 1232)]
public int lastgoodframe;
[DNAFieldAttribute(51, "float", "animRate", "float", 4, false, 1236)]
[DNAFieldAttribute(4, "float", 51, "animRate", "float", false, 1236)]
public float animRate;
public FluidsimSettings() {
this.ptr_fmd = default;
this.fmd = default;
this.threads = default;
this._pad1 = default;
this.type = default;
@@ -148,7 +148,7 @@ namespace BlendFile.DNA {
this.surfdataPath = default;
this.bbStart = default;
this.bbSize = default;
this.ptr_ipo = default;
this.ipo = default;
this.typeFlags = default;
this.domainNovecgen = default;
this.volumeInitType = default;
@@ -161,7 +161,7 @@ namespace BlendFile.DNA {
this.particleInfSize = default;
this.particleInfAlpha = default;
this.farFieldSize = default;
this.ptr_meshVelocities = default;
this.meshVelocities = default;
this.totvert = default;
this.cpsTimeStart = default;
this.cpsTimeEnd = default;
@@ -174,7 +174,7 @@ namespace BlendFile.DNA {
this.animRate = default;
}
public FluidsimSettings(
FluidsimModifierData ptr_fmd,
FluidsimModifierData fmd,
int threads,
char[] _pad1,
short type,
@@ -202,7 +202,7 @@ namespace BlendFile.DNA {
char[] surfdataPath,
float[] bbStart,
float[] bbSize,
Ipo ptr_ipo,
Ipo ipo,
short typeFlags,
char domainNovecgen,
char volumeInitType,
@@ -215,7 +215,7 @@ namespace BlendFile.DNA {
float particleInfSize,
float particleInfAlpha,
float farFieldSize,
FluidVertexVelocity ptr_meshVelocities,
FluidVertexVelocity meshVelocities,
int totvert,
float cpsTimeStart,
float cpsTimeEnd,
@@ -226,7 +226,7 @@ namespace BlendFile.DNA {
float velocityforceRadius,
int lastgoodframe,
float animRate) {
this.ptr_fmd = ptr_fmd;
this.fmd = fmd;
this.threads = threads;
this._pad1 = _pad1;
this.type = type;
@@ -254,7 +254,7 @@ namespace BlendFile.DNA {
this.surfdataPath = surfdataPath;
this.bbStart = bbStart;
this.bbSize = bbSize;
this.ptr_ipo = ptr_ipo;
this.ipo = ipo;
this.typeFlags = typeFlags;
this.domainNovecgen = domainNovecgen;
this.volumeInitType = volumeInitType;
@@ -267,7 +267,7 @@ namespace BlendFile.DNA {
this.particleInfSize = particleInfSize;
this.particleInfAlpha = particleInfAlpha;
this.farFieldSize = farFieldSize;
this.ptr_meshVelocities = ptr_meshVelocities;
this.meshVelocities = meshVelocities;
this.totvert = totvert;
this.cpsTimeStart = cpsTimeStart;
this.cpsTimeEnd = cpsTimeEnd;