regenerated files
This commit is contained in:
@@ -15,145 +15,145 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(154, "ClothSimSettings")]
|
||||
public class ClothSimSettings {
|
||||
[DNAFieldAttribute(0, "LinkNode", "*cache", 0)]
|
||||
[DNAFieldAttribute(0, "LinkNode", "*cache", "LinkNode", 0)]
|
||||
public LinkNode ptr_cache;
|
||||
[DNAFieldAttribute(1, "float", "mingoal", 4)]
|
||||
[DNAFieldAttribute(1, "float", "mingoal", "float", 4)]
|
||||
public float mingoal;
|
||||
[DNAFieldAttribute(2, "float", "Cdis", 4)]
|
||||
[DNAFieldAttribute(2, "float", "Cdis", "float", 4)]
|
||||
public float Cdis;
|
||||
[DNAFieldAttribute(3, "float", "Cvi", 4)]
|
||||
[DNAFieldAttribute(3, "float", "Cvi", "float", 4)]
|
||||
public float Cvi;
|
||||
[DNAFieldAttribute(4, "float", "gravity[3]", 4)]
|
||||
[DNAFieldAttribute(4, "float", "gravity[3]", "System.Single[]", 4)]
|
||||
public float[] gravity = new System.Single[3];
|
||||
[DNAFieldAttribute(5, "float", "dt", 4)]
|
||||
[DNAFieldAttribute(5, "float", "dt", "float", 4)]
|
||||
public float dt;
|
||||
[DNAFieldAttribute(6, "float", "mass", 4)]
|
||||
[DNAFieldAttribute(6, "float", "mass", "float", 4)]
|
||||
public float mass;
|
||||
[DNAFieldAttribute(7, "float", "structural", 4)]
|
||||
[DNAFieldAttribute(7, "float", "structural", "float", 4)]
|
||||
public float structural;
|
||||
[DNAFieldAttribute(8, "float", "shear", 4)]
|
||||
[DNAFieldAttribute(8, "float", "shear", "float", 4)]
|
||||
public float shear;
|
||||
[DNAFieldAttribute(9, "float", "bending", 4)]
|
||||
[DNAFieldAttribute(9, "float", "bending", "float", 4)]
|
||||
public float bending;
|
||||
[DNAFieldAttribute(10, "float", "max_bend", 4)]
|
||||
[DNAFieldAttribute(10, "float", "max_bend", "float", 4)]
|
||||
public float max_bend;
|
||||
[DNAFieldAttribute(11, "float", "max_struct", 4)]
|
||||
[DNAFieldAttribute(11, "float", "max_struct", "float", 4)]
|
||||
public float max_struct;
|
||||
[DNAFieldAttribute(12, "float", "max_shear", 4)]
|
||||
[DNAFieldAttribute(12, "float", "max_shear", "float", 4)]
|
||||
public float max_shear;
|
||||
[DNAFieldAttribute(13, "float", "max_sewing", 4)]
|
||||
[DNAFieldAttribute(13, "float", "max_sewing", "float", 4)]
|
||||
public float max_sewing;
|
||||
[DNAFieldAttribute(14, "float", "avg_spring_len", 4)]
|
||||
[DNAFieldAttribute(14, "float", "avg_spring_len", "float", 4)]
|
||||
public float avg_spring_len;
|
||||
[DNAFieldAttribute(15, "float", "timescale", 4)]
|
||||
[DNAFieldAttribute(15, "float", "timescale", "float", 4)]
|
||||
public float timescale;
|
||||
[DNAFieldAttribute(16, "float", "time_scale", 4)]
|
||||
[DNAFieldAttribute(16, "float", "time_scale", "float", 4)]
|
||||
public float time_scale;
|
||||
[DNAFieldAttribute(17, "float", "maxgoal", 4)]
|
||||
[DNAFieldAttribute(17, "float", "maxgoal", "float", 4)]
|
||||
public float maxgoal;
|
||||
[DNAFieldAttribute(18, "float", "eff_force_scale", 4)]
|
||||
[DNAFieldAttribute(18, "float", "eff_force_scale", "float", 4)]
|
||||
public float eff_force_scale;
|
||||
[DNAFieldAttribute(19, "float", "eff_wind_scale", 4)]
|
||||
[DNAFieldAttribute(19, "float", "eff_wind_scale", "float", 4)]
|
||||
public float eff_wind_scale;
|
||||
[DNAFieldAttribute(20, "float", "sim_time_old", 4)]
|
||||
[DNAFieldAttribute(20, "float", "sim_time_old", "float", 4)]
|
||||
public float sim_time_old;
|
||||
[DNAFieldAttribute(21, "float", "defgoal", 4)]
|
||||
[DNAFieldAttribute(21, "float", "defgoal", "float", 4)]
|
||||
public float defgoal;
|
||||
[DNAFieldAttribute(22, "float", "goalspring", 4)]
|
||||
[DNAFieldAttribute(22, "float", "goalspring", "float", 4)]
|
||||
public float goalspring;
|
||||
[DNAFieldAttribute(23, "float", "goalfrict", 4)]
|
||||
[DNAFieldAttribute(23, "float", "goalfrict", "float", 4)]
|
||||
public float goalfrict;
|
||||
[DNAFieldAttribute(24, "float", "velocity_smooth", 4)]
|
||||
[DNAFieldAttribute(24, "float", "velocity_smooth", "float", 4)]
|
||||
public float velocity_smooth;
|
||||
[DNAFieldAttribute(25, "float", "density_target", 4)]
|
||||
[DNAFieldAttribute(25, "float", "density_target", "float", 4)]
|
||||
public float density_target;
|
||||
[DNAFieldAttribute(26, "float", "density_strength", 4)]
|
||||
[DNAFieldAttribute(26, "float", "density_strength", "float", 4)]
|
||||
public float density_strength;
|
||||
[DNAFieldAttribute(27, "float", "collider_friction", 4)]
|
||||
[DNAFieldAttribute(27, "float", "collider_friction", "float", 4)]
|
||||
public float collider_friction;
|
||||
[DNAFieldAttribute(28, "float", "vel_damping", 4)]
|
||||
[DNAFieldAttribute(28, "float", "vel_damping", "float", 4)]
|
||||
public float vel_damping;
|
||||
[DNAFieldAttribute(29, "float", "shrink_min", 4)]
|
||||
[DNAFieldAttribute(29, "float", "shrink_min", "float", 4)]
|
||||
public float shrink_min;
|
||||
[DNAFieldAttribute(30, "float", "shrink_max", 4)]
|
||||
[DNAFieldAttribute(30, "float", "shrink_max", "float", 4)]
|
||||
public float shrink_max;
|
||||
[DNAFieldAttribute(31, "float", "uniform_pressure_force", 4)]
|
||||
[DNAFieldAttribute(31, "float", "uniform_pressure_force", "float", 4)]
|
||||
public float uniform_pressure_force;
|
||||
[DNAFieldAttribute(32, "float", "target_volume", 4)]
|
||||
[DNAFieldAttribute(32, "float", "target_volume", "float", 4)]
|
||||
public float target_volume;
|
||||
[DNAFieldAttribute(33, "float", "pressure_factor", 4)]
|
||||
[DNAFieldAttribute(33, "float", "pressure_factor", "float", 4)]
|
||||
public float pressure_factor;
|
||||
[DNAFieldAttribute(34, "float", "fluid_density", 4)]
|
||||
[DNAFieldAttribute(34, "float", "fluid_density", "float", 4)]
|
||||
public float fluid_density;
|
||||
[DNAFieldAttribute(35, "short", "vgroup_pressure", 2)]
|
||||
[DNAFieldAttribute(35, "short", "vgroup_pressure", "short", 2)]
|
||||
public short vgroup_pressure;
|
||||
[DNAFieldAttribute(36, "char", "_pad7[6]", 1)]
|
||||
[DNAFieldAttribute(36, "char", "_pad7[6]", "System.Char[]", 1)]
|
||||
public char[] _pad7 = new System.Char[6];
|
||||
[DNAFieldAttribute(37, "float", "bending_damping", 4)]
|
||||
[DNAFieldAttribute(37, "float", "bending_damping", "float", 4)]
|
||||
public float bending_damping;
|
||||
[DNAFieldAttribute(38, "float", "voxel_cell_size", 4)]
|
||||
[DNAFieldAttribute(38, "float", "voxel_cell_size", "float", 4)]
|
||||
public float voxel_cell_size;
|
||||
[DNAFieldAttribute(39, "int", "stepsPerFrame", 4)]
|
||||
[DNAFieldAttribute(39, "int", "stepsPerFrame", "int", 4)]
|
||||
public int stepsPerFrame;
|
||||
[DNAFieldAttribute(40, "int", "flags", 4)]
|
||||
[DNAFieldAttribute(40, "int", "flags", "int", 4)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(41, "int", "preroll", 4)]
|
||||
[DNAFieldAttribute(41, "int", "preroll", "int", 4)]
|
||||
public int preroll;
|
||||
[DNAFieldAttribute(42, "int", "maxspringlen", 4)]
|
||||
[DNAFieldAttribute(42, "int", "maxspringlen", "int", 4)]
|
||||
public int maxspringlen;
|
||||
[DNAFieldAttribute(43, "short", "solver_type", 2)]
|
||||
[DNAFieldAttribute(43, "short", "solver_type", "short", 2)]
|
||||
public short solver_type;
|
||||
[DNAFieldAttribute(44, "short", "vgroup_bend", 2)]
|
||||
[DNAFieldAttribute(44, "short", "vgroup_bend", "short", 2)]
|
||||
public short vgroup_bend;
|
||||
[DNAFieldAttribute(45, "short", "vgroup_mass", 2)]
|
||||
[DNAFieldAttribute(45, "short", "vgroup_mass", "short", 2)]
|
||||
public short vgroup_mass;
|
||||
[DNAFieldAttribute(46, "short", "vgroup_struct", 2)]
|
||||
[DNAFieldAttribute(46, "short", "vgroup_struct", "short", 2)]
|
||||
public short vgroup_struct;
|
||||
[DNAFieldAttribute(47, "short", "vgroup_shrink", 2)]
|
||||
[DNAFieldAttribute(47, "short", "vgroup_shrink", "short", 2)]
|
||||
public short vgroup_shrink;
|
||||
[DNAFieldAttribute(48, "short", "shapekey_rest", 2)]
|
||||
[DNAFieldAttribute(48, "short", "shapekey_rest", "short", 2)]
|
||||
public short shapekey_rest;
|
||||
[DNAFieldAttribute(49, "short", "presets", 2)]
|
||||
[DNAFieldAttribute(49, "short", "presets", "short", 2)]
|
||||
public short presets;
|
||||
[DNAFieldAttribute(50, "short", "reset", 2)]
|
||||
[DNAFieldAttribute(50, "short", "reset", "short", 2)]
|
||||
public short reset;
|
||||
[DNAFieldAttribute(51, "EffectorWeights", "*effector_weights", 72)]
|
||||
[DNAFieldAttribute(51, "EffectorWeights", "*effector_weights", "EffectorWeights", 72)]
|
||||
public EffectorWeights ptr_effector_weights;
|
||||
[DNAFieldAttribute(52, "short", "bending_model", 2)]
|
||||
[DNAFieldAttribute(52, "short", "bending_model", "short", 2)]
|
||||
public short bending_model;
|
||||
[DNAFieldAttribute(53, "short", "vgroup_shear", 2)]
|
||||
[DNAFieldAttribute(53, "short", "vgroup_shear", "short", 2)]
|
||||
public short vgroup_shear;
|
||||
[DNAFieldAttribute(54, "float", "tension", 4)]
|
||||
[DNAFieldAttribute(54, "float", "tension", "float", 4)]
|
||||
public float tension;
|
||||
[DNAFieldAttribute(55, "float", "compression", 4)]
|
||||
[DNAFieldAttribute(55, "float", "compression", "float", 4)]
|
||||
public float compression;
|
||||
[DNAFieldAttribute(56, "float", "max_tension", 4)]
|
||||
[DNAFieldAttribute(56, "float", "max_tension", "float", 4)]
|
||||
public float max_tension;
|
||||
[DNAFieldAttribute(57, "float", "max_compression", 4)]
|
||||
[DNAFieldAttribute(57, "float", "max_compression", "float", 4)]
|
||||
public float max_compression;
|
||||
[DNAFieldAttribute(58, "float", "tension_damp", 4)]
|
||||
[DNAFieldAttribute(58, "float", "tension_damp", "float", 4)]
|
||||
public float tension_damp;
|
||||
[DNAFieldAttribute(59, "float", "compression_damp", 4)]
|
||||
[DNAFieldAttribute(59, "float", "compression_damp", "float", 4)]
|
||||
public float compression_damp;
|
||||
[DNAFieldAttribute(60, "float", "shear_damp", 4)]
|
||||
[DNAFieldAttribute(60, "float", "shear_damp", "float", 4)]
|
||||
public float shear_damp;
|
||||
[DNAFieldAttribute(61, "float", "internal_spring_max_length", 4)]
|
||||
[DNAFieldAttribute(61, "float", "internal_spring_max_length", "float", 4)]
|
||||
public float internal_spring_max_length;
|
||||
[DNAFieldAttribute(62, "float", "internal_spring_max_diversion", 4)]
|
||||
[DNAFieldAttribute(62, "float", "internal_spring_max_diversion", "float", 4)]
|
||||
public float internal_spring_max_diversion;
|
||||
[DNAFieldAttribute(63, "short", "vgroup_intern", 2)]
|
||||
[DNAFieldAttribute(63, "short", "vgroup_intern", "short", 2)]
|
||||
public short vgroup_intern;
|
||||
[DNAFieldAttribute(64, "char", "_pad1[2]", 1)]
|
||||
[DNAFieldAttribute(64, "char", "_pad1[2]", "System.Char[]", 1)]
|
||||
public char[] _pad1 = new System.Char[2];
|
||||
[DNAFieldAttribute(65, "float", "internal_tension", 4)]
|
||||
[DNAFieldAttribute(65, "float", "internal_tension", "float", 4)]
|
||||
public float internal_tension;
|
||||
[DNAFieldAttribute(66, "float", "internal_compression", 4)]
|
||||
[DNAFieldAttribute(66, "float", "internal_compression", "float", 4)]
|
||||
public float internal_compression;
|
||||
[DNAFieldAttribute(67, "float", "max_internal_tension", 4)]
|
||||
[DNAFieldAttribute(67, "float", "max_internal_tension", "float", 4)]
|
||||
public float max_internal_tension;
|
||||
[DNAFieldAttribute(68, "float", "max_internal_compression", 4)]
|
||||
[DNAFieldAttribute(68, "float", "max_internal_compression", "float", 4)]
|
||||
public float max_internal_compression;
|
||||
[DNAFieldAttribute(69, "char", "_pad0[4]", 1)]
|
||||
[DNAFieldAttribute(69, "char", "_pad0[4]", "System.Char[]", 1)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
public ClothSimSettings() {
|
||||
this.ptr_cache = default;
|
||||
|
||||
Reference in New Issue
Block a user