Blender Git Loki
Git Commits -> Revision a87eee6
Revision a87eee6 by Philipp Oeser (master) June 2, 2020, 19:42 (GMT) |
Fix T76196: Curve Display hides wires as soon as any part has faces [due to filling/extrude/etc] Caused by rB6da097136cf4. The file in the report has some parts of the curve object generate faces [due to success in filling] and some others dont [where filling isnt possible]. rB6da097136cf4 disabled the wires/curves drawing whenever any faces would be generated (but the only way to see all wires was to set the Fill Mode to None then). So now only skip the wires/curves drawing if we are _not_ in wireframe viewport shading and the object's viewport display options is above 'WIRE'. This is an alternative fix to D7594 (and I think the better alternative, thx @stevewarner suggesting this). Maniphest Tasks: T76196 Differential Revision: https://developer.blender.org/D7874 |
Commit Details:
Full Hash: a87eee65fc768b7bc3c2f8c33d043b577f84f124
Parent Commit: 85098bd
Lines Changed: +4, -2
1 Modified Path:
/source/blender/draw/engines/overlay/overlay_wireframe.c (+4, -2) (Diff)