Blender Git Loki
Git Commits -> Revision 0d85be5
Revision 0d85be5 by Antonis Ryakiotakis (master) May 8, 2014, 16:15 (GMT) |
Fix T39950, part 2. Warn when a modifier does not support optimal drawing and mask/hidden parts display. User report was that hidden parts became visible after adding a new modifier subdivision. Subdivision was added with the Ctrl+number keys. First part of the fix was to make sure we add a multires instead of the subsurf modifier in sculpt mode with the PageUp/Down Ctrl+number keys. We can't really stop users from having added a subsurf modifier already. We could be "smart" and convert subsurf to mulrires upon entering sculpt mode maybe but that can easily backfire - or users may actually want that. For now, just warn that the modifier won't support Hiding/Masking and optimal drawing. |
Commit Details:
Full Hash: 0d85be59506efebf7df691f80ed24d12c767b3ae
Parent Commit: 5a8d7af
Lines Changed: +4, -1
1 Modified Path:
/source/blender/blenkernel/intern/DerivedMesh.c (+4, -1) (Diff)