Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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