Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_fluid_defaults.h
| Show First 20 Lines • Show All 44 Lines • ▼ Show 20 Lines | #define _DNA_DEFAULT_FluidDomainSettings \ | ||||
| .tex_coba = NULL, \ | .tex_coba = NULL, \ | ||||
| .tex_field = NULL, \ | .tex_field = NULL, \ | ||||
| .tex_velocity_x = NULL, \ | .tex_velocity_x = NULL, \ | ||||
| .tex_velocity_y = NULL, \ | .tex_velocity_y = NULL, \ | ||||
| .tex_velocity_z = NULL, \ | .tex_velocity_z = NULL, \ | ||||
| .tex_flags = NULL, \ | .tex_flags = NULL, \ | ||||
| .tex_range_field = NULL, \ | .tex_range_field = NULL, \ | ||||
| .guide_parent = NULL, \ | .guide_parent = NULL, \ | ||||
| .mesh_velocities = NULL, \ | |||||
| .effector_weights = NULL, /* #BKE_effector_add_weights. */ \ | .effector_weights = NULL, /* #BKE_effector_add_weights. */ \ | ||||
| .p0 = {0.0f, 0.0f, 0.0f}, \ | .p0 = {0.0f, 0.0f, 0.0f}, \ | ||||
| .p1 = {0.0f, 0.0f, 0.0f}, \ | .p1 = {0.0f, 0.0f, 0.0f}, \ | ||||
| .dp0 = {0.0f, 0.0f, 0.0f}, \ | .dp0 = {0.0f, 0.0f, 0.0f}, \ | ||||
| .cell_size = {0.0f, 0.0f, 0.0f}, \ | .cell_size = {0.0f, 0.0f, 0.0f}, \ | ||||
| .global_size = {0.0f, 0.0f, 0.0f}, \ | .global_size = {0.0f, 0.0f, 0.0f}, \ | ||||
| .prev_loc = {0.0f, 0.0f, 0.0f}, \ | .prev_loc = {0.0f, 0.0f, 0.0f}, \ | ||||
| .shift = {0, 0, 0}, \ | .shift = {0, 0, 0}, \ | ||||
| ▲ Show 20 Lines • Show All 55 Lines • ▼ Show 20 Lines | #define _DNA_DEFAULT_FluidDomainSettings \ | ||||
| .viscosity_base = 1.0f, \ | .viscosity_base = 1.0f, \ | ||||
| .viscosity_exponent = 6.0f, \ | .viscosity_exponent = 6.0f, \ | ||||
| .mesh_concave_upper = 3.5f, \ | .mesh_concave_upper = 3.5f, \ | ||||
| .mesh_concave_lower = 0.4f, \ | .mesh_concave_lower = 0.4f, \ | ||||
| .mesh_particle_radius = 2.0f, \ | .mesh_particle_radius = 2.0f, \ | ||||
| .mesh_smoothen_pos = 1, \ | .mesh_smoothen_pos = 1, \ | ||||
| .mesh_smoothen_neg = 1, \ | .mesh_smoothen_neg = 1, \ | ||||
| .mesh_scale = 2, \ | .mesh_scale = 2, \ | ||||
| .totvert = 0, \ | |||||
| .mesh_generator = FLUID_DOMAIN_MESH_IMPROVED, \ | .mesh_generator = FLUID_DOMAIN_MESH_IMPROVED, \ | ||||
| .particle_type = 0, \ | .particle_type = 0, \ | ||||
| .particle_scale = 1, \ | .particle_scale = 1, \ | ||||
| .sndparticle_tau_min_wc = 2.0f, \ | .sndparticle_tau_min_wc = 2.0f, \ | ||||
| .sndparticle_tau_max_wc = 8.0f, \ | .sndparticle_tau_max_wc = 8.0f, \ | ||||
| .sndparticle_tau_min_ta = 5.0f, \ | .sndparticle_tau_min_ta = 5.0f, \ | ||||
| .sndparticle_tau_max_ta = 20.0f, \ | .sndparticle_tau_max_ta = 20.0f, \ | ||||
| .sndparticle_tau_min_k = 1.0f, \ | .sndparticle_tau_min_k = 1.0f, \ | ||||
| ▲ Show 20 Lines • Show All 134 Lines • Show Last 20 Lines | |||||