Blender Git Loki
Git Commits -> Revision 1d7b366
Revision 1d7b366 by Antonis Ryakiotakis (master) November 20, 2012, 09:59 (GMT) |
Fix #33217, mirror modifier edges missing in wireframe mode. I see we explicitly set the edge visibility in the code for a few modifiers because of this flag missing. The only place that this flag is not set is during subsurf so maybe it would make a lot more sense to set it by default on newly created edges (currently off by default) through bmesh and turn it off for any modifiers that may need it to be off. |
Commit Details:
Full Hash: 1d7b36605068d63e304aeeef3112be05b5f900df
SVN Revision: 52399
Parent Commit: c7003a7
Lines Changed: +7, -4
1 Modified Path:
/source/blender/modifiers/intern/MOD_mirror.c (+7, -4) (Diff)