Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/particle.c
| Context not available. | |||||
| if (ctx->vg_twist) | if (ctx->vg_twist) | ||||
| ptex->twist *= psys_interpolate_value_from_verts(ctx->mesh, cpa_from, cpa_num, cpa_fuv, ctx->vg_twist); | ptex->twist *= psys_interpolate_value_from_verts(ctx->mesh, cpa_from, cpa_num, cpa_fuv, ctx->vg_twist); | ||||
| } | } | ||||
| /* get's hair (or keyed) particles state at the "path time" specified in state->time */ | /* gets hair (or keyed) particles state at the "path time" specified in state->time */ | ||||
| void psys_get_particle_on_path(ParticleSimulationData *sim, int p, ParticleKey *state, const bool vel) | void psys_get_particle_on_path(ParticleSimulationData *sim, int p, ParticleKey *state, const bool vel) | ||||
| { | { | ||||
| PARTICLE_PSMD; | PARTICLE_PSMD; | ||||
| Context not available. | |||||