Regenerated codefiles
This commit is contained in:
@@ -15,399 +15,399 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(242, "FluidDomainSettings", 2288)]
|
||||
public class FluidDomainSettings {
|
||||
[DNAFieldAttribute(0, "FluidModifierData", "*fmd", "FluidModifierData", 8, true, 0)]
|
||||
public FluidModifierData ptr_fmd;
|
||||
[DNAFieldAttribute(1, "MANTA", "*fluid", "MANTA", 8, true, 8)]
|
||||
public MANTA ptr_fluid;
|
||||
[DNAFieldAttribute(2, "MANTA", "*fluid_old", "MANTA", 8, true, 16)]
|
||||
public MANTA ptr_fluid_old;
|
||||
[DNAFieldAttribute(3, "void", "*fluid_mutex", "void", 8, true, 24)]
|
||||
public object ptr_fluid_mutex;
|
||||
[DNAFieldAttribute(4, "Collection", "*fluid_group", "Collection", 8, true, 32)]
|
||||
public Collection ptr_fluid_group;
|
||||
[DNAFieldAttribute(5, "Collection", "*force_group", "Collection", 8, true, 40)]
|
||||
public Collection ptr_force_group;
|
||||
[DNAFieldAttribute(6, "Collection", "*effector_group", "Collection", 8, true, 48)]
|
||||
public Collection ptr_effector_group;
|
||||
[DNAFieldAttribute(7, "GPUTexture", "*tex_density", "GPUTexture", 8, true, 56)]
|
||||
public GPUTexture ptr_tex_density;
|
||||
[DNAFieldAttribute(8, "GPUTexture", "*tex_color", "GPUTexture", 8, true, 64)]
|
||||
public GPUTexture ptr_tex_color;
|
||||
[DNAFieldAttribute(9, "GPUTexture", "*tex_wt", "GPUTexture", 8, true, 72)]
|
||||
public GPUTexture ptr_tex_wt;
|
||||
[DNAFieldAttribute(10, "GPUTexture", "*tex_shadow", "GPUTexture", 8, true, 80)]
|
||||
public GPUTexture ptr_tex_shadow;
|
||||
[DNAFieldAttribute(11, "GPUTexture", "*tex_flame", "GPUTexture", 8, true, 88)]
|
||||
public GPUTexture ptr_tex_flame;
|
||||
[DNAFieldAttribute(12, "GPUTexture", "*tex_flame_coba", "GPUTexture", 8, true, 96)]
|
||||
public GPUTexture ptr_tex_flame_coba;
|
||||
[DNAFieldAttribute(13, "GPUTexture", "*tex_coba", "GPUTexture", 8, true, 104)]
|
||||
public GPUTexture ptr_tex_coba;
|
||||
[DNAFieldAttribute(14, "GPUTexture", "*tex_field", "GPUTexture", 8, true, 112)]
|
||||
public GPUTexture ptr_tex_field;
|
||||
[DNAFieldAttribute(15, "GPUTexture", "*tex_velocity_x", "GPUTexture", 8, true, 120)]
|
||||
public GPUTexture ptr_tex_velocity_x;
|
||||
[DNAFieldAttribute(16, "GPUTexture", "*tex_velocity_y", "GPUTexture", 8, true, 128)]
|
||||
public GPUTexture ptr_tex_velocity_y;
|
||||
[DNAFieldAttribute(17, "GPUTexture", "*tex_velocity_z", "GPUTexture", 8, true, 136)]
|
||||
public GPUTexture ptr_tex_velocity_z;
|
||||
[DNAFieldAttribute(18, "GPUTexture", "*tex_flags", "GPUTexture", 8, true, 144)]
|
||||
public GPUTexture ptr_tex_flags;
|
||||
[DNAFieldAttribute(19, "GPUTexture", "*tex_range_field", "GPUTexture", 8, true, 152)]
|
||||
public GPUTexture ptr_tex_range_field;
|
||||
[DNAFieldAttribute(20, "Object", "*guiding_parent", "Object", 8, true, 160)]
|
||||
public Object ptr_guiding_parent;
|
||||
[DNAFieldAttribute(21, "EffectorWeights", "*effector_weights", "EffectorWeights", 8, true, 168)]
|
||||
public EffectorWeights ptr_effector_weights;
|
||||
[DNAFieldAttribute(22, "float", "p0[3]", "System.Single[]", 12, false, 176)]
|
||||
[DNAFieldAttribute(8, "FluidModifierData", 0, "*fmd", "FluidModifierData", true, 0)]
|
||||
public FluidModifierData fmd;
|
||||
[DNAFieldAttribute(8, "MANTA", 1, "*fluid", "MANTA", true, 8)]
|
||||
public MANTA fluid;
|
||||
[DNAFieldAttribute(8, "MANTA", 2, "*fluid_old", "MANTA", true, 16)]
|
||||
public MANTA fluid_old;
|
||||
[DNAFieldAttribute(8, "void", 3, "*fluid_mutex", "void", true, 24)]
|
||||
public object fluid_mutex;
|
||||
[DNAFieldAttribute(8, "Collection", 4, "*fluid_group", "Collection", true, 32)]
|
||||
public Collection fluid_group;
|
||||
[DNAFieldAttribute(8, "Collection", 5, "*force_group", "Collection", true, 40)]
|
||||
public Collection force_group;
|
||||
[DNAFieldAttribute(8, "Collection", 6, "*effector_group", "Collection", true, 48)]
|
||||
public Collection effector_group;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 7, "*tex_density", "GPUTexture", true, 56)]
|
||||
public GPUTexture tex_density;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 8, "*tex_color", "GPUTexture", true, 64)]
|
||||
public GPUTexture tex_color;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 9, "*tex_wt", "GPUTexture", true, 72)]
|
||||
public GPUTexture tex_wt;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 10, "*tex_shadow", "GPUTexture", true, 80)]
|
||||
public GPUTexture tex_shadow;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 11, "*tex_flame", "GPUTexture", true, 88)]
|
||||
public GPUTexture tex_flame;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 12, "*tex_flame_coba", "GPUTexture", true, 96)]
|
||||
public GPUTexture tex_flame_coba;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 13, "*tex_coba", "GPUTexture", true, 104)]
|
||||
public GPUTexture tex_coba;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 14, "*tex_field", "GPUTexture", true, 112)]
|
||||
public GPUTexture tex_field;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 15, "*tex_velocity_x", "GPUTexture", true, 120)]
|
||||
public GPUTexture tex_velocity_x;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 16, "*tex_velocity_y", "GPUTexture", true, 128)]
|
||||
public GPUTexture tex_velocity_y;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 17, "*tex_velocity_z", "GPUTexture", true, 136)]
|
||||
public GPUTexture tex_velocity_z;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 18, "*tex_flags", "GPUTexture", true, 144)]
|
||||
public GPUTexture tex_flags;
|
||||
[DNAFieldAttribute(8, "GPUTexture", 19, "*tex_range_field", "GPUTexture", true, 152)]
|
||||
public GPUTexture tex_range_field;
|
||||
[DNAFieldAttribute(8, "Object", 20, "*guiding_parent", "Object", true, 160)]
|
||||
public Object guiding_parent;
|
||||
[DNAFieldAttribute(8, "EffectorWeights", 21, "*effector_weights", "EffectorWeights", true, 168)]
|
||||
public EffectorWeights effector_weights;
|
||||
[DNAFieldAttribute(12, "float", 22, "p0[3]", "System.Single[]", false, 176)]
|
||||
public float[] p0 = new System.Single[3];
|
||||
[DNAFieldAttribute(23, "float", "p1[3]", "System.Single[]", 12, false, 188)]
|
||||
[DNAFieldAttribute(12, "float", 23, "p1[3]", "System.Single[]", false, 188)]
|
||||
public float[] p1 = new System.Single[3];
|
||||
[DNAFieldAttribute(24, "float", "dp0[3]", "System.Single[]", 12, false, 200)]
|
||||
[DNAFieldAttribute(12, "float", 24, "dp0[3]", "System.Single[]", false, 200)]
|
||||
public float[] dp0 = new System.Single[3];
|
||||
[DNAFieldAttribute(25, "float", "cell_size[3]", "System.Single[]", 12, false, 212)]
|
||||
[DNAFieldAttribute(12, "float", 25, "cell_size[3]", "System.Single[]", false, 212)]
|
||||
public float[] cell_size = new System.Single[3];
|
||||
[DNAFieldAttribute(26, "float", "global_size[3]", "System.Single[]", 12, false, 224)]
|
||||
[DNAFieldAttribute(12, "float", 26, "global_size[3]", "System.Single[]", false, 224)]
|
||||
public float[] global_size = new System.Single[3];
|
||||
[DNAFieldAttribute(27, "float", "prev_loc[3]", "System.Single[]", 12, false, 236)]
|
||||
[DNAFieldAttribute(12, "float", 27, "prev_loc[3]", "System.Single[]", false, 236)]
|
||||
public float[] prev_loc = new System.Single[3];
|
||||
[DNAFieldAttribute(28, "int", "shift[3]", "System.Int32[]", 12, false, 248)]
|
||||
[DNAFieldAttribute(12, "int", 28, "shift[3]", "System.Int32[]", false, 248)]
|
||||
public int[] shift = new System.Int32[3];
|
||||
[DNAFieldAttribute(29, "float", "shift_f[3]", "System.Single[]", 12, false, 260)]
|
||||
[DNAFieldAttribute(12, "float", 29, "shift_f[3]", "System.Single[]", false, 260)]
|
||||
public float[] shift_f = new System.Single[3];
|
||||
[DNAFieldAttribute(30, "float", "obj_shift_f[3]", "System.Single[]", 12, false, 272)]
|
||||
[DNAFieldAttribute(12, "float", 30, "obj_shift_f[3]", "System.Single[]", false, 272)]
|
||||
public float[] obj_shift_f = new System.Single[3];
|
||||
[DNAFieldAttribute(31, "float", "imat[4][4]", "System.Single[,]", 64, false, 284)]
|
||||
[DNAFieldAttribute(64, "float", 31, "imat[4][4]", "System.Single[,]", false, 284)]
|
||||
public float[,] imat = new System.Single[4,4];
|
||||
[DNAFieldAttribute(32, "float", "obmat[4][4]", "System.Single[,]", 64, false, 348)]
|
||||
[DNAFieldAttribute(64, "float", 32, "obmat[4][4]", "System.Single[,]", false, 348)]
|
||||
public float[,] obmat = new System.Single[4,4];
|
||||
[DNAFieldAttribute(33, "float", "fluidmat[4][4]", "System.Single[,]", 64, false, 412)]
|
||||
[DNAFieldAttribute(64, "float", 33, "fluidmat[4][4]", "System.Single[,]", false, 412)]
|
||||
public float[,] fluidmat = new System.Single[4,4];
|
||||
[DNAFieldAttribute(34, "float", "fluidmat_wt[4][4]", "System.Single[,]", 64, false, 476)]
|
||||
[DNAFieldAttribute(64, "float", 34, "fluidmat_wt[4][4]", "System.Single[,]", false, 476)]
|
||||
public float[,] fluidmat_wt = new System.Single[4,4];
|
||||
[DNAFieldAttribute(35, "int", "base_res[3]", "System.Int32[]", 12, false, 540)]
|
||||
[DNAFieldAttribute(12, "int", 35, "base_res[3]", "System.Int32[]", false, 540)]
|
||||
public int[] base_res = new System.Int32[3];
|
||||
[DNAFieldAttribute(36, "int", "res_min[3]", "System.Int32[]", 12, false, 552)]
|
||||
[DNAFieldAttribute(12, "int", 36, "res_min[3]", "System.Int32[]", false, 552)]
|
||||
public int[] res_min = new System.Int32[3];
|
||||
[DNAFieldAttribute(37, "int", "res_max[3]", "System.Int32[]", 12, false, 564)]
|
||||
[DNAFieldAttribute(12, "int", 37, "res_max[3]", "System.Int32[]", false, 564)]
|
||||
public int[] res_max = new System.Int32[3];
|
||||
[DNAFieldAttribute(38, "int", "res[3]", "System.Int32[]", 12, false, 576)]
|
||||
[DNAFieldAttribute(12, "int", 38, "res[3]", "System.Int32[]", false, 576)]
|
||||
public int[] res = new System.Int32[3];
|
||||
[DNAFieldAttribute(39, "int", "total_cells", "int", 4, false, 588)]
|
||||
[DNAFieldAttribute(4, "int", 39, "total_cells", "int", false, 588)]
|
||||
public int total_cells;
|
||||
[DNAFieldAttribute(40, "float", "dx", "float", 4, false, 592)]
|
||||
[DNAFieldAttribute(4, "float", 40, "dx", "float", false, 592)]
|
||||
public float dx;
|
||||
[DNAFieldAttribute(41, "float", "scale", "float", 4, false, 596)]
|
||||
[DNAFieldAttribute(4, "float", 41, "scale", "float", false, 596)]
|
||||
public float scale;
|
||||
[DNAFieldAttribute(42, "int", "boundary_width", "int", 4, false, 600)]
|
||||
[DNAFieldAttribute(4, "int", 42, "boundary_width", "int", false, 600)]
|
||||
public int boundary_width;
|
||||
[DNAFieldAttribute(43, "float", "gravity_final[3]", "System.Single[]", 12, false, 604)]
|
||||
[DNAFieldAttribute(12, "float", 43, "gravity_final[3]", "System.Single[]", false, 604)]
|
||||
public float[] gravity_final = new System.Single[3];
|
||||
[DNAFieldAttribute(44, "int", "adapt_margin", "int", 4, false, 616)]
|
||||
[DNAFieldAttribute(4, "int", 44, "adapt_margin", "int", false, 616)]
|
||||
public int adapt_margin;
|
||||
[DNAFieldAttribute(45, "int", "adapt_res", "int", 4, false, 620)]
|
||||
[DNAFieldAttribute(4, "int", 45, "adapt_res", "int", false, 620)]
|
||||
public int adapt_res;
|
||||
[DNAFieldAttribute(46, "float", "adapt_threshold", "float", 4, false, 624)]
|
||||
[DNAFieldAttribute(4, "float", 46, "adapt_threshold", "float", false, 624)]
|
||||
public float adapt_threshold;
|
||||
[DNAFieldAttribute(47, "int", "maxres", "int", 4, false, 628)]
|
||||
[DNAFieldAttribute(4, "int", 47, "maxres", "int", false, 628)]
|
||||
public int maxres;
|
||||
[DNAFieldAttribute(48, "int", "solver_res", "int", 4, false, 632)]
|
||||
[DNAFieldAttribute(4, "int", 48, "solver_res", "int", false, 632)]
|
||||
public int solver_res;
|
||||
[DNAFieldAttribute(49, "int", "border_collisions", "int", 4, false, 636)]
|
||||
[DNAFieldAttribute(4, "int", 49, "border_collisions", "int", false, 636)]
|
||||
public int border_collisions;
|
||||
[DNAFieldAttribute(50, "int", "flags", "int", 4, false, 640)]
|
||||
[DNAFieldAttribute(4, "int", 50, "flags", "int", false, 640)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(51, "float", "gravity[3]", "System.Single[]", 12, false, 644)]
|
||||
[DNAFieldAttribute(12, "float", 51, "gravity[3]", "System.Single[]", false, 644)]
|
||||
public float[] gravity = new System.Single[3];
|
||||
[DNAFieldAttribute(52, "int", "active_fields", "int", 4, false, 656)]
|
||||
[DNAFieldAttribute(4, "int", 52, "active_fields", "int", false, 656)]
|
||||
public int active_fields;
|
||||
[DNAFieldAttribute(53, "short", "type", "short", 2, false, 660)]
|
||||
[DNAFieldAttribute(2, "short", 53, "type", "short", false, 660)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(54, "char", "_pad2[6]", "System.Char[]", 6, false, 662)]
|
||||
[DNAFieldAttribute(6, "char", 54, "_pad2[6]", "System.Char[]", false, 662)]
|
||||
public char[] _pad2 = new System.Char[6];
|
||||
[DNAFieldAttribute(55, "float", "alpha", "float", 4, false, 668)]
|
||||
[DNAFieldAttribute(4, "float", 55, "alpha", "float", false, 668)]
|
||||
public float alpha;
|
||||
[DNAFieldAttribute(56, "float", "beta", "float", 4, false, 672)]
|
||||
[DNAFieldAttribute(4, "float", 56, "beta", "float", false, 672)]
|
||||
public float beta;
|
||||
[DNAFieldAttribute(57, "int", "diss_speed", "int", 4, false, 676)]
|
||||
[DNAFieldAttribute(4, "int", 57, "diss_speed", "int", false, 676)]
|
||||
public int diss_speed;
|
||||
[DNAFieldAttribute(58, "float", "vorticity", "float", 4, false, 680)]
|
||||
[DNAFieldAttribute(4, "float", 58, "vorticity", "float", false, 680)]
|
||||
public float vorticity;
|
||||
[DNAFieldAttribute(59, "float", "active_color[3]", "System.Single[]", 12, false, 684)]
|
||||
[DNAFieldAttribute(12, "float", 59, "active_color[3]", "System.Single[]", false, 684)]
|
||||
public float[] active_color = new System.Single[3];
|
||||
[DNAFieldAttribute(60, "int", "highres_sampling", "int", 4, false, 696)]
|
||||
[DNAFieldAttribute(4, "int", 60, "highres_sampling", "int", false, 696)]
|
||||
public int highres_sampling;
|
||||
[DNAFieldAttribute(61, "float", "burning_rate", "float", 4, false, 700)]
|
||||
[DNAFieldAttribute(4, "float", 61, "burning_rate", "float", false, 700)]
|
||||
public float burning_rate;
|
||||
[DNAFieldAttribute(62, "float", "flame_smoke", "float", 4, false, 704)]
|
||||
[DNAFieldAttribute(4, "float", 62, "flame_smoke", "float", false, 704)]
|
||||
public float flame_smoke;
|
||||
[DNAFieldAttribute(63, "float", "flame_vorticity", "float", 4, false, 708)]
|
||||
[DNAFieldAttribute(4, "float", 63, "flame_vorticity", "float", false, 708)]
|
||||
public float flame_vorticity;
|
||||
[DNAFieldAttribute(64, "float", "flame_ignition", "float", 4, false, 712)]
|
||||
[DNAFieldAttribute(4, "float", 64, "flame_ignition", "float", false, 712)]
|
||||
public float flame_ignition;
|
||||
[DNAFieldAttribute(65, "float", "flame_max_temp", "float", 4, false, 716)]
|
||||
[DNAFieldAttribute(4, "float", 65, "flame_max_temp", "float", false, 716)]
|
||||
public float flame_max_temp;
|
||||
[DNAFieldAttribute(66, "float", "flame_smoke_color[3]", "System.Single[]", 12, false, 720)]
|
||||
[DNAFieldAttribute(12, "float", 66, "flame_smoke_color[3]", "System.Single[]", false, 720)]
|
||||
public float[] flame_smoke_color = new System.Single[3];
|
||||
[DNAFieldAttribute(67, "float", "noise_strength", "float", 4, false, 732)]
|
||||
[DNAFieldAttribute(4, "float", 67, "noise_strength", "float", false, 732)]
|
||||
public float noise_strength;
|
||||
[DNAFieldAttribute(68, "float", "noise_pos_scale", "float", 4, false, 736)]
|
||||
[DNAFieldAttribute(4, "float", 68, "noise_pos_scale", "float", false, 736)]
|
||||
public float noise_pos_scale;
|
||||
[DNAFieldAttribute(69, "float", "noise_time_anim", "float", 4, false, 740)]
|
||||
[DNAFieldAttribute(4, "float", 69, "noise_time_anim", "float", false, 740)]
|
||||
public float noise_time_anim;
|
||||
[DNAFieldAttribute(70, "int", "res_noise[3]", "System.Int32[]", 12, false, 744)]
|
||||
[DNAFieldAttribute(12, "int", 70, "res_noise[3]", "System.Int32[]", false, 744)]
|
||||
public int[] res_noise = new System.Int32[3];
|
||||
[DNAFieldAttribute(71, "int", "noise_scale", "int", 4, false, 756)]
|
||||
[DNAFieldAttribute(4, "int", 71, "noise_scale", "int", false, 756)]
|
||||
public int noise_scale;
|
||||
[DNAFieldAttribute(72, "char", "_pad3[4]", "System.Char[]", 4, false, 760)]
|
||||
[DNAFieldAttribute(4, "char", 72, "_pad3[4]", "System.Char[]", false, 760)]
|
||||
public char[] _pad3 = new System.Char[4];
|
||||
[DNAFieldAttribute(73, "float", "particle_randomness", "float", 4, false, 764)]
|
||||
[DNAFieldAttribute(4, "float", 73, "particle_randomness", "float", false, 764)]
|
||||
public float particle_randomness;
|
||||
[DNAFieldAttribute(74, "int", "particle_number", "int", 4, false, 768)]
|
||||
[DNAFieldAttribute(4, "int", 74, "particle_number", "int", false, 768)]
|
||||
public int particle_number;
|
||||
[DNAFieldAttribute(75, "int", "particle_minimum", "int", 4, false, 772)]
|
||||
[DNAFieldAttribute(4, "int", 75, "particle_minimum", "int", false, 772)]
|
||||
public int particle_minimum;
|
||||
[DNAFieldAttribute(76, "int", "particle_maximum", "int", 4, false, 776)]
|
||||
[DNAFieldAttribute(4, "int", 76, "particle_maximum", "int", false, 776)]
|
||||
public int particle_maximum;
|
||||
[DNAFieldAttribute(77, "float", "particle_radius", "float", 4, false, 780)]
|
||||
[DNAFieldAttribute(4, "float", 77, "particle_radius", "float", false, 780)]
|
||||
public float particle_radius;
|
||||
[DNAFieldAttribute(78, "float", "particle_band_width", "float", 4, false, 784)]
|
||||
[DNAFieldAttribute(4, "float", 78, "particle_band_width", "float", false, 784)]
|
||||
public float particle_band_width;
|
||||
[DNAFieldAttribute(79, "float", "fractions_threshold", "float", 4, false, 788)]
|
||||
[DNAFieldAttribute(4, "float", 79, "fractions_threshold", "float", false, 788)]
|
||||
public float fractions_threshold;
|
||||
[DNAFieldAttribute(80, "float", "fractions_distance", "float", 4, false, 792)]
|
||||
[DNAFieldAttribute(4, "float", 80, "fractions_distance", "float", false, 792)]
|
||||
public float fractions_distance;
|
||||
[DNAFieldAttribute(81, "float", "flip_ratio", "float", 4, false, 796)]
|
||||
[DNAFieldAttribute(4, "float", 81, "flip_ratio", "float", false, 796)]
|
||||
public float flip_ratio;
|
||||
[DNAFieldAttribute(82, "int", "sys_particle_maximum", "int", 4, false, 800)]
|
||||
[DNAFieldAttribute(4, "int", 82, "sys_particle_maximum", "int", false, 800)]
|
||||
public int sys_particle_maximum;
|
||||
[DNAFieldAttribute(83, "short", "simulation_method", "short", 2, false, 804)]
|
||||
[DNAFieldAttribute(2, "short", 83, "simulation_method", "short", false, 804)]
|
||||
public short simulation_method;
|
||||
[DNAFieldAttribute(84, "char", "_pad4[6]", "System.Char[]", 6, false, 806)]
|
||||
[DNAFieldAttribute(6, "char", 84, "_pad4[6]", "System.Char[]", false, 806)]
|
||||
public char[] _pad4 = new System.Char[6];
|
||||
[DNAFieldAttribute(85, "float", "viscosity_value", "float", 4, false, 812)]
|
||||
[DNAFieldAttribute(4, "float", 85, "viscosity_value", "float", false, 812)]
|
||||
public float viscosity_value;
|
||||
[DNAFieldAttribute(86, "char", "_pad5[4]", "System.Char[]", 4, false, 816)]
|
||||
[DNAFieldAttribute(4, "char", 86, "_pad5[4]", "System.Char[]", false, 816)]
|
||||
public char[] _pad5 = new System.Char[4];
|
||||
[DNAFieldAttribute(87, "float", "surface_tension", "float", 4, false, 820)]
|
||||
[DNAFieldAttribute(4, "float", 87, "surface_tension", "float", false, 820)]
|
||||
public float surface_tension;
|
||||
[DNAFieldAttribute(88, "float", "viscosity_base", "float", 4, false, 824)]
|
||||
[DNAFieldAttribute(4, "float", 88, "viscosity_base", "float", false, 824)]
|
||||
public float viscosity_base;
|
||||
[DNAFieldAttribute(89, "int", "viscosity_exponent", "int", 4, false, 828)]
|
||||
[DNAFieldAttribute(4, "int", 89, "viscosity_exponent", "int", false, 828)]
|
||||
public int viscosity_exponent;
|
||||
[DNAFieldAttribute(90, "float", "mesh_concave_upper", "float", 4, false, 832)]
|
||||
[DNAFieldAttribute(4, "float", 90, "mesh_concave_upper", "float", false, 832)]
|
||||
public float mesh_concave_upper;
|
||||
[DNAFieldAttribute(91, "float", "mesh_concave_lower", "float", 4, false, 836)]
|
||||
[DNAFieldAttribute(4, "float", 91, "mesh_concave_lower", "float", false, 836)]
|
||||
public float mesh_concave_lower;
|
||||
[DNAFieldAttribute(92, "float", "mesh_particle_radius", "float", 4, false, 840)]
|
||||
[DNAFieldAttribute(4, "float", 92, "mesh_particle_radius", "float", false, 840)]
|
||||
public float mesh_particle_radius;
|
||||
[DNAFieldAttribute(93, "int", "mesh_smoothen_pos", "int", 4, false, 844)]
|
||||
[DNAFieldAttribute(4, "int", 93, "mesh_smoothen_pos", "int", false, 844)]
|
||||
public int mesh_smoothen_pos;
|
||||
[DNAFieldAttribute(94, "int", "mesh_smoothen_neg", "int", 4, false, 848)]
|
||||
[DNAFieldAttribute(4, "int", 94, "mesh_smoothen_neg", "int", false, 848)]
|
||||
public int mesh_smoothen_neg;
|
||||
[DNAFieldAttribute(95, "int", "mesh_scale", "int", 4, false, 852)]
|
||||
[DNAFieldAttribute(4, "int", 95, "mesh_scale", "int", false, 852)]
|
||||
public int mesh_scale;
|
||||
[DNAFieldAttribute(96, "short", "mesh_generator", "short", 2, false, 856)]
|
||||
[DNAFieldAttribute(2, "short", 96, "mesh_generator", "short", false, 856)]
|
||||
public short mesh_generator;
|
||||
[DNAFieldAttribute(97, "char", "_pad6[2]", "System.Char[]", 2, false, 858)]
|
||||
[DNAFieldAttribute(2, "char", 97, "_pad6[2]", "System.Char[]", false, 858)]
|
||||
public char[] _pad6 = new System.Char[2];
|
||||
[DNAFieldAttribute(98, "int", "particle_type", "int", 4, false, 860)]
|
||||
[DNAFieldAttribute(4, "int", 98, "particle_type", "int", false, 860)]
|
||||
public int particle_type;
|
||||
[DNAFieldAttribute(99, "int", "particle_scale", "int", 4, false, 864)]
|
||||
[DNAFieldAttribute(4, "int", 99, "particle_scale", "int", false, 864)]
|
||||
public int particle_scale;
|
||||
[DNAFieldAttribute(100, "float", "sndparticle_tau_min_wc", "float", 4, false, 868)]
|
||||
[DNAFieldAttribute(4, "float", 100, "sndparticle_tau_min_wc", "float", false, 868)]
|
||||
public float sndparticle_tau_min_wc;
|
||||
[DNAFieldAttribute(101, "float", "sndparticle_tau_max_wc", "float", 4, false, 872)]
|
||||
[DNAFieldAttribute(4, "float", 101, "sndparticle_tau_max_wc", "float", false, 872)]
|
||||
public float sndparticle_tau_max_wc;
|
||||
[DNAFieldAttribute(102, "float", "sndparticle_tau_min_ta", "float", 4, false, 876)]
|
||||
[DNAFieldAttribute(4, "float", 102, "sndparticle_tau_min_ta", "float", false, 876)]
|
||||
public float sndparticle_tau_min_ta;
|
||||
[DNAFieldAttribute(103, "float", "sndparticle_tau_max_ta", "float", 4, false, 880)]
|
||||
[DNAFieldAttribute(4, "float", 103, "sndparticle_tau_max_ta", "float", false, 880)]
|
||||
public float sndparticle_tau_max_ta;
|
||||
[DNAFieldAttribute(104, "float", "sndparticle_tau_min_k", "float", 4, false, 884)]
|
||||
[DNAFieldAttribute(4, "float", 104, "sndparticle_tau_min_k", "float", false, 884)]
|
||||
public float sndparticle_tau_min_k;
|
||||
[DNAFieldAttribute(105, "float", "sndparticle_tau_max_k", "float", 4, false, 888)]
|
||||
[DNAFieldAttribute(4, "float", 105, "sndparticle_tau_max_k", "float", false, 888)]
|
||||
public float sndparticle_tau_max_k;
|
||||
[DNAFieldAttribute(106, "int", "sndparticle_k_wc", "int", 4, false, 892)]
|
||||
[DNAFieldAttribute(4, "int", 106, "sndparticle_k_wc", "int", false, 892)]
|
||||
public int sndparticle_k_wc;
|
||||
[DNAFieldAttribute(107, "int", "sndparticle_k_ta", "int", 4, false, 896)]
|
||||
[DNAFieldAttribute(4, "int", 107, "sndparticle_k_ta", "int", false, 896)]
|
||||
public int sndparticle_k_ta;
|
||||
[DNAFieldAttribute(108, "float", "sndparticle_k_b", "float", 4, false, 900)]
|
||||
[DNAFieldAttribute(4, "float", 108, "sndparticle_k_b", "float", false, 900)]
|
||||
public float sndparticle_k_b;
|
||||
[DNAFieldAttribute(109, "float", "sndparticle_k_d", "float", 4, false, 904)]
|
||||
[DNAFieldAttribute(4, "float", 109, "sndparticle_k_d", "float", false, 904)]
|
||||
public float sndparticle_k_d;
|
||||
[DNAFieldAttribute(110, "float", "sndparticle_l_min", "float", 4, false, 908)]
|
||||
[DNAFieldAttribute(4, "float", 110, "sndparticle_l_min", "float", false, 908)]
|
||||
public float sndparticle_l_min;
|
||||
[DNAFieldAttribute(111, "float", "sndparticle_l_max", "float", 4, false, 912)]
|
||||
[DNAFieldAttribute(4, "float", 111, "sndparticle_l_max", "float", false, 912)]
|
||||
public float sndparticle_l_max;
|
||||
[DNAFieldAttribute(112, "int", "sndparticle_potential_radius", "int", 4, false, 916)]
|
||||
[DNAFieldAttribute(4, "int", 112, "sndparticle_potential_radius", "int", false, 916)]
|
||||
public int sndparticle_potential_radius;
|
||||
[DNAFieldAttribute(113, "int", "sndparticle_update_radius", "int", 4, false, 920)]
|
||||
[DNAFieldAttribute(4, "int", 113, "sndparticle_update_radius", "int", false, 920)]
|
||||
public int sndparticle_update_radius;
|
||||
[DNAFieldAttribute(114, "char", "sndparticle_boundary", "char", 1, false, 924)]
|
||||
[DNAFieldAttribute(1, "char", 114, "sndparticle_boundary", "char", false, 924)]
|
||||
public char sndparticle_boundary;
|
||||
[DNAFieldAttribute(115, "char", "sndparticle_combined_export", "char", 1, false, 925)]
|
||||
[DNAFieldAttribute(1, "char", 115, "sndparticle_combined_export", "char", false, 925)]
|
||||
public char sndparticle_combined_export;
|
||||
[DNAFieldAttribute(116, "char", "_pad7[6]", "System.Char[]", 6, false, 926)]
|
||||
[DNAFieldAttribute(6, "char", 116, "_pad7[6]", "System.Char[]", false, 926)]
|
||||
public char[] _pad7 = new System.Char[6];
|
||||
[DNAFieldAttribute(117, "float", "guiding_alpha", "float", 4, false, 932)]
|
||||
[DNAFieldAttribute(4, "float", 117, "guiding_alpha", "float", false, 932)]
|
||||
public float guiding_alpha;
|
||||
[DNAFieldAttribute(118, "int", "guiding_beta", "int", 4, false, 936)]
|
||||
[DNAFieldAttribute(4, "int", 118, "guiding_beta", "int", false, 936)]
|
||||
public int guiding_beta;
|
||||
[DNAFieldAttribute(119, "float", "guiding_vel_factor", "float", 4, false, 940)]
|
||||
[DNAFieldAttribute(4, "float", 119, "guiding_vel_factor", "float", false, 940)]
|
||||
public float guiding_vel_factor;
|
||||
[DNAFieldAttribute(120, "int", "guide_res[3]", "System.Int32[]", 12, false, 944)]
|
||||
[DNAFieldAttribute(12, "int", 120, "guide_res[3]", "System.Int32[]", false, 944)]
|
||||
public int[] guide_res = new System.Int32[3];
|
||||
[DNAFieldAttribute(121, "short", "guiding_source", "short", 2, false, 956)]
|
||||
[DNAFieldAttribute(2, "short", 121, "guiding_source", "short", false, 956)]
|
||||
public short guiding_source;
|
||||
[DNAFieldAttribute(122, "char", "_pad8[2]", "System.Char[]", 2, false, 958)]
|
||||
[DNAFieldAttribute(2, "char", 122, "_pad8[2]", "System.Char[]", false, 958)]
|
||||
public char[] _pad8 = new System.Char[2];
|
||||
[DNAFieldAttribute(123, "int", "cache_frame_start", "int", 4, false, 960)]
|
||||
[DNAFieldAttribute(4, "int", 123, "cache_frame_start", "int", false, 960)]
|
||||
public int cache_frame_start;
|
||||
[DNAFieldAttribute(124, "int", "cache_frame_end", "int", 4, false, 964)]
|
||||
[DNAFieldAttribute(4, "int", 124, "cache_frame_end", "int", false, 964)]
|
||||
public int cache_frame_end;
|
||||
[DNAFieldAttribute(125, "int", "cache_frame_pause_data", "int", 4, false, 968)]
|
||||
[DNAFieldAttribute(4, "int", 125, "cache_frame_pause_data", "int", false, 968)]
|
||||
public int cache_frame_pause_data;
|
||||
[DNAFieldAttribute(126, "int", "cache_frame_pause_noise", "int", 4, false, 972)]
|
||||
[DNAFieldAttribute(4, "int", 126, "cache_frame_pause_noise", "int", false, 972)]
|
||||
public int cache_frame_pause_noise;
|
||||
[DNAFieldAttribute(127, "int", "cache_frame_pause_mesh", "int", 4, false, 976)]
|
||||
[DNAFieldAttribute(4, "int", 127, "cache_frame_pause_mesh", "int", false, 976)]
|
||||
public int cache_frame_pause_mesh;
|
||||
[DNAFieldAttribute(128, "int", "cache_frame_pause_particles", "int", 4, false, 980)]
|
||||
[DNAFieldAttribute(4, "int", 128, "cache_frame_pause_particles", "int", false, 980)]
|
||||
public int cache_frame_pause_particles;
|
||||
[DNAFieldAttribute(129, "int", "cache_frame_pause_guiding", "int", 4, false, 984)]
|
||||
[DNAFieldAttribute(4, "int", 129, "cache_frame_pause_guiding", "int", false, 984)]
|
||||
public int cache_frame_pause_guiding;
|
||||
[DNAFieldAttribute(130, "int", "cache_frame_offset", "int", 4, false, 988)]
|
||||
[DNAFieldAttribute(4, "int", 130, "cache_frame_offset", "int", false, 988)]
|
||||
public int cache_frame_offset;
|
||||
[DNAFieldAttribute(131, "int", "cache_flag", "int", 4, false, 992)]
|
||||
[DNAFieldAttribute(4, "int", 131, "cache_flag", "int", false, 992)]
|
||||
public int cache_flag;
|
||||
[DNAFieldAttribute(132, "char", "cache_mesh_format", "char", 1, false, 996)]
|
||||
[DNAFieldAttribute(1, "char", 132, "cache_mesh_format", "char", false, 996)]
|
||||
public char cache_mesh_format;
|
||||
[DNAFieldAttribute(133, "char", "cache_data_format", "char", 1, false, 997)]
|
||||
[DNAFieldAttribute(1, "char", 133, "cache_data_format", "char", false, 997)]
|
||||
public char cache_data_format;
|
||||
[DNAFieldAttribute(134, "char", "cache_particle_format", "char", 1, false, 998)]
|
||||
[DNAFieldAttribute(1, "char", 134, "cache_particle_format", "char", false, 998)]
|
||||
public char cache_particle_format;
|
||||
[DNAFieldAttribute(135, "char", "cache_noise_format", "char", 1, false, 999)]
|
||||
[DNAFieldAttribute(1, "char", 135, "cache_noise_format", "char", false, 999)]
|
||||
public char cache_noise_format;
|
||||
[DNAFieldAttribute(136, "char", "cache_directory[1024]", "System.Char[]", 1024, false, 1000)]
|
||||
[DNAFieldAttribute(1024, "char", 136, "cache_directory[1024]", "System.Char[]", false, 1000)]
|
||||
public char[] cache_directory = new System.Char[1024];
|
||||
[DNAFieldAttribute(137, "char", "error[64]", "System.Char[]", 64, false, 2024)]
|
||||
[DNAFieldAttribute(64, "char", 137, "error[64]", "System.Char[]", false, 2024)]
|
||||
public char[] error = new System.Char[64];
|
||||
[DNAFieldAttribute(138, "short", "cache_type", "short", 2, false, 2088)]
|
||||
[DNAFieldAttribute(2, "short", 138, "cache_type", "short", false, 2088)]
|
||||
public short cache_type;
|
||||
[DNAFieldAttribute(139, "char", "cache_id[4]", "System.Char[]", 4, false, 2090)]
|
||||
[DNAFieldAttribute(4, "char", 139, "cache_id[4]", "System.Char[]", false, 2090)]
|
||||
public char[] cache_id = new System.Char[4];
|
||||
[DNAFieldAttribute(140, "char", "_pad9[2]", "System.Char[]", 2, false, 2094)]
|
||||
[DNAFieldAttribute(2, "char", 140, "_pad9[2]", "System.Char[]", false, 2094)]
|
||||
public char[] _pad9 = new System.Char[2];
|
||||
[DNAFieldAttribute(141, "float", "dt", "float", 4, false, 2096)]
|
||||
[DNAFieldAttribute(4, "float", 141, "dt", "float", false, 2096)]
|
||||
public float dt;
|
||||
[DNAFieldAttribute(142, "float", "time_total", "float", 4, false, 2100)]
|
||||
[DNAFieldAttribute(4, "float", 142, "time_total", "float", false, 2100)]
|
||||
public float time_total;
|
||||
[DNAFieldAttribute(143, "float", "time_per_frame", "float", 4, false, 2104)]
|
||||
[DNAFieldAttribute(4, "float", 143, "time_per_frame", "float", false, 2104)]
|
||||
public float time_per_frame;
|
||||
[DNAFieldAttribute(144, "float", "frame_length", "float", 4, false, 2108)]
|
||||
[DNAFieldAttribute(4, "float", 144, "frame_length", "float", false, 2108)]
|
||||
public float frame_length;
|
||||
[DNAFieldAttribute(145, "float", "time_scale", "float", 4, false, 2112)]
|
||||
[DNAFieldAttribute(4, "float", 145, "time_scale", "float", false, 2112)]
|
||||
public float time_scale;
|
||||
[DNAFieldAttribute(146, "float", "cfl_condition", "float", 4, false, 2116)]
|
||||
[DNAFieldAttribute(4, "float", 146, "cfl_condition", "float", false, 2116)]
|
||||
public float cfl_condition;
|
||||
[DNAFieldAttribute(147, "int", "timesteps_minimum", "int", 4, false, 2120)]
|
||||
[DNAFieldAttribute(4, "int", 147, "timesteps_minimum", "int", false, 2120)]
|
||||
public int timesteps_minimum;
|
||||
[DNAFieldAttribute(148, "int", "timesteps_maximum", "int", 4, false, 2124)]
|
||||
[DNAFieldAttribute(4, "int", 148, "timesteps_maximum", "int", false, 2124)]
|
||||
public int timesteps_maximum;
|
||||
[DNAFieldAttribute(149, "float", "slice_per_voxel", "float", 4, false, 2128)]
|
||||
[DNAFieldAttribute(4, "float", 149, "slice_per_voxel", "float", false, 2128)]
|
||||
public float slice_per_voxel;
|
||||
[DNAFieldAttribute(150, "float", "slice_depth", "float", 4, false, 2132)]
|
||||
[DNAFieldAttribute(4, "float", 150, "slice_depth", "float", false, 2132)]
|
||||
public float slice_depth;
|
||||
[DNAFieldAttribute(151, "float", "display_thickness", "float", 4, false, 2136)]
|
||||
[DNAFieldAttribute(4, "float", 151, "display_thickness", "float", false, 2136)]
|
||||
public float display_thickness;
|
||||
[DNAFieldAttribute(152, "float", "grid_scale", "float", 4, false, 2140)]
|
||||
[DNAFieldAttribute(4, "float", 152, "grid_scale", "float", false, 2140)]
|
||||
public float grid_scale;
|
||||
[DNAFieldAttribute(153, "ColorBand", "*coba", "ColorBand", 8, true, 2144)]
|
||||
public ColorBand ptr_coba;
|
||||
[DNAFieldAttribute(154, "float", "vector_scale", "float", 4, false, 2152)]
|
||||
[DNAFieldAttribute(8, "ColorBand", 153, "*coba", "ColorBand", true, 2144)]
|
||||
public ColorBand coba;
|
||||
[DNAFieldAttribute(4, "float", 154, "vector_scale", "float", false, 2152)]
|
||||
public float vector_scale;
|
||||
[DNAFieldAttribute(155, "float", "gridlines_lower_bound", "float", 4, false, 2156)]
|
||||
[DNAFieldAttribute(4, "float", 155, "gridlines_lower_bound", "float", false, 2156)]
|
||||
public float gridlines_lower_bound;
|
||||
[DNAFieldAttribute(156, "float", "gridlines_upper_bound", "float", 4, false, 2160)]
|
||||
[DNAFieldAttribute(4, "float", 156, "gridlines_upper_bound", "float", false, 2160)]
|
||||
public float gridlines_upper_bound;
|
||||
[DNAFieldAttribute(157, "float", "gridlines_range_color[4]", "System.Single[]", 16, false, 2164)]
|
||||
[DNAFieldAttribute(16, "float", 157, "gridlines_range_color[4]", "System.Single[]", false, 2164)]
|
||||
public float[] gridlines_range_color = new System.Single[4];
|
||||
[DNAFieldAttribute(158, "char", "axis_slice_method", "char", 1, false, 2180)]
|
||||
[DNAFieldAttribute(1, "char", 158, "axis_slice_method", "char", false, 2180)]
|
||||
public char axis_slice_method;
|
||||
[DNAFieldAttribute(159, "char", "slice_axis", "char", 1, false, 2181)]
|
||||
[DNAFieldAttribute(1, "char", 159, "slice_axis", "char", false, 2181)]
|
||||
public char slice_axis;
|
||||
[DNAFieldAttribute(160, "char", "show_gridlines", "char", 1, false, 2182)]
|
||||
[DNAFieldAttribute(1, "char", 160, "show_gridlines", "char", false, 2182)]
|
||||
public char show_gridlines;
|
||||
[DNAFieldAttribute(161, "char", "draw_velocity", "char", 1, false, 2183)]
|
||||
[DNAFieldAttribute(1, "char", 161, "draw_velocity", "char", false, 2183)]
|
||||
public char draw_velocity;
|
||||
[DNAFieldAttribute(162, "char", "vector_draw_type", "char", 1, false, 2184)]
|
||||
[DNAFieldAttribute(1, "char", 162, "vector_draw_type", "char", false, 2184)]
|
||||
public char vector_draw_type;
|
||||
[DNAFieldAttribute(163, "char", "vector_field", "char", 1, false, 2185)]
|
||||
[DNAFieldAttribute(1, "char", 163, "vector_field", "char", false, 2185)]
|
||||
public char vector_field;
|
||||
[DNAFieldAttribute(164, "char", "vector_scale_with_magnitude", "char", 1, false, 2186)]
|
||||
[DNAFieldAttribute(1, "char", 164, "vector_scale_with_magnitude", "char", false, 2186)]
|
||||
public char vector_scale_with_magnitude;
|
||||
[DNAFieldAttribute(165, "char", "vector_draw_mac_components", "char", 1, false, 2187)]
|
||||
[DNAFieldAttribute(1, "char", 165, "vector_draw_mac_components", "char", false, 2187)]
|
||||
public char vector_draw_mac_components;
|
||||
[DNAFieldAttribute(166, "char", "use_coba", "char", 1, false, 2188)]
|
||||
[DNAFieldAttribute(1, "char", 166, "use_coba", "char", false, 2188)]
|
||||
public char use_coba;
|
||||
[DNAFieldAttribute(167, "char", "coba_field", "char", 1, false, 2189)]
|
||||
[DNAFieldAttribute(1, "char", 167, "coba_field", "char", false, 2189)]
|
||||
public char coba_field;
|
||||
[DNAFieldAttribute(168, "char", "interp_method", "char", 1, false, 2190)]
|
||||
[DNAFieldAttribute(1, "char", 168, "interp_method", "char", false, 2190)]
|
||||
public char interp_method;
|
||||
[DNAFieldAttribute(169, "char", "gridlines_color_field", "char", 1, false, 2191)]
|
||||
[DNAFieldAttribute(1, "char", 169, "gridlines_color_field", "char", false, 2191)]
|
||||
public char gridlines_color_field;
|
||||
[DNAFieldAttribute(170, "char", "gridlines_cell_filter", "char", 1, false, 2192)]
|
||||
[DNAFieldAttribute(1, "char", 170, "gridlines_cell_filter", "char", false, 2192)]
|
||||
public char gridlines_cell_filter;
|
||||
[DNAFieldAttribute(171, "char", "_pad10[3]", "System.Char[]", 3, false, 2193)]
|
||||
[DNAFieldAttribute(3, "char", 171, "_pad10[3]", "System.Char[]", false, 2193)]
|
||||
public char[] _pad10 = new System.Char[3];
|
||||
[DNAFieldAttribute(172, "float", "velocity_scale", "float", 4, false, 2196)]
|
||||
[DNAFieldAttribute(4, "float", 172, "velocity_scale", "float", false, 2196)]
|
||||
public float velocity_scale;
|
||||
[DNAFieldAttribute(173, "int", "openvdb_compression", "int", 4, false, 2200)]
|
||||
[DNAFieldAttribute(4, "int", 173, "openvdb_compression", "int", false, 2200)]
|
||||
public int openvdb_compression;
|
||||
[DNAFieldAttribute(174, "float", "clipping", "float", 4, false, 2204)]
|
||||
[DNAFieldAttribute(4, "float", 174, "clipping", "float", false, 2204)]
|
||||
public float clipping;
|
||||
[DNAFieldAttribute(175, "char", "openvdb_data_depth", "char", 1, false, 2208)]
|
||||
[DNAFieldAttribute(1, "char", 175, "openvdb_data_depth", "char", false, 2208)]
|
||||
public char openvdb_data_depth;
|
||||
[DNAFieldAttribute(176, "char", "_pad11[7]", "System.Char[]", 7, false, 2209)]
|
||||
[DNAFieldAttribute(7, "char", 176, "_pad11[7]", "System.Char[]", false, 2209)]
|
||||
public char[] _pad11 = new System.Char[7];
|
||||
[DNAFieldAttribute(177, "int", "viewsettings", "int", 4, false, 2216)]
|
||||
[DNAFieldAttribute(4, "int", 177, "viewsettings", "int", false, 2216)]
|
||||
public int viewsettings;
|
||||
[DNAFieldAttribute(178, "char", "_pad12[4]", "System.Char[]", 4, false, 2220)]
|
||||
[DNAFieldAttribute(4, "char", 178, "_pad12[4]", "System.Char[]", false, 2220)]
|
||||
public char[] _pad12 = new System.Char[4];
|
||||
[DNAFieldAttribute(179, "PointCache", "*point_cache[2]", "PointCache[]", 16, true, 2224)]
|
||||
public PointCache[] ptr_point_ca = new PointCache[2];
|
||||
[DNAFieldAttribute(180, "ListBase", "ptcaches[2]", "ListBase[]", 32, false, 2240)]
|
||||
[DNAFieldAttribute(16, "PointCache", 179, "*point_cache[2]", "PointCache[]", true, 2224)]
|
||||
public PointCache[] point_cache = new PointCache[2];
|
||||
[DNAFieldAttribute(32, "ListBase", 180, "ptcaches[2]", "ListBase[]", false, 2240)]
|
||||
public ListBase[] ptcaches = new ListBase[2];
|
||||
[DNAFieldAttribute(181, "int", "cache_comp", "int", 4, false, 2272)]
|
||||
[DNAFieldAttribute(4, "int", 181, "cache_comp", "int", false, 2272)]
|
||||
public int cache_comp;
|
||||
[DNAFieldAttribute(182, "int", "cache_high_comp", "int", 4, false, 2276)]
|
||||
[DNAFieldAttribute(4, "int", 182, "cache_high_comp", "int", false, 2276)]
|
||||
public int cache_high_comp;
|
||||
[DNAFieldAttribute(183, "char", "cache_file_format", "char", 1, false, 2280)]
|
||||
[DNAFieldAttribute(1, "char", 183, "cache_file_format", "char", false, 2280)]
|
||||
public char cache_file_format;
|
||||
[DNAFieldAttribute(184, "char", "_pad13[7]", "System.Char[]", 7, false, 2281)]
|
||||
[DNAFieldAttribute(7, "char", 184, "_pad13[7]", "System.Char[]", false, 2281)]
|
||||
public char[] _pad13 = new System.Char[7];
|
||||
public FluidDomainSettings() {
|
||||
this.ptr_fmd = default;
|
||||
this.ptr_fluid = default;
|
||||
this.ptr_fluid_old = default;
|
||||
this.ptr_fluid_mutex = default;
|
||||
this.ptr_fluid_group = default;
|
||||
this.ptr_force_group = default;
|
||||
this.ptr_effector_group = default;
|
||||
this.ptr_tex_density = default;
|
||||
this.ptr_tex_color = default;
|
||||
this.ptr_tex_wt = default;
|
||||
this.ptr_tex_shadow = default;
|
||||
this.ptr_tex_flame = default;
|
||||
this.ptr_tex_flame_coba = default;
|
||||
this.ptr_tex_coba = default;
|
||||
this.ptr_tex_field = default;
|
||||
this.ptr_tex_velocity_x = default;
|
||||
this.ptr_tex_velocity_y = default;
|
||||
this.ptr_tex_velocity_z = default;
|
||||
this.ptr_tex_flags = default;
|
||||
this.ptr_tex_range_field = default;
|
||||
this.ptr_guiding_parent = default;
|
||||
this.ptr_effector_weights = default;
|
||||
this.fmd = default;
|
||||
this.fluid = default;
|
||||
this.fluid_old = default;
|
||||
this.fluid_mutex = default;
|
||||
this.fluid_group = default;
|
||||
this.force_group = default;
|
||||
this.effector_group = default;
|
||||
this.tex_density = default;
|
||||
this.tex_color = default;
|
||||
this.tex_wt = default;
|
||||
this.tex_shadow = default;
|
||||
this.tex_flame = default;
|
||||
this.tex_flame_coba = default;
|
||||
this.tex_coba = default;
|
||||
this.tex_field = default;
|
||||
this.tex_velocity_x = default;
|
||||
this.tex_velocity_y = default;
|
||||
this.tex_velocity_z = default;
|
||||
this.tex_flags = default;
|
||||
this.tex_range_field = default;
|
||||
this.guiding_parent = default;
|
||||
this.effector_weights = default;
|
||||
this.p0 = default;
|
||||
this.p1 = default;
|
||||
this.dp0 = default;
|
||||
@@ -539,7 +539,7 @@ namespace BlendFile.DNA {
|
||||
this.slice_depth = default;
|
||||
this.display_thickness = default;
|
||||
this.grid_scale = default;
|
||||
this.ptr_coba = default;
|
||||
this.coba = default;
|
||||
this.vector_scale = default;
|
||||
this.gridlines_lower_bound = default;
|
||||
this.gridlines_upper_bound = default;
|
||||
@@ -565,7 +565,7 @@ namespace BlendFile.DNA {
|
||||
this._pad11 = default;
|
||||
this.viewsettings = default;
|
||||
this._pad12 = default;
|
||||
this.ptr_point_ca = default;
|
||||
this.point_cache = default;
|
||||
this.ptcaches = default;
|
||||
this.cache_comp = default;
|
||||
this.cache_high_comp = default;
|
||||
@@ -573,28 +573,28 @@ namespace BlendFile.DNA {
|
||||
this._pad13 = default;
|
||||
}
|
||||
public FluidDomainSettings(
|
||||
FluidModifierData ptr_fmd,
|
||||
MANTA ptr_fluid,
|
||||
MANTA ptr_fluid_old,
|
||||
object ptr_fluid_mutex,
|
||||
Collection ptr_fluid_group,
|
||||
Collection ptr_force_group,
|
||||
Collection ptr_effector_group,
|
||||
GPUTexture ptr_tex_density,
|
||||
GPUTexture ptr_tex_color,
|
||||
GPUTexture ptr_tex_wt,
|
||||
GPUTexture ptr_tex_shadow,
|
||||
GPUTexture ptr_tex_flame,
|
||||
GPUTexture ptr_tex_flame_coba,
|
||||
GPUTexture ptr_tex_coba,
|
||||
GPUTexture ptr_tex_field,
|
||||
GPUTexture ptr_tex_velocity_x,
|
||||
GPUTexture ptr_tex_velocity_y,
|
||||
GPUTexture ptr_tex_velocity_z,
|
||||
GPUTexture ptr_tex_flags,
|
||||
GPUTexture ptr_tex_range_field,
|
||||
Object ptr_guiding_parent,
|
||||
EffectorWeights ptr_effector_weights,
|
||||
FluidModifierData fmd,
|
||||
MANTA fluid,
|
||||
MANTA fluid_old,
|
||||
object fluid_mutex,
|
||||
Collection fluid_group,
|
||||
Collection force_group,
|
||||
Collection effector_group,
|
||||
GPUTexture tex_density,
|
||||
GPUTexture tex_color,
|
||||
GPUTexture tex_wt,
|
||||
GPUTexture tex_shadow,
|
||||
GPUTexture tex_flame,
|
||||
GPUTexture tex_flame_coba,
|
||||
GPUTexture tex_coba,
|
||||
GPUTexture tex_field,
|
||||
GPUTexture tex_velocity_x,
|
||||
GPUTexture tex_velocity_y,
|
||||
GPUTexture tex_velocity_z,
|
||||
GPUTexture tex_flags,
|
||||
GPUTexture tex_range_field,
|
||||
Object guiding_parent,
|
||||
EffectorWeights effector_weights,
|
||||
float[] p0,
|
||||
float[] p1,
|
||||
float[] dp0,
|
||||
@@ -726,7 +726,7 @@ namespace BlendFile.DNA {
|
||||
float slice_depth,
|
||||
float display_thickness,
|
||||
float grid_scale,
|
||||
ColorBand ptr_coba,
|
||||
ColorBand coba,
|
||||
float vector_scale,
|
||||
float gridlines_lower_bound,
|
||||
float gridlines_upper_bound,
|
||||
@@ -752,34 +752,34 @@ namespace BlendFile.DNA {
|
||||
char[] _pad11,
|
||||
int viewsettings,
|
||||
char[] _pad12,
|
||||
PointCache[] ptr_point_ca,
|
||||
PointCache[] point_cache,
|
||||
ListBase[] ptcaches,
|
||||
int cache_comp,
|
||||
int cache_high_comp,
|
||||
char cache_file_format,
|
||||
char[] _pad13) {
|
||||
this.ptr_fmd = ptr_fmd;
|
||||
this.ptr_fluid = ptr_fluid;
|
||||
this.ptr_fluid_old = ptr_fluid_old;
|
||||
this.ptr_fluid_mutex = ptr_fluid_mutex;
|
||||
this.ptr_fluid_group = ptr_fluid_group;
|
||||
this.ptr_force_group = ptr_force_group;
|
||||
this.ptr_effector_group = ptr_effector_group;
|
||||
this.ptr_tex_density = ptr_tex_density;
|
||||
this.ptr_tex_color = ptr_tex_color;
|
||||
this.ptr_tex_wt = ptr_tex_wt;
|
||||
this.ptr_tex_shadow = ptr_tex_shadow;
|
||||
this.ptr_tex_flame = ptr_tex_flame;
|
||||
this.ptr_tex_flame_coba = ptr_tex_flame_coba;
|
||||
this.ptr_tex_coba = ptr_tex_coba;
|
||||
this.ptr_tex_field = ptr_tex_field;
|
||||
this.ptr_tex_velocity_x = ptr_tex_velocity_x;
|
||||
this.ptr_tex_velocity_y = ptr_tex_velocity_y;
|
||||
this.ptr_tex_velocity_z = ptr_tex_velocity_z;
|
||||
this.ptr_tex_flags = ptr_tex_flags;
|
||||
this.ptr_tex_range_field = ptr_tex_range_field;
|
||||
this.ptr_guiding_parent = ptr_guiding_parent;
|
||||
this.ptr_effector_weights = ptr_effector_weights;
|
||||
this.fmd = fmd;
|
||||
this.fluid = fluid;
|
||||
this.fluid_old = fluid_old;
|
||||
this.fluid_mutex = fluid_mutex;
|
||||
this.fluid_group = fluid_group;
|
||||
this.force_group = force_group;
|
||||
this.effector_group = effector_group;
|
||||
this.tex_density = tex_density;
|
||||
this.tex_color = tex_color;
|
||||
this.tex_wt = tex_wt;
|
||||
this.tex_shadow = tex_shadow;
|
||||
this.tex_flame = tex_flame;
|
||||
this.tex_flame_coba = tex_flame_coba;
|
||||
this.tex_coba = tex_coba;
|
||||
this.tex_field = tex_field;
|
||||
this.tex_velocity_x = tex_velocity_x;
|
||||
this.tex_velocity_y = tex_velocity_y;
|
||||
this.tex_velocity_z = tex_velocity_z;
|
||||
this.tex_flags = tex_flags;
|
||||
this.tex_range_field = tex_range_field;
|
||||
this.guiding_parent = guiding_parent;
|
||||
this.effector_weights = effector_weights;
|
||||
this.p0 = p0;
|
||||
this.p1 = p1;
|
||||
this.dp0 = dp0;
|
||||
@@ -911,7 +911,7 @@ namespace BlendFile.DNA {
|
||||
this.slice_depth = slice_depth;
|
||||
this.display_thickness = display_thickness;
|
||||
this.grid_scale = grid_scale;
|
||||
this.ptr_coba = ptr_coba;
|
||||
this.coba = coba;
|
||||
this.vector_scale = vector_scale;
|
||||
this.gridlines_lower_bound = gridlines_lower_bound;
|
||||
this.gridlines_upper_bound = gridlines_upper_bound;
|
||||
@@ -937,7 +937,7 @@ namespace BlendFile.DNA {
|
||||
this._pad11 = _pad11;
|
||||
this.viewsettings = viewsettings;
|
||||
this._pad12 = _pad12;
|
||||
this.ptr_point_ca = ptr_point_ca;
|
||||
this.point_cache = point_cache;
|
||||
this.ptcaches = ptcaches;
|
||||
this.cache_comp = cache_comp;
|
||||
this.cache_high_comp = cache_high_comp;
|
||||
|
||||
Reference in New Issue
Block a user