Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-01-07 15:32:36 +0300
committerJacques Lucke <jacques@blender.org>2021-01-07 15:32:36 +0300
commitc55b578c9e1f4f5d03fbac01c7efa070e1d6970d (patch)
treec12fe9aa58078a398edd1d728a15dc03e9e878f9 /release
parentc26f46cb9521c4d3603a5502dce0fd8444fbe408 (diff)
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
Diffstat (limited to 'release')
0 files changed, 0 insertions, 0 deletions