Blender Git Loki
Git Commits -> Revision 4d79051
Revision 4d79051 by Clément Foucault (master) April 30, 2020, 22:03 (GMT) |
Curve: Force pretesselate modifier to output a Mesh output This is to improve the case of T71055 where curves share the same batch cache when they shouldn't. This however, does not help to fix edit mode display. The real fix would be to have a similar handling to what the mesh modifiers do and duplicate the whole Curve data. But this is too much work/change for the 2.83 release. Reviewed By: sergey Differential Revision: https://developer.blender.org/D7569 |
Commit Details:
Full Hash: 4d790516fbf85e1d8909d09ebd7769a7d8bf34b3
Parent Commit: 03f4d20
Lines Changed: +31, -6
1 Modified Path:
/source/blender/blenkernel/intern/displist.c (+31, -6) (Diff)