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,39 +15,39 @@ namespace BlendFile.DNA {
[DNAClassAttribute(784, "SPHFluidSettings")]
public struct SPHFluidSettings {
[DNAFieldAttribute(0, "float", "radius", 4)]
[DNAFieldAttribute(0, "float", "radius", "float", 4)]
public float radius;
[DNAFieldAttribute(1, "float", "spring_k", 4)]
[DNAFieldAttribute(1, "float", "spring_k", "float", 4)]
public float spring_k;
[DNAFieldAttribute(2, "float", "rest_length", 4)]
[DNAFieldAttribute(2, "float", "rest_length", "float", 4)]
public float rest_length;
[DNAFieldAttribute(3, "float", "plasticity_constant", 4)]
[DNAFieldAttribute(3, "float", "plasticity_constant", "float", 4)]
public float plasticity_constant;
[DNAFieldAttribute(4, "float", "yield_ratio", 4)]
[DNAFieldAttribute(4, "float", "yield_ratio", "float", 4)]
public float yield_ratio;
[DNAFieldAttribute(5, "float", "plasticity_balance", 4)]
[DNAFieldAttribute(5, "float", "plasticity_balance", "float", 4)]
public float plasticity_balance;
[DNAFieldAttribute(6, "float", "yield_balance", 4)]
[DNAFieldAttribute(6, "float", "yield_balance", "float", 4)]
public float yield_balance;
[DNAFieldAttribute(7, "float", "viscosity_omega", 4)]
[DNAFieldAttribute(7, "float", "viscosity_omega", "float", 4)]
public float viscosity_omega;
[DNAFieldAttribute(8, "float", "viscosity_beta", 4)]
[DNAFieldAttribute(8, "float", "viscosity_beta", "float", 4)]
public float viscosity_beta;
[DNAFieldAttribute(9, "float", "stiffness_k", 4)]
[DNAFieldAttribute(9, "float", "stiffness_k", "float", 4)]
public float stiffness_k;
[DNAFieldAttribute(10, "float", "stiffness_knear", 4)]
[DNAFieldAttribute(10, "float", "stiffness_knear", "float", 4)]
public float stiffness_knear;
[DNAFieldAttribute(11, "float", "rest_density", 4)]
[DNAFieldAttribute(11, "float", "rest_density", "float", 4)]
public float rest_density;
[DNAFieldAttribute(12, "float", "buoyancy", 4)]
[DNAFieldAttribute(12, "float", "buoyancy", "float", 4)]
public float buoyancy;
[DNAFieldAttribute(13, "int", "flag", 4)]
[DNAFieldAttribute(13, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(14, "int", "spring_frames", 4)]
[DNAFieldAttribute(14, "int", "spring_frames", "int", 4)]
public int spring_frames;
[DNAFieldAttribute(15, "short", "solver", 2)]
[DNAFieldAttribute(15, "short", "solver", "short", 2)]
public short solver;
[DNAFieldAttribute(16, "char", "_pad[6]", 1)]
[DNAFieldAttribute(16, "char", "_pad[6]", "System.Char[]", 1)]
public char[] _pad = new System.Char[6];
public SPHFluidSettings() {
this.radius = default;