Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/modifier.c
| Show First 20 Lines • Show All 1,467 Lines • ▼ Show 20 Lines | else if (md->type == eModifierType_Fluid) { | ||||
| fmd->domain->tex_flame = NULL; | fmd->domain->tex_flame = NULL; | ||||
| fmd->domain->tex_flame_coba = NULL; | fmd->domain->tex_flame_coba = NULL; | ||||
| fmd->domain->tex_coba = NULL; | fmd->domain->tex_coba = NULL; | ||||
| fmd->domain->tex_field = NULL; | fmd->domain->tex_field = NULL; | ||||
| fmd->domain->tex_velocity_x = NULL; | fmd->domain->tex_velocity_x = NULL; | ||||
| fmd->domain->tex_velocity_y = NULL; | fmd->domain->tex_velocity_y = NULL; | ||||
| fmd->domain->tex_velocity_z = NULL; | fmd->domain->tex_velocity_z = NULL; | ||||
| fmd->domain->tex_wt = NULL; | fmd->domain->tex_wt = NULL; | ||||
| fmd->domain->mesh_velocities = NULL; | |||||
| BLO_read_data_address(reader, &fmd->domain->coba); | BLO_read_data_address(reader, &fmd->domain->coba); | ||||
| BLO_read_data_address(reader, &fmd->domain->effector_weights); | BLO_read_data_address(reader, &fmd->domain->effector_weights); | ||||
| if (!fmd->domain->effector_weights) { | if (!fmd->domain->effector_weights) { | ||||
| fmd->domain->effector_weights = BKE_effector_add_weights(NULL); | fmd->domain->effector_weights = BKE_effector_add_weights(NULL); | ||||
| } | } | ||||
| BKE_ptcache_blend_read_data( | BKE_ptcache_blend_read_data( | ||||
| ▲ Show 20 Lines • Show All 97 Lines • Show Last 20 Lines | |||||