Blender Git Commit Log
Git Commits -> Revision c55b578
Revision c55b578 by Jacques Lucke (master) January 7, 2021, 12:32 (GMT) |
Fix T84142: crash when mirroring hair emitted from vertices The hair mirroring code seems to expect that hair is emitted from faces. The PE_mirror_x contains the following expression: mirrorfaces[pa->num * 2]. This only makes sense when pa->num is a face index. The simplest short term solution is to disable the mirror operator when the particles haven't been emitted from faces. Diffferential Revision: https://developer.blender.org/D10002 |
Commit Details:
Full Hash: c55b578c9e1f4f5d03fbac01c7efa070e1d6970d
Parent Commit: c26f46c
Lines Changed: +16, -1
1 Modified Path:
/source/blender/editors/physics/particle_edit.c (+16, -1) (Diff)