Fix T53073: force destroys particles rotation

See the differential for some more information.

Reviewers: mano-wii

Differential Revision: https://developer.blender.org/D8891
This commit is contained in:
Jacques Lucke 2020-09-14 17:20:39 +02:00
parent ca3c16ec43
commit b34ea1d4ce
Notes: blender-bot 2023-05-03 10:14:48 +02:00
Referenced by issue #53073, Force destroys particles rotation
1 changed files with 0 additions and 3 deletions

View File

@ -1051,9 +1051,6 @@ static void do_physical_effector(EffectorCache *eff,
}
}
if (point->ave) {
zero_v3(point->ave);
}
if (pd->flag & PFIELD_DO_ROTATION && point->ave && point->rot) {
float xvec[3] = {1.0f, 0.0f, 0.0f};
float dave[3];