Problem:
When working on complex meshes, it's often necessary to use wireframe mode to reveal occluded features. Unfortunately, this view can be confusing, and it's sometimes difficult to discern the relationship of nearby or overlapping geometry.
Current Fix/Workaround:
The artist can use Viewport Clipping (Alt-Bkey) to prevent unwanted areas from drawing, but they lose valuable information in the process. In addition, they need to cancel and reset the clipping border when moving to other areas of the mesh. Similarly, they can Hide (Hkey) those faces which they'd prefer not to see. Hiding has similar drawbacks to Viewport Clipping.
Feature Proposal:
An alternate wireframe draw mode that changes the color of edges and vertices based on their distance from the current view (Z depth). For example, it could color nearby verts/edges red, and fade to blue as they recede into the distance.
Benefits:
-Improves the clarity of a wireframe display by increasing contextual information, rather than by masking or hiding information.
-Accomplishes the same task as Clipping (Alt-B), while requiring less input from the user.
Implementation:
The simplest interface for this feature would be to enable/disable it with a hotkey (and also a button on the viewport's header). This seems a good default behavior, however, this feature could benefit from expanded user controls, which would require a more intricate interface.
I propose a Mesh Tools 2 panel in the Buttons Window that would contain controls for the enhanced wireframe mode. Available options would include a Distance slider that controls the range over which the effect works, as well as a standard Colorband control so the user can configure/personalize the look of the effect.
Another possibility would be a toggle for a connected mode, which attenuates the colorband based on the absolute distance from the currently selected Vert/Edge rather than distance from the active viewport.
Future Uses:
Once the feature is in place, its framework could potentially be used as an alternate visualization for Proportional and Connected Falloff, giving a more exact representation of the effect than the current circle provides.
That's all. Thanks for reading, and thank you all very, very much for the continuing excellence of Blender!
Feature Request: Enhanced Wireframe Mode
Moderators: jesterKing, stiv
Thank you, but I'm familiar with the feature, and it's neither what I'm looking for nor proposing. The point of the proposal was not to occlude background geometry at all, but rather add visual clues that would allow the user to more easily make sense of the image with background geometry still visible.NielsBlender wrote:Spectre-7,
In a later/st Blender-version there's a little cube-icon(spread the 3D-view wide enough to see it) which allows you to 'Occlude background geometry', this applies to wireframe-mode as well.
Niels
Also, FYI... the feature you're referring to is not available with wireframe mode at all (tested in 2.46RC1). When wireframe mode is enabled, that icon disappears from the header.
Spectre-7 wrote:Also, FYI...
ps.NielsBlender wrote:In a later/st Blender-version
Changes were that you didn't know about the new icon.
And yes, 'they' could add z-alpha to each vertex(and/or split-colour), the question will be if it's usable since the 'problem' occurs with alot, alot of verts and on that point it will slowdown editing alot, alot...

Re: Feature Request: Enhanced Wireframe Mode
Could you enlighten this?Spectre-7 wrote:When working on complex meshes, it's often necessary to use wireframe mode to reveal occluded features.