Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_convert_particle.c
| Show First 20 Lines • Show All 232 Lines • ▼ Show 20 Lines | |||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name Recalc Transform Particles Data | /** \name Recalc Transform Particles Data | ||||
| * \{ */ | * \{ */ | ||||
| void recalcData_particles(TransInfo *t) | void recalcData_particles(TransInfo *t) | ||||
| { | { | ||||
| if (t->state != TRANS_CANCEL) { | if (t->state != TRANS_CANCEL) { | ||||
| applyProject(t); | applySnappingIndividual(t); | ||||
| } | } | ||||
| flushTransParticles(t); | flushTransParticles(t); | ||||
| } | } | ||||
| /** \} */ | /** \} */ | ||||