This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/modifiers/intern
Brecht Van Lommel c9f7a3b32a Fix T55207, fix T55208: hair not positioned correctly after subsurf.
The problem was that the particle system modifier was reading ob->derivedDeform
during modifier stack evaluation. Due to the mesh -> DM conversion this was no
longer set leading to wrong results.

In fact we don't really need the deformed mesh, just the original mesh topology
for face/poly index remapping. So the solution is to use that instead.
2018-05-25 23:20:20 +02:00
..
2018-05-12 08:04:56 +02:00
2018-05-12 08:04:56 +02:00
2018-05-13 14:48:55 +02:00
2018-05-12 08:04:56 +02:00
2018-05-23 17:13:41 +02:00