Files
test2/source/blender/blenkernel
Philipp Oeser 42980abf8d Fix T81997: Subsurf Optimal Display sticks after object conversion
When using Optimal Display, some edges are not flagged `ME_EDGEDRAW` |
`ME_EDGERENDER`.
When the modifier is applied through the UI in the modifier stack this is
not an issue because the `modifyMesh` callback is run with
`MOD_APPLY_TO_BASE_MESH` (this will effectively turn of Optimal
Display).
When converting to mesh though, this will just get an evaluated mesh
(where the edge flags are still the same as with the subdivision
modifier).
Now ensure every edge is flagged to draw after conversion.

Maniphest Tasks: T81997

Differential Revision: https://developer.blender.org/D9331
2020-11-06 17:25:52 +01:00
..
2020-10-19 08:12:33 -07:00
2020-09-30 11:51:13 +10:00
2020-10-19 08:12:33 -07:00
2020-10-01 14:29:45 +02:00
2020-10-19 08:12:33 -07:00
2020-09-30 11:51:13 +10:00
2020-09-30 11:51:13 +10:00
2020-10-07 15:24:12 +02:00
2020-10-19 08:12:33 -07:00
2020-08-20 16:09:48 +10:00
2020-09-30 11:51:13 +10:00
2020-10-19 09:11:00 -07:00
2020-10-26 11:02:03 +01:00